> I just downloaded the new Tomcat 4.0.2 and I am having trouble getting my
web
> application to load successfully.  ${TOMCAT}/logs/catalina.out shows the
> following lines:
>
> Apache Tomcat/4.0.2
> PARSE error at line 1 column 1
> org.xml.sax.SAXParseException: The markup in the document preceding the
root
> element must be well-formed.

After investigating this problem, it turns out it is caused by a packaging
error with 4.0.2, caused by an updated version of the scripts used to run
Tomcat.
The workaround is simple: just create a 'temp' directory in your Catalina
home, or edit the script and remove the definition of the java.io.tmpdir
property in catalina.bat (or catalina.sh, depending on your platform).

Remy


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

Reply via email to