craigmcc 00/12/02 12:52:57
Modified: . README.txt
Log:
Corrections to the "download and build" instructions related to the correct
JMX download requirement, and how to build the correct servletapi classes from
source. Still need to deal with Sam's other recommended changes that affect
the build scripts themselves.
Submitted by: Sam Ruby <[EMAIL PROTECTED]>
Revision Changes Path
1.8 +12 -7 jakarta-tomcat-4.0/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/README.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- README.txt 2000/11/13 06:51:58 1.7
+++ README.txt 2000/12/02 20:52:56 1.8
@@ -52,9 +52,10 @@
Set an environment variable "JSSE_HOME" pointing at the directory to which
you installed this distribution.
-* Download and install the Java Management Extension (JMX) implementation
- (current version number is 1.0) from
- <http://java.sun.com/products/JavaManagement/index.html>.
+* Download and install the Java Management Extensions (JMX) "JMX
+ Instrumentation and Agent Reference Implementation" (current version
+ number is 1.0) from
+ <http://java.sun.com/products/JavaManagement/download.html>.
Set an environment variable "JMX_HOME" pointing at the directory to which
you installed this distribution.
@@ -91,11 +92,15 @@
"jakarta-servletapi-4.0". Set an environment variable named
SERVLETAPI_HOME that points to where you have placed this directory.
- If you downloaded the source distribution, you will need to build it:
+ If you wish to create this package from the CVS archives, you will need
+ to follow these steps:
- cd $JAKARTA_HOME/jakarta-servletapi-4.0
- ./build.sh dist <-- Unix
- build dist <-- Windows
+ cd $JAKARTA_HOME
+ cvs checkout jakarta-servletapi
+ cd jakarta-servletapi
+ cvs update -r SERVLET_23_JSP_12
+ ./build.sh dist <-- Unix
+ build dist <-- Windows
to create the required servlet.jar file.