> From: Daniel Gresh [mailto:dgresh@(protected)]
> Subject: Re: Ant custom tasks: how to compile .java files and
> restart Tomcat(Tomcat6.0.9)?
>
> Is webapps/[appname], where [appname]=ROOT a web application?
> If so, I can just use reload when I deploy new .class files
> without ever having to restart Tomcat, right?
Correct on both counts. Every directory or .war file immediately under
the <Host> appBase directory is a webapp, even if it doesn't have a
WEB-INF or other spec-defined structure. Very useful for deploying
"apps" that are nothing but static content.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)