Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

External Java Servlets

Guest
Feb 24, 2010 Feb 24, 2010

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.

TOPICS
Advanced techniques
277
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 25, 2010 Feb 25, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources