> 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.Int
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
Hi,
I've configured Tomacat 6 for Servlet but I've this error:
*message*
*description* _The server encountered an internal error () that
prevented it from fulfilling this request._
*exception*
javax.servlet.ServletException: Servlet.init() for servlet default threw
exception
org.apache.c