Skip to main content
June 2, 2016
Question

Deploy a JEE war file in Coldfusion 11 tomcat server

  • June 2, 2016
  • 0 replies
  • 419 views

I have a Spring web application, there is also a another application written in Coldfusion, I want that both these applications can connect to the same datasource. After searching, I found that Coldfusion 11 server uses Tomcat, so can I deploy my Spring web application in Coldfusion's tomcat and configure JNDI datasources in its context.xml, which can be used by both the applications?

This topic is closed to new replies. Start a new post to keep the conversation going.