billbarker    2002/12/07 23:23:05

  Modified:    catalina/src/conf server.xml
  Log:
  Porting from TC 4.
  
  Revision  Changes    Path
  1.13      +7 -1      jakarta-tomcat-catalina/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- server.xml        5 Dec 2002 16:02:54 -0000       1.12
  +++ server.xml        8 Dec 2002 07:23:05 -0000       1.13
  @@ -13,7 +13,13 @@
   <Server port="8005" shutdown="SHUTDOWN" debug="0">
   
   
  -  <!-- Uncomment these entries to enable JMX MBeans support -->
  +  <!-- Comment these entries out to disable JMX MBeans support -->
  +  <!-- You may also configure custom components (e.g. Valves/Realms) by 
  +       including your own mbean-descriptor file(s), and setting the 
  +       "descriptors" attribute to point to a ';' seperated list of paths
  +       (in the ClassLoader sense) of files to add to the default list.
  +       e.g. descriptors="/com/myfirm/mypackage/mbean-descriptor.xml"
  +  -->
     <Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
               debug="0"/>
     <Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to