summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2001-10-27 23:17:19 +0000
committerSebastian Bergmann <sebastian@php.net>2001-10-27 23:17:19 +0000
commiteff53313f5be5ed4def8af541b301655f346b8dd (patch)
treefdd6196bf819121f7b51225995314fdeb989a5fd /sapi
parentcb6e7510088ac25cd2d49438165033ad75b263b9 (diff)
downloadphp-git-eff53313f5be5ed4def8af541b301655f346b8dd.tar.gz
Another fix for Tomcat 4.
Diffstat (limited to 'sapi')
-rw-r--r--sapi/servlet/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/servlet/README b/sapi/servlet/README
index 1a93186353..84683c1c36 100644
--- a/sapi/servlet/README
+++ b/sapi/servlet/README
@@ -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