|
i did everything as written in the tutorial
additional i went through the numerous comments
and corrected also the following parts:
1) WEB_INF instead of WEB-INF
2) uncomment the invoker in conf/web.xml
3) specify the form action as "/onjava/servlet/...."
4) changed the web.xml to
<web-app>
<servlet>
<servlet-name>login</servlet-name>
<servlet-class>com.onjava.login</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>login</servlet-name>
<url-pattern>/servlet/*</url-pattern>
</servlet-mapping>
BUT still i do get the following error after trying login on http://localhost:8080/onjava/login.jsp
i use tomcat 4.1.30
please please please help me.... i'm trying over hours...
------------
HTTP Status 404 - /onjava/servlet/login
--------------------------------------------------------------------------------
type Status report
message /onjava/servlet/login
description The requested resource (/onjava/servlet/login) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/4.1.30
|
Date: 2007-02-01
From: bashask
--------------------------------------------------------------------------------
i did everything as written in the tutorial
BUT still i do get the following error after trying login on http://localhost:8080/onjava/login.jsp
i use tomcat 4.1.30
please help me.... i'm trying over hours...
------------
HTTP Status 404 - /onjava/servlet/login
--------------------------------------------------------------------------------
type Status report
message /onjava/servlet/login
description The requested resource (/onjava/servlet/login) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/4.1.30