> From: Fabbris Pierluigi [mailto:pierluigi.fabbris@(protected)]
> Subject: Problem to configure servelet on Tomcat6
>
>
java.lang.NumberFormatException: For input string: ""
>
java.lang.NumberFormatException.forInputString(Unknown Source)
>
java.lang.Integer.parseInt(Unknown Source)
>
java.lang.Integer.parseInt(Unknown Source)
>
org.apache.catalina.servlets.DefaultServlet.init (
DefaultServlet.java:221
)
The above line is trying to retrieve the value of the debug <init-param>
nested inside the <servlet> declaration for the DefaultServlet. You
have apparently changed this from 0 to an empty (or at least
non-numeric) string. Don't do that.
- 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@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)