1 Reply Latest reply on Oct 8, 2007 11:26 AM by peterj

    run PHP on JBOSS

    rohithadg

      I need to run PHP websites in the JBOSS.

      I tried to do configurations in http://labs.jboss.com/file-access/default/members/jbossweb/freezone/modules/php/index.html

      but, when starting jboss it says org.apache.catalina.servlets.php.LifecycleListener is missing.

      I think these classes may in servlets-php.jar.

      But I havent this jar in my jboss.

      where can I found this jar?
      or any body know how to configure jboss to run PHP.


      Thanks
      Rohitha

        • 1. Re: run PHP on JBOSS
          peterj

          PHP is supported by JBoss Web Server, not by JBoss AS, which is what you have. The link you provided is for JBoss Web Server.

          Having said this, JBoss AS 4.2.1 (you never said which version of JBoss AS you are using) contains a stripped-down version of JBoss Web Server (in place of the stripped-down version of Tomcat that appeared in earlier versions of JBoss AS). You could try downloading JBoss Web Server and adding the necessary JARs from it to you JBoss AS installation.