• 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

Tomcat 5.5 not working with servlet -- a sudden death

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It was working fine. I added another servlet, made a entry to the web.xml, undeploy/redelploy of the app went ok with the Tomcat Manager. (The display name appears to be fine). All jsp part is working, Beans are created alright. The only thing is that all servlets stop working!!

I checked the web.xml, no corruption or whatsoever. No error message comes to the log, only

The requested resource (/workshop/wsupdater) is not available.



I even reversed the last string of actions -- taking out the changes made in jsp page, taking the entry out of web.xml, etc. Still it did not work.

Please help.

What had went wrong?
 
Ben Weng
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Administrators: Please remove this post. It was my own mistakes. There was a typo in the web.xml file caused things not work.

Sorry to bother at the first time

bw
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic