On Tue, 20 Aug 2002, Sexton, George wrote:
> Date: Tue, 20 Aug 2002 16:54:05 -0600
> From: "Sexton, George" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: RE: manager
>
> It would be helpful to know the version number of Tomcat you are using...
>
Two other important things to check:
* Where are the classes that you recompiled? If the are anywhere
EXCEPT in /WEB-INF/classes or /WEB-INF/lib (for example, they are
in common/lib instead) then reloading isn't going to do a bit of
good -- those classes CANNOT be reloaded.
* Check the log messages in $CATALINA_HOME/logs/* to see that the
reload command was actually executed, along with any errors that
Tomcat might have encountered along the way.
Note -- it is not necessary to use reloadable="true" to use the manager
app's reload command, which works on any webapp.
Craig
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 20 August, 2002 4:13 PM
> To: Tomcat User List
> Subject: manager
>
>
> I have not been able to reload webapps with the tomcat manager
> module. I am able to connect to the manager and it shows the
> application is running, and appears to accept commands without
> complaint. But the app does not get reloaded.
>
> The Context is marked as "reloadable" in the server.xml file.
> <Context path="/cinema" docBase="cinema"
> debug="0" reloadable="true" >
> </Context>
> Is there something else required for reloading to work?
>
> Thanks,
>
> Glen Jackson
> [EMAIL PROTECTED]
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>