I'm trying to get Tomcat4.0 to recognize an application in
C:/web/blitzDev rather than in the webapps directory. For
some reason it worked fine in Tomcat 3.2 but not Tomcat4.0.
When I add:
<Context path="/"
docBase="c:/web/blitzDev"
crossContext="false"
debug="0"
reloadable="true" >
</Context>
I get the following when I start Tomcat:
Starting service Tomcat-Standalone
Apache Tomcat/4.0-b7
PARSE error at line 7 column -1
org.xml.sax.SAXParseException: XML declaration may
only begin entities.
Starting service Tomcat-Apache
Apache Tomcat/4.0-b7
Anyone know what I should do?
Calvin