> From: Riyaz Shaikh [mailto:[EMAIL PROTECTED]
> Subject: "Error allocating a servlet instance" after editing web.xml.
> 
> Problem: If I make any change to my application's web.xml (even as
> small as a single space), I can't access any of Tomcat's
> pages/servlets.

Is your editor generating UTF-16 and adding a pair of prefix bytes to
indicate LE or BE?  If so, the .xml may not be parseable.  Take a look
at it with a hex editor.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to