> From: Bio Jazz [mailto:[EMAIL PROTECTED]
> Subject: Restarting Webapplication From Command Line
>
> However, I have a need to restart a single application from
> the command line without restarting the entire Tomcat service
> (ie without affecting the other deployed applications).
Check the d
Hi,
If you set the host "autoDeploy" property to "true". You can redeploy doing a
touch /WEB-INF/web.xml
if not, you need the client deployed.
Regards,
LG
On 2/22/07, Bio Jazz <[EMAIL PROTECTED]> wrote:
I understand how to restart the entire Tomcat service from the command line.
However, I h