web.xml fine on windows box.. parse error when deployed on unix

Locally on my windows xp machine my .war application works correctly.

When I deploy to unix I get the following error;

SEVERE: Parse error in default web.xml

org.xml.sax.SAXParseException: Premature end of file.

HOWEVER, if I "touch" the web.xml file tomcat is able to pick it up and parse it correctly and all is well.

Any thoughts? Thanks!

[387 byte] By [meconlina] at [2007-10-2 9:48:22]
# 1
that might be caused by linebreak/newline being /r/n in one and /r in the other (I forgot which has what)Usually it can be fixed by modifying your editor to save in the correct way
pgeuensa at 2007-7-16 23:53:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...