On Mon, 3 Mar 2003, Mike Jackson wrote:

> Date: Mon, 3 Mar 2003 08:58:44 -0800
> From: Mike Jackson <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: Tomcat Users List <[EMAIL PROTECTED]>
> Subject: RE: Simple Question
>
> The web.xml is only read when the server is restarted.  The browser has
> nothing to do with it.
>

It is also read again if you use the Manager "stop" and "start" commands.
it's also read again if you "remove" and then "install" it.

As the original questioner noted, web.xml is *not* reread when the
"reload" command is used.  This is a performance enhancement for people
who are simply updating compiled classes -- parsing takes longer, so you
have to explicitly ask for it via one of the above techniques.

> --mikej

Craig

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

Reply via email to