I have Apache Tomcat 7.0 and have developed two different applications in PHP and Java EE. I want to deploy these two applications in the same server, Apache Tomcat 7.0.
Is there any possibility of deploying both applications in the same server? Is it possible to have inter application communication? Can I pass data from one application to the other?