开发者

java application servers with php and exploded war support

开发者 https://www.devze.com 2023-01-22 07:49 出处:网络
i am looking for a java application server to install on my machine to deploy a project in an EXPLODED war way but i n开发者_StackOverfloweed this server to support php. i tried using tomcat 6 with ap

i am looking for a java application server to install on my machine to deploy a project in an EXPLODED war way but i n开发者_StackOverfloweed this server to support php. i tried using tomcat 6 with apache 2.2 but i failed in doing this.


Quercus is Caucho Technology's 100% Java implementation of PHP 5 released under the Open Source GPL license.

Or just use Apache to handle PHP + Tomcat or Resin to handle WARs


Maybe you could use a servlet-based PHP engine, for example:

  • http://docs.jboss.org/jbossweb/latest/php.html
  • http://tools.herberlin.de/phpservlet/index.shtml

(they might not implement all the official PHP features) or a CGI bridge webapp (to run PHP in CGI mode).

0

精彩评论

暂无评论...
验证码 换一张
取 消