Re: problem with manager app

2002-06-25 Thread Liam Morley
I don't think the manager reload command reloads from the .war file. Instead it reloads from the directory which has been extracted from the .war file. Have you tried reloading after making changes to the directory? Liam Morley Cory Casler wrote: I am trying to use the reload command in the

Re: problem with manager app

2002-06-25 Thread Avnish Pundir
, 2002 7:02 PM Subject: Re: problem with manager app I don't think the manager reload command reloads from the .war file. Instead it reloads from the directory which has been extracted from the .war file. Have you tried reloading after making changes to the directory? Liam Morley Cory Casler

Re: Problem with Manager App

2002-02-05 Thread Jean-Luc BEAUDET
Cox, Charlie a écrit : privileged=true simply allows the servlet to call tomcat internal functions. it is a security feature so that you can control what can talk to the tomcat internals. I am not using mod_webapp, but I have received that error('Manager is privileged...') when I tried to

RE: Problem with Manager App

2002-02-05 Thread Cox, Charlie
: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 7:18 AM To: Tomcat Users List Subject: Re: Problem with Manager App Cox, Charlie a écrit : privileged=true simply allows the servlet to call tomcat internal functions. it is a security feature so that you can

Re: Problem with Manager App

2002-02-05 Thread Jean-Luc BEAUDET
Cox, Charlie a écrit : have you tried with 4.0.2b2 to see if its a fixed problem with the connector? I know that they have made lots of fixes to the connector, but since I don't use it, I haven't paid attention to what was broken/fixed. It could just be that the connector isn't passing your

RE: Problem with Manager App

2002-02-05 Thread Cox, Charlie
: Tuesday, February 05, 2002 9:05 AM To: Tomcat Users List Subject: Re: Problem with Manager App Cox, Charlie a écrit : have you tried with 4.0.2b2 to see if its a fixed problem with the connector? I know that they have made lots of fixes to the connector, but since I don't use it, I

Re: Problem with Manager App

2002-02-05 Thread Jean-Luc BEAUDET
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 9:05 AM To: Tomcat Users List Subject: Re: Problem with Manager App Cox, Charlie a écrit : have you tried with 4.0.2b2 to see if its a fixed problem with the connector? I know that they have made lots of fixes

RE: Problem with Manager App

2002-02-01 Thread Cox, Charlie
you need to define the manager context for each virtual host. also make sure it has privileged=true Charlie -Original Message- From: Harry Long [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 10:42 AM To: [EMAIL PROTECTED] Subject: Problem with Manager App Hi I

RE: Problem with Manager App

2002-02-01 Thread Harry Long
/manager?list it crashed and I got that inner error. Would you please tell me how you make it works ? Many thanks Harry -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 10:19 AM To: 'Tomcat Users List' Subject: RE: Problem with Manager App you

Re: Problem with Manager App

2002-02-01 Thread Jean-Luc BEAUDET
' Subject: RE: Problem with Manager App you need to define the manager context for each virtual host. also make sure it has privileged=true Charlie -Original Message- From: Harry Long [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 10:42 AM To: [EMAIL PROTECTED] Subject

RE: Problem with Manager App

2002-02-01 Thread Cox, Charlie
: Friday, February 01, 2002 12:54 PM To: Tomcat Users List Subject: Re: Problem with Manager App Harry Long a écrit : Hi Cox, Thanks for your answer. But I did do that and it does not work at all. In my server.xml , I have : Context path=/manager docBase=manager debug=0