urgent - servlet not found.

2002-11-21 Thread Triptpal Singh Lamba
This has taken too long so someone pls see if you can help me. My form in index.jsp says form method=post name=indexForm action=servlet/com.osp.servlet.Router If index.jsp can find the servlet ,my job is done. My web.xml has defined this in WEB-INF webapps/osp // context

Re: urgent - servlet not found.

2002-11-21 Thread Ben Ricker
On Thu, 2002-11-21 at 13:50, Triptpal Singh Lamba wrote: This has taken too long so someone pls see if you can help me. My form in index.jsp says form method=post name=indexForm action=servlet/com.osp.servlet.Router If index.jsp can find the servlet ,my job is done. My web.xml has

Re: urgent - servlet not found.

2002-11-21 Thread Triptpal Singh Lamba
- Original Message - From: Ben Ricker [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 2:50 PM Subject: Re: urgent - servlet not found. form method=post name=indexForm action=servlet/Router You might also need to add a '/' in front

RE: urgent - servlet not found.

2002-11-21 Thread Wendy Smoak
This has taken too long so someone pls see if you can help me. Well, ten minutes after you sent your message on 11/20, you sent another saying to ignore your previous mail. I supposed you had fixed your problem. The web.xml file you attached to that message is missing the servlet-mapping tag.

RE: urgent - servlet not found.

2002-11-21 Thread Turner, John
: [EMAIL PROTECTED] Subject: Re: urgent - servlet not found. - Original Message - From: Ben Ricker [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 2:50 PM Subject: Re: urgent - servlet not found. form method=post name=indexForm action