• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ServletException caught in Tomcat

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Tomcat 3.2.3 running in Windows 2000. I have a simple web app deployed with customized server.xml and web.xml files. It is fine to display the JSP pages. But when I click the submit button in a JSP page which redirects to a servlet (stated in web.xml), the following exception was caught:

I think it's some tedious stuff (such as lib, links, etc.) that I missed out. Help is much appreciated!
Thanks!
Wendal
 
reply
    Bookmark Topic Watch Topic
  • New Topic