| Article: |
Java Web Applications | |
| Subject: | HTTP Status 404 - /onjava/servlet/com.onjava.login | |
| Date: | 2007-06-07 01:22:54 | |
| From: | DhirajShetty | |
|
Hi , On running the tutorials on my machine i get the following HTTP error after submitting the login.jsp page . I fail to realise as to where does it contain the pathname folder servlet . My Web/xml entry is as follows:
|
||
Showing messages 1 through 3 of 3.
-
HTTP Status 404 - /onjava/servlet/com.onjava.login
2007-07-23 12:41:20 RaviKA [View]
Add the servlet mapping to your web.xml. And the example should work.
-
HTTP Status 404 - /onjava/servlet/com.onjava.login
2007-07-23 12:42:56 RaviKA [View]
Add the below servlet mapping to your web.xml. The servlet mapping should be given under the servlet. And the example should work.
<servlet-mapping>
<servlet-name>login</servlet-name>
<url-pattern>/servlet/com.onjava.login</url-pattern>
</servlet-mapping>
-
HTTP Status 404 - /onjava/servlet/com.onjava.login
2008-02-10 19:13:18 pakornss [View]
I use Metro 1.0, i forgot install Metro with "wsit-on-tomcat.xml" script
WepApp Error like this:
FAIL - Application at context path /fromjava could not be started


