| Article: |
Deploying Web Applications to Tomcat | |
| Subject: | Path problems | |
| Date: | 2004-01-11 04:14:27 | |
| From: | rahulbats | |
|
Response to: Path problems
|
||
|
The problem can be removed by adding the following <servlet-mapping> <servlet-name>login</servlet-name> <url-pattern>/servlet/*</url-pattern> </servlet-mapping>
|
||
Showing messages 1 through 1 of 1.
-
Path problems
2004-10-11 03:31:46 deroy@hssworld.com [View]



I couldn't understand the problem. The server doesn't recognizing the servlet.
HTTP Status 404 - /AssessRisk/servlet/VerifyLoginServlet, this is the error message i am getting where my directory is "AssessRisk".
If i will copy one of my servlet under examples directory then it works.
Can anybody suggest what the problem is?