Tomcat - PHP
Hi everyone, please help me with the problem:I have a small java web-application running on Tomcat in standalone mode with a domain name. Now I want to add a PHP-based CMS (drupal) with another domain name. I have 3 ways to go:
1. Add PHP support to Tomcat.
2. Install Apache HTTP server in the front-end and run Tomcat with the connector.
3. I think I heard there is a chance of running both servers at the same time if there are 2 different IP addresses on the machine (and I have 2 available).
What would be the best way to go? I would prefer the one that consumes not many resources.
PS: I have POWER-2 linux at powervps.com plan.
Thanks in advance!