summaryrefslogtreecommitdiff
path: root/sapi/servlet
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-10-06 06:27:13 +0000
committerSebastian Bergmann <sebastian@php.net>2002-10-06 06:27:13 +0000
commit8684c06b6d021570141066d978869d6c30edcdc7 (patch)
tree46b0cdfee0b30accfecd828687b30d4f3e7e1697 /sapi/servlet
parent55b591365f2dbfe080ff9f45129a2ff11257e6d0 (diff)
downloadphp-git-8684c06b6d021570141066d978869d6c30edcdc7.tar.gz
Add note about javax.servlet package.
Diffstat (limited to 'sapi/servlet')
-rw-r--r--sapi/servlet/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/servlet/README b/sapi/servlet/README
index 13c940fd77..0859d2436b 100644
--- a/sapi/servlet/README
+++ b/sapi/servlet/README
@@ -40,6 +40,9 @@ Java Servlet SAPI Module for PHP 4
1.) Build the PHP 4 Java Servlet SAPI Module
+ The javax.servlet package should be in your CLASSPATH. If you're
+ using Tomcat, adding servlet.jar to your CLASSPATH is sufficient.
+
UNIX
o ./configure --with-servlet --with-java