Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: JSP servlet redirection


Message #1 by marty_skitch@y... on Thu, 10 May 2001 15:26:47
I'm using a shopping cart example which uses a standard MVC model.  My JSP 
page calls a servlet which redirects to a JSP page.  The first time 
everything works fine but the second time the redirection looks like

http://albury:8080/ShoppingCart/servlet/servlet/ShoppingServlet

There is a reference to a second servlet directory that should not be 
there.  Any suggestions.  TIA

BTW - Tomcat 3.2 on NT 4.0 

  Return to Index