I have 2 applications, one spring web application and another is a web app written in coldfusion. I want that both the applications can use the same datasource. I'm thinking to install coldfusion 11 server in J2EE configuration and deploy its war (cfusion.war) file, and deploy it in Tomcat as I'm also deploying Spring web app in Tomcat. I've also configured Tomcat to use JNDI datasource. So does my coldfusion app(deployed on coldfusion 11 server) be able to access JNDI datasources configured in Tomcat server.
I'm stucked in this, as I'm not a Coldfusion developer, I'm developing a Spring web app and I'm trying to find a way so that both the applications can use the same datasource