You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Tarek M. Nabil" <Ta...@itworx.com> on 2001/11/15 11:18:27 UTC

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">

Thanks,

Tarek Nabil
tnabil@itworx.com

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: Server Element in server.xml

Posted by "Craig R. McClanahan" <cr...@apache.org>.

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

> Date: Thu, 15 Nov 2001 12:18:27 +0200
> From: Tarek M. Nabil <Ta...@itworx.com>
> Reply-To: Tomcat Users List <to...@jakarta.apache.org>
> To: "'Tomcat Users List' (E-mail)" <to...@jakarta.apache.org>
> 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
> tnabil@itworx.com
>

Craig


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>