Problem to configure servelet on Tomcat6 -- reno 2007-07-31
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