Mark,

The \conf\catalina\localhost directory is empty and there isn't an admin folder 
at \server\webapps.

The admin interface is not installed, I'm only trying to get Tomcat to stop 
responding when I hit the WEB_ROOT/admin folder from a web browser.  The reason 
being Tomcat is keeping users from getting to the real /admin folder on our 
server.

Thanks for your help.



>>> [EMAIL PROTECTED]  >>>
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]



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

Reply via email to