| Author |
Resource not available problem
|
Anirban Das
Ranch Hand
Joined: Nov 22, 2003
Posts: 63
|
|
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
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
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
|
 |
 |
|
|
subject: Resource not available problem
|
|
|