Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure PHP Installation:

  • ./configure --with-servlet=$TOMCAT_HOME --with-java=$JAVA_HOME
  • A jarfile and dynamic library are produced:
  • sapi/servlet/phpsrvlt.jar
  • libs/libphp4.so

...

Copy jar to your webapp's or tomcat's common class repository:

  • cp $PHP_HOME/sapi/servlet/phpsrvlt.jar $TOMCAT_HOME/common/lib

...