craigmcc 02/01/17 12:16:53 Modified: catalina/src/conf server.xml Log: Update the commented-out entry that enables MBean creation to reflect the removal of the HttpAdaptor startup logic (which was proprietary to the JMX RI implementation). Revision Changes Path 1.49 +1 -1 jakarta-tomcat-4.0/catalina/src/conf/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- server.xml 11 Jan 2002 16:43:58 -0000 1.48 +++ server.xml 17 Jan 2002 20:16:53 -0000 1.49 @@ -16,7 +16,7 @@ <!-- Uncomment this entry to enable JMX MBeans support --> <!-- <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" - debug="0" port="-1" login="admin" password="admin"/> + debug="0"/> --> <!-- Global JNDI resources -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>