On 5/10/05, Marquez, Omar <[EMAIL PROTECTED]> wrote:
> Hi Luntz,
> 
> Thanks for answering.
> 
> this is from my server.xml
> 
>       <Host
>           appBase="webapps"
>           autodeploy="true"
>           unpackWARs="true"
>           name="localhost">
>         <Context
>             path="/webapp" reloadable="true">
> 
> <WatchedResource>/usr/local/tomcat/conf/context.xml</WatchedResource>
>           <WatchedResource>WEB-INF/web.xml</WatchedResource>
>         </Context>
>         <Context
>             path="/OES2" reloadable="true" >
> 
> <WatchedResource>/usr/local/tomcat/conf/context.xml</WatchedResource>
>           <WatchedResource>WEB-INF/web.xml</WatchedResource>
>         </Context>
>       </Host>

Contexts hardcoded in server.xml are not autodeployed or manageable
(except to some extent through the admin webapp). They are hardcoded
and always deployed on startup, and that's it.

-- 
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to