> From: Fabbris Pierluigi [mailto:[EMAIL 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.Inte
catch the NumberFormatException
check the given parameter:
if your parameter is empty or is different that a number, set it to a
default value
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/NumberFormatException.html
it is more a servlet problem than a tomcat problem
F.
> Hi,
> I've configur