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 = osp
in osp I have a WEB-INF which has web.xml with only this entry
<servlet>
<servlet-name>Router</servlet-name>
<servlet-class>com.osp.servlet.Router</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
index.jsp is coming up , server.xml has the context entry.
What should the action be changed to ??????????
Tript Singh
Error is
HTTP Status 404 - /osp/servlet/com.osp.servlet.Router
----------------------------------------------------------------------------
----
type Status report
message /osp/servlet/com.osp.servlet.Router
description The requested resource (/osp/servlet/com.osp.servlet.Router) is
not available.
----------------------------------------------------------------------------
----
Apache Tomcat/4.1.12
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>