• 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

HTTP Status 404 - Servlet servlet1 is not available

 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
I m facing a problem from two days, trying everything to sort out but no gain..

THE PROBLEM IS -
on TOMCAT home page, i m able to go to the link for jsp examples and everything else, except SERVLET _ EXAMPLES..
its giving me an exception "HTTP Status 404 - Servlet servlet1 is not available"

i have tomcat 5.0 and its compatible jdk 5.0 installed..
my env variables are set to-

CATALINA-HOME = C:\Program Files\Apache Group\Tomcat 5.0

CLASS-PATH = C:\Program Files\Apache Group\Tomcat 5.0\common\lib\servlet-api.jar;C:\Program Files\Apache Group\Tomcat 5.0\common\lib\jsp-api.jar

PATH = C:\Program Files\Apache Group\Tomcat 5.0\bin;C:\Program Files\Java\jdk1.5.0_11\bin

Now please help me ..Tell me where am i missing which is needed to run servlets?

thanks,
mallika
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Show us your web.xml servlet configuration.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic