What servlet version is specified in web.xml?

Gotcha! You won my gratitude.

The problem was that I started a new web application from scratch on my IDE, the J2EE version I chose was 1.5, a version that - I discovered it later - Tomcat 5.5 doesn't support. I changed everything back to version 1.4, but I didn't give a thought about changing the WEB-APP tag attributes in the web.xml. Unilkely most similar cases, the configuration I wrote on the web.xml was too _recent_ for the container! Thanks again

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to