Copy link to clipboard
Copied
I am interested in integrating an independent java-based tool into my CF app. The developer, who aeems very reputable and established, advertises their product as being hostable in any standard java-servlet environment, such as Tomcat, Weblogic, etc. Although they offer a Windows version, they don't list CF. I am hoping that this is just an oversight. Does anyone have familarity with loading a java module into a CF servlet environment?
-keyman.
Copy link to clipboard
Copied
If it meets the requirements (JVM version, servlet spec version etc.), you should be able to integrate it into a CF server running the multiserver install (Enterprise only). Java is sufficiently standardized that all the instructions on where to place the libraries and how to update web.xml should just work.
Try it and let us know how it works.