2010/11/30  <terry.mcbr...@aero.bombardier.com>:
> We are running Tomcat 6.0.29 on a Windows server.
> I would like a specific user to be able to stop and start their own webapp.
> But I dont want them to be able to deploy themselves and this has to go
> through a tight change process.
>
> Doe anyone have any ideas how to do this.
> It is my understanding that when using Tomcat Manager, if I give them the
> manager role they will be able to do both.
>
> Any advice is greatly appreciated
>

You can configure your own roles in web.xml to provide access to
certain /foo or /html/foo URLs only.

See
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/manager/WEB-INF/web.xml?view=markup

for how the roles will be configured in the next tc6.0.x version.


Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to