It is amazing! Thanks, i will look into it to find out what is the problem.
On 4/5/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote:
If you compile the Servlet class and Re-start Tomcat after defining
the mapping in web.xml it should work.
I tried the following and it works:
---
If you compile the Servlet class and Re-start Tomcat after defining
the mapping in web.xml it should work.
I tried the following and it works:
-
web.xml
-
It is /servlet/login indeed. In fact, my jsp structure is as
following:
in index.jsp:
in top.jsp:
..
//here, the form will be submit
On 4/3/07, David Delbecq <[EMAIL PROTECTED]> wrote:
En l'instant précis du 03/04/07 11:47, jacky s'exprimait en ces termes:
> in web.xml:
>
> login
> /ser
En l'instant précis du 03/04/07 11:47, jacky s'exprimait en ces termes:
> in web.xml:
>
> login
> /servlet/login
>
> in jsp:
> method="POST" >
> There is an error when the jsp is submit (URL:
> http://localhost:8080/test/servlet/login):
>
> type Status report
> message /test/servlet/
> descripti
in web.xml:
login
/servlet/login
in jsp:
There is an error when the jsp is submit (URL:
http://localhost:8080/test/servlet/login):
type Status report
message /test/servlet/
description The requested resource (/test/servlet/) is not available.
If i remove servlet/,the url http://