| 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
|
 |
 |
|
|
subject: Were do Servlets go???
|
|
|