Bruno Georges wrote:
Hi Jarrold
If I understood your question correctly you will have to edit the
conf/server.xml file and proceed as indicated:
<!-- Comment these entries out to disable JMX MBeans support used for the
administration web application -->
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
/>
<Listener
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
<Listener
className="org.apache.catalina.storeconfig.StoreConfigLifecycleListener"/>
Hope this helps.
Bruno Georges
This won't disable the admin application.
Assuming Novell haven't messed about with the config too much, you
will need to do the following:
1. Delete %CATALINA_HOME%\conf\Catalina\localhost\admin.xml
2. Delete %CATALINA_HOME%\server\webapps\admin
3. Restart Tomcat
2. isn't strictly necessary but it prevents any enthusiastic admins
easily re-enabling it.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]