Re: Manager options...

2002-02-20 Thread Christopher Chan
Create a user in conf/tomcat-users.xml and give the use a manager role instead of tomcat and so on. Then try to login again. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February 20, 2002 7:02 PM Subject: Manager

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Christopher Chan a écrit : Create a user in conf/tomcat-users.xml and give the use a manager role instead of tomcat and so on. Then try to login again. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, February

Re: Manager options...

2002-02-20 Thread Christopher Chan
: Re: Manager options... Christopher Chan a écrit : Create a user in conf/tomcat-users.xml and give the use a manager role instead of tomcat and so on. Then try to login again. - Original Message - From: Jean-Luc BEAUDET [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
, February 20, 2002 8:42 PM Subject: Re: Manager options... Christopher Chan a écrit : Create a user in conf/tomcat-users.xml and give the use a manager role instead of tomcat and so on. Then try to login again. - Original Message - From: Jean-Luc BEAUDET [EMAIL

Re: Manager options...

2002-02-20 Thread Yoav Shapira
Hi, Sorry to bump in late in the thread, maybe this was already raised, but in your server.xml, did you specify the privileged=true attribute for the Manager context? Yoav If i enter http://myserver/managerstuff/list it then ask for login/password - OK and then generates an exeption

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Yoav Shapira a écrit : Hi, Sorry to bump in late in the thread, maybe this was already raised, but in your server.xml, did you specify the privileged=true attribute for the Manager context? Yoav If i enter http://myserver/managerstuff/list it then ask for login/password - OK and

RE: Manager options...

2002-02-20 Thread Cox, Charlie
]] Sent: Wednesday, February 20, 2002 10:22 AM To: Tomcat Users List Subject: Re: Manager options... Yoav Shapira a écrit : Hi, Sorry to bump in late in the thread, maybe this was already raised, but in your server.xml, did you specify the privileged=true attribute for the Manager

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
BEAUDET [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 10:22 AM To: Tomcat Users List Subject: Re: Manager options... Yoav Shapira a écrit : Hi, Sorry to bump in late in the thread, maybe this was already raised, but in your server.xml, did you specify the privileged

RE: Manager options...

2002-02-20 Thread John Wadkin
point - the context is in the host I defined under the Service name=Tomcat-Apache Thanks, John -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 15:34 To: 'Tomcat Users List' Subject: RE: Manager options... you should probably file a bug report

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
BEAUDET [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 10:22 AM To: Tomcat Users List Subject: Re: Manager options... Yoav Shapira a écrit : Hi, Sorry to bump in late in the thread, maybe this was already raised, but in your server.xml, did you specify the privileged

RE: Manager options...

2002-02-20 Thread Ricky Leung
:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Wednesday, February 20, 2002 10:22 AM To: Tomcat Users List Subject: Re: Manager options... Yoav Shapira a écrit : Hi, Sorry to bump in late in the thread, maybe this was already raised, but in your server.xml, did you specify the privileged

RE: Manager options...

2002-02-20 Thread Ricky Leung
sorry, post the answer to the wrong thread. -Original Message- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 10:51 AM To: Tomcat Users List Subject: RE: Manager options... look at the web.xml file under $CATALINA_HOME/conf, there's a sample web.xml

RE: Manager options...

2002-02-20 Thread Ricky Leung
http://jakarta.apache.org/site/bugs.html for bug entering info -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Wednesday, February 20, 2002 10:50 AM To: Tomcat Users List Subject: Re: Manager options... Cox, Charlie a écrit

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Thank yu for the answer, john. I verified again and again, but... John Wadkin a écrit : Works fine on my Solaris 8, TC 4.0.1, Apache 1.3 system. I'm actually runnin' SOLARIS _ TC 4.0.2/Warp 1.0.2 Apache 1.3.22 full dso httpd.conf: WebAppConnection warpConnection warp servername:8008

RE: Manager options...

2002-02-20 Thread John Wadkin
-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 16:26 To: Tomcat Users List Subject: Re: Manager options... Thank yu for the answer, john. I verified again and again, but... John Wadkin a icrit : Works fine on my Solaris 8, TC 4.0.1, Apache 1.3 system. I'm actually runnin

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
-Original Message- From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 16:26 To: Tomcat Users List Subject: Re: Manager options... Thank yu for the answer, john. I verified again and again, but... John Wadkin a icrit : Works fine on my Solaris 8, TC 4.0.1, Apache

RE: Manager options...

2002-02-20 Thread John Wadkin
- is it there and complete? Thanks, John -Original Message- From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 17:03 To: Tomcat Users List Subject: Re: Manager options... John Wadkin a icrit : The only differences I can see are: You use Manger and /managerstuff whereas I use

RE: Manager options...

2002-02-20 Thread Ricky Leung
I think name=Apache in Engine has to be the same as what ServerName is defined in http.conf in apache. -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:13 PM To: 'Tomcat Users List' Subject: RE: Manager options... Attached my

RE: Manager options...

2002-02-20 Thread John Wadkin
-Original Message- From: Ricky Leung [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 17:26 To: Tomcat Users List Subject: RE: Manager options... I think name=Apache in Engine has to be the same as what ServerName is defined in http.conf in apache. -Original Message- From: John

RE: Manager options...

2002-02-20 Thread Ricky Leung
yeah, I did miss it, hope I am not restarting it. -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:46 PM To: 'Tomcat Users List' Subject: RE: Manager options... Oh boy :) You must have missed the great debate thread on engines, hosts

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
... What a big deal is it ! Jean-Luc B :0( -Original Message- From: John Wadkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 12:46 PM To: 'Tomcat Users List' Subject: RE: Manager options... Oh boy :) You must have missed the great debate thread on engines, hosts

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
Users List Subject: Re: Manager options... John Wadkin a icrit : The only differences I can see are: You use Manger and /managerstuff whereas I use manager and /manager - could this have something to do with it? Not sure! You use localhost I use the actual server name - again, not sure

Re: Manager options...

2002-02-20 Thread Jean-Luc BEAUDET
John Wadkin a écrit : Oh boy :) You must have missed the great debate thread on engines, hosts and name. It was debated as to whether an engine needs a host. I set the defaulthost attribute and specified a host. Is this necessary? The doc's aren't clear. The default server.xml has a

Re: Manager options...

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, Jean-Luc BEAUDET wrote: Date: Wed, 20 Feb 2002 12:02:16 +0100 From: Jean-Luc BEAUDET [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Manager options... Hi all ! Well i try hard to get Manager working

RE: Manager options...

2002-02-20 Thread John Wadkin
- I guess this is why? John -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: 20 February 2002 21:34 To: Tomcat Users List Subject: Re: Manager options... On Wed, 20 Feb 2002, Jean-Luc BEAUDET wrote: Date: Wed, 20 Feb 2002 12:02:16 +0100 From

RE: Manager options...

2002-02-20 Thread Craig R. McClanahan
On Wed, 20 Feb 2002, John Wadkin wrote: Date: Wed, 20 Feb 2002 22:43:27 - From: John Wadkin [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Manager options... Craig, Very true - but Manager can still be used