This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Were do Servlets go??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Were do Servlets go???" Watch "Were do Servlets go???" New topic
Author

Were do Servlets go???

Sam Smoot
Ranch Hand

Joined: Apr 18, 2002
Posts: 238
I don't know if this is a Websphere issue or a general use issue, so I'll start here. I have an application (that was working last week) that is a simple JSP calling a servlet. The servlet is under a folder called WEB-INF\classes and the JSP page is under the root WEB-INF. I have tried the follwing to get to the page to no avail...

I have even rebuilt the workspace and it still won't work like it did last week. I just want to know how it should work..
Thanks!


CNSS/NSA Infosec Professional,<br />Software Engineer
Steven Kors
Ranch Hand

Joined: Jan 30, 2002
Posts: 33
action="/MyWebAppName/servlet/UseEmployeeServlet"

http://www.moreservlets.com/Using-Tomcat-4.html
The link above not only tells you how to set-up Tomcat but also how to test servlets etc ...
Hope this helps

PS if you are a beginner Servlet/JSP programmer "Core Servlets" and "More Servlets" are excellent books, in my opinion .
[ July 19, 2002: Message edited by: Steven Kors ]

Thanks,
Steven
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Were do Servlets go???
 
Similar Threads
help, where to put servelet, html, jsp file
ResourceBundle use in Web application
Servlet not found
Please Help, Thanks william,sainudheen, Bear ..
Place JSP files in WEB-INF Folder