Re: Tomcat user roles

2011-12-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 12/8/11 7:33 PM, Bill Wang wrote: > Thanks to all for the explanation. > > I have a new question regarding the admin role. > > With default setup, if I login as admin, I can start,stop, undeploy > and deploy the application. Now, because th

Re: Tomcat user roles

2011-12-08 Thread Bill Wang
Thanks to all for the explanation. I have a new question regarding the admin role. With default setup, if I login as admin, I can start,stop, undeploy and deploy the application. Now, because the admin password has been shared by team, and I can't not share it with team. So I plan to disable und

Re: Tomcat user roles

2011-11-29 Thread Mark Thomas
On 29/11/2011 17:05, Christopher Schultz wrote: > Mark, > > On 11/29/11 11:15 AM, ma...@apache.org wrote: >> Christopher Schultz wrote: > >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> >>> Bill, >>> >>> On 11/28/11 7:08 PM, Bill Wang wrote: Here I have the last question, what's the

Re: Tomcat user roles

2011-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/29/11 11:15 AM, ma...@apache.org wrote: > Christopher Schultz wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> Bill, >> >> On 11/28/11 7:08 PM, Bill Wang wrote: >>> Here I have the last question, what's the reload option

Re: Tomcat user roles

2011-11-29 Thread markt
Christopher Schultz wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Bill, > >On 11/28/11 7:08 PM, Bill Wang wrote: >> Here I have the last question, what's the reload option, is it same >> as stop/start? > >According to markt (who is known to be occasionally trustworthy): > > reload =

Re: Tomcat user roles

2011-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 11/28/11 7:08 PM, Bill Wang wrote: > Here I have the last question, what's the reload option, is it same > as stop/start? According to markt (who is known to be occasionally trustworthy): reload = stop + start > If it is, maybe I just ne

Re: Tomcat user roles

2011-11-28 Thread Bill Wang
Thanks for everyone who replied me. I successfully did it. Now on-call team can stop/start the tomcat instances by themselves, but with other action,such as deploy, undeploy, check server status, they will get "access denied ". * * That's perfect. Here I have the last question, what's the reload

Re: Tomcat user roles

2011-11-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, On 11/25/11 12:47 PM, Mark Thomas wrote: > There is no such command as restart. You'll need: > /html/stop > /html/start Whoops. Thanks for catching that. > You'll probably want: /html/list as > well. +1 - -chrs -BEGIN PGP SIGNATURE

Re: Tomcat user roles

2011-11-25 Thread Pid *
only? > > http://hostname:8181/manager/html/stop?path=/APPNAME > http://hostname:8181/manager/html/start?path=/APPNAME > > Regards, > Bill > On Thu, Nov 24, 2011 at 7:06 PM, wrote: > >> Bill Wang wrote: >> >>> Hi Tomcat guru, >>> >>> I have qu

Re: Tomcat user roles

2011-11-25 Thread Mark Thomas
On 25/11/2011 15:10, Christopher Schultz wrote: > Bill, > > On 11/24/11 11:42 PM, Bill Wang wrote: >> Thanks, with your help, I find out this link: >> http://onjava.com/onjava/2001/07/24/tomcat.html, seems you need >> me setup MemoryRealm, then setup security constraint in >> webapps/manager/WE

Re: Tomcat user roles

2011-11-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 11/24/11 11:42 PM, Bill Wang wrote: > Thanks, with your help, I find out this link: > http://onjava.com/onjava/2001/07/24/tomcat.html, seems you need me > setup MemoryRealm, then setup security constraint in > webapps/manager/WEB-INF/web.xm

Re: Tomcat user roles

2011-11-24 Thread Bill Wang
n Thu, Nov 24, 2011 at 7:06 PM, wrote: > Bill Wang wrote: > > >Hi Tomcat guru, > > > >I have questions for the tomcat user roles setup. > > > >On-call team (24*7 support) need permission to restart one tomcat > >services, if they get call. I think

Re: Tomcat user roles

2011-11-24 Thread markt
Bill Wang wrote: >Hi Tomcat guru, > >I have questions for the tomcat user roles setup. > >On-call team (24*7 support) need permission to restart one tomcat >services, if they get call. I think it is maybe possible to let them >restart tomcat throught "Tomcat Web Appli

Tomcat user roles

2011-11-23 Thread Bill Wang
Hi Tomcat guru, I have questions for the tomcat user roles setup. On-call team (24*7 support) need permission to restart one tomcat services, if they get call. I think it is maybe possible to let them restart tomcat throught "Tomcat Web Application Manager" (the admin url http://s