Re: allow user to start / stop webapps but not to deploy

2010-11-30 Thread Konstantin Kolinko
2010/11/30 : > 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. >

Re: allow user to start / stop webapps but not to deploy

2010-11-30 Thread Pid
On 11/30/10 9:22 PM, Christopher Schultz wrote: > Pid, > > On 11/30/2010 1:12 PM, Pid * wrote: >> You could provide a custom API which interacts with JMX to do this. > > I thought more nuanced roles had recently been added to the manager app, > but I can't find any configuration file comments to

Re: allow user to start / stop webapps but not to deploy

2010-11-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/30/2010 1:12 PM, Pid * wrote: > You could provide a custom API which interacts with JMX to do this. I thought more nuanced roles had recently been added to the manager app, but I can't find any configuration file comments to confirm that.

Re: allow user to start / stop webapps but not to deploy

2010-11-30 Thread Pid *
You could provide a custom API which interacts with JMX to do this. p On 30 Nov 2010, at 17:19, "terry.mcbr...@aero.bombardier.com" wrote: > > > Hi there > > 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

allow user to start / stop webapps but not to deploy

2010-11-30 Thread terry . mcbride
Hi there 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 under