• 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

Resource not available problem

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Iam trying to create a http session by calling a servlet (whose NAME is SessionLifeCycleServlet AND alias Name defined in the "web.xml" is lifeCycle ).
Iam deploying it in Tomcat 4.1.1.8 server. But upon calling with the URL http://localhost:8080/session/servlet/lifeCycle I get an error as resource not available. My directory structure as followes:
webapps--->session--->WEB-INF----> web.xml
(nder WEB-INFdirectory) classes---> SessionLifeCycleServlet.class
Could any1 pls help me out.
Regards
Bamby
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is probably the ever-popular "invoker" servlet problem. It gets discussed several times a week. Doing a search should find you lots of discussion.
Bill
 
If somebody says you look familiar, tell them you are in porn. Or in these tiny ads:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic