Hi Konrád ,

This error:

StandardWrapperValve[action]: Servlet.service() for servlet action threw 
exception
org.apache.jasper.JasperException: Array index out of range: 0

indicates that there's some code that is accessing the wrong index of
an Array , either the index is less than 0 or greater than or equal to
the size of the Array.

Check your code.

-Rashmi

---------------------------------------------------------------------
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