problem with manager app

2002-06-25 Thread Cory Casler
I am trying to use the reload command in the manager app to reload an application when a change has been made, so that I don't have to restart the server every time I make a change to a servlet. The reload command does not work. Is it possible to reload a .war file with restarting the server? C

Problem with Manager App

2002-02-01 Thread Harry Long
Hi I just wonder anyone can please tell me how I should configure the Manager App. There is no any problem of using Manager App when Tomcat is running as a stand alone server. But when I run it under Apache and using MOD_WEBAPP as connnector. I got some inner problem. These are the error messa

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
t;[EMAIL PROTECTED]> Sent: Tuesday, June 25, 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 ch

AW: problem with manager app

2002-06-25 Thread Friedli Beat
t Users List' > Betreff: RE: problem with manager app > > > check the log files. I had a problem in which manager was not > accepting > username and password, after checking the logs, there was a > problem in my > server.xml in JDBCRealm. After i commented that par

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:

RE: Problem with Manager App

2002-02-01 Thread Harry Long
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 need to define the manager context for each vi

Re: Problem with Manager App

2002-02-01 Thread Jean-Luc BEAUDET
://localhost/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: &

RE: Problem with Manager App

2002-02-01 Thread Cox, Charlie
T [mailto:[EMAIL PROTECTED]] > Sent: 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 > wo

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

RE: Problem with Manager App

2002-02-05 Thread Cox, Charlie
nal Message- > From: 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 s

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

RE: Problem with Manager App

2002-02-05 Thread Cox, Charlie
L 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

Re: Problem with Manager App

2002-02-05 Thread Jean-Luc BEAUDET
riginal Message- > > From: 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 : > > > >