Hi (feliz aņo nuevo).
Craig R. McClanahan wrote:
> First, your web.xml file defines the root webapp like so:
> <Context path="" docBase="scarab" reloadable="true">
> <Loader checkInterval="3"
> className="org.apache.catalina.loader.StandardLoader"/>
> </Context>
> so Catalina initializes a nice webapp for you, including reloading support.
>
> Next, Catalina finds a directory named "scarab" under the "webapps" directory,
> so it auto-deploys *another* context for the same document root, with a context
> path of "/scarab". By default reloadable is set to false, so this webapp has it
> turned off.
>
Maybe a stupid question:
Isn't it possible to recognize these two contexts as being the same ?
>
> Craig
>
Rolf.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]