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?
↧