i am looking for a java application server to install on my machine to deploy a project in an EXPLODED war way but i need this server to support php. i tried using tomcat 6 with apache 2.2 but i failed in doing this.
A:
Maybe you could use a servlet-based PHP engine, for example:
(they might not implement all the official PHP features) or a CGI bridge webapp (to run PHP in CGI mode).
Bruno
2010-10-29 12:43:12