Thanks.
It's an interesting problem. It does validate against an xml validator,
but I can't reproduce your error in my tomcat 5.5 environment. If it's
really an error w/ tomcat, it has to be unique to your version of
tomcat. Any one on this list still using tomcat 4.1 want to respond?
--David
Albretch Mueller wrote:
OK, my conf files were like that:
~
<!--
Context configuration file for the Tomcat Manager Web App
$Id: manager.xml 287893 2002-04-08 17:46:08Z craigmcc $
<Context
Linux Box:
path="/manager"
docBase="/media/sda2/inst/sw/java/TC/tc4.1/apache-tomcat-4.1.36/server/webapps/manager"
Windows Box:
path=""
docBase="c:/japps//TC/tc4.1/apache-tomcat-4.1.36/server/webapps/manager"
-->
<Context path="/manager"
docBase="/media/sda2/inst/sw/java/TC/tc4.1/apache-tomcat-4.1.36/server/webapps/manager"
debug="4"
privileged="true">
<!-- Link to the user database we will get roles from -->
<ResourceLink name="users" global="UserDatabase"
type="org.apache.catalina.UserDatabase"/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="/media/sda2/inst/sw/java/TC/prjx/FlUp/logs"
prefix="tc-4.1.36_localhost_manager_log."
suffix=".txt"
timestamp="true"/>
</Context>
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
~
and what I believe to be a bug is that conf parsers should not pick
anything between "<!--" and "-->"
~
lbrtchx
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]