]> granicus.if.org Git - php/commitdiff
Another fix for Tomcat 4.
authorSebastian Bergmann <sebastian@php.net>
Sat, 27 Oct 2001 23:17:19 +0000 (23:17 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sat, 27 Oct 2001 23:17:19 +0000 (23:17 +0000)
sapi/servlet/README

index 1a931863538f3a937d42f0fd7b6555832b3a216d..84683c1c36f02ba9db3f7ca95eac8853684723af 100644 (file)
@@ -28,7 +28,7 @@ Build and execution instructions:
     Build:
       ./configure --with-servlet --with-java
     Execute:
-      add phpsrvlt.jar to CLASSPATH
+      Put phpsrvlt.jar into your $CATALINA_HOME/lib directory
       add directory containing libphp4.so to LD_LIBRARY_PATH
       merge/overwrite build/tomcat/examples/WEB-INF/web.xml from sapi/servlet
 
@@ -37,6 +37,6 @@ Build and execution instructions:
       add jdsk (or d:\build\tomcat\classes) to CLASSPATH
       build sapi\servlet\servlet.dsp
     Execute:
-      add phpsrvlt.jar to CLASSPATH
+      Put phpsrvlt.jar into your $CATALINA_HOME/lib directory
       add directory containing php4ts.dll and phpsrvlt.dll to PATH
       merge/overwrite build\tomcat\examples\WEB-INF\web.xml from sapi\servlet