Mikolaj Rydzewski wrote:
Amila Suriarachchi wrote:
you can do this by changing the source code. you have to change the
following constants in
org.apache.catalina.manager.HTMLManagerServlet.java
private static final String STARTED_APPS_ROW_BUTTON_SECTION =
private static final String STO
Amila Suriarachchi wrote:
you can do this by changing the source code. you have to change the
following constants in org.apache.catalina.manager.HTMLManagerServlet.java
private static final String STARTED_APPS_ROW_BUTTON_SECTION =
private static final String STOPPED_APPS_ROW_BUTTON_SECTION =
>
> > Is there a way to configure tomcat or the web app so that the tomcat
> > manager disables the
> > undeploy command for that application?
> > I'd like to prevent some of my apps from being undeployed from the web
> > manager.
you can do this by changing the source code. you have to change
Gary wrote:
Is there a way to configure tomcat or the web app so that the tomcat
manager disables the
undeploy command for that application?
I'd like to prevent some of my apps from being undeployed from the web
manager.
You know that you can limit the users who are authorized to access the
Is there a way to configure tomcat or the web app so that the tomcat
manager disables the
undeploy command for that application?
I'd like to prevent some of my apps from being undeployed from the web
manager.
Thanks,
Gary
-
To