remm 02/01/17 16:46:24 Modified: . BUILDING.txt Log: - Update the build instructions to mention OpenJMX. - Note: OpenJMX 1.0b1, despite what its release date may lead you to believe, won't work. However, I submitted a few patches and nagged the dev list, so the next release (1.0b2) will work :) 1.0b2 is not released yet, so in the very immediate future OpenJMX should be built from CVS, which is very easy to do (checkout the repository, go in the build folder, type build). Revision Changes Path 1.19 +14 -7 jakarta-tomcat-4.0/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- BUILDING.txt 15 Jan 2002 18:52:14 -0000 1.18 +++ BUILDING.txt 18 Jan 2002 00:46:24 -0000 1.19 @@ -1,4 +1,4 @@ -$Id: BUILDING.txt,v 1.18 2002/01/15 18:52:14 patrickl Exp $ +$Id: BUILDING.txt,v 1.19 2002/01/18 00:46:24 remm Exp $ Building The Tomcat 4.0 Servlet/JSP Container @@ -212,19 +212,26 @@ * Place the jar in a convenient location. -(12) Download and Install the JMX 1.0 Reference Implementation +(12) Download and Install an implementation of the JMX 1.0 specification. This + can be either OpenJMX (http://www.open-jmx.org) or Sun JMX 1.0 Reference + Implementation. NOTE: This step is only required if you wish to build the Config/Admin web application. -* Download the JMX Instrumentation and Agent Reference Implementation - (version 1.0 or later) from +NOTE: The Tomcat binaries are distrbuted with OpenJMX. - http://java.sun.com/products/JavaManagement/download.html +* Download OpenJMX (version 1.0 beta 2 or later) from + + http://sourceforge.net/project/showfiles.php?group_id=34041 -* Unpack the reference implementation into a convenient location so that - it resides in its own subdirectory. +* Alternately, download the JMX Instrumentation and Agent Reference + Implementation (version 1.0 or later) from + + http://java.sun.com/products/JavaManagement/download.html +* Unpack OpenJMX or the reference implementation into a convenient location + so that it resides in its own subdirectory. (13) Download and Install the JNDI 1.2.1 Reference Implementation
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>