On Thu, 15 Nov 2001, Tarek M. Nabil wrote:

> Date: Thu, 15 Nov 2001 12:18:27 +0200
> From: Tarek M. Nabil <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: "'Tomcat Users List' (E-mail)" <[EMAIL PROTECTED]>
> Subject: Server Element in server.xml
>
> The documentation that ships with Tomcat 4.01 does not include "debug"
> as one of the attributes that can be specified in the Server element in
> config/server.xml and yet the example config/server.xml that comes with
> the distribution does use it...is this a problem with the document or a
> problem with the confg/server.xml file?
>
> <Server port="8005" shutdown="SHUTDOWN" debug="0">
>

The 4.0.1 release version of the class that implements <Server> does not
actually support a debug property -- but the logic that reads server.xml
simply ignores undefined attributes so it doesn't cause any problems.

The "debug" property is supported in the current development version (i.e.
in what you get if you download a nightly build).

> Thanks,
>
> Tarek Nabil
> [EMAIL PROTECTED]
>

Craig


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to