Re: servlet url pattern problem!

2007-04-04 Thread jacky
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: ---

Re: servlet url pattern problem!

2007-04-04 Thread Rashmi Rubdi
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 -

Re: servlet url pattern problem!

2007-04-04 Thread jacky
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

Re: servlet url pattern problem!

2007-04-03 Thread David Delbecq
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

servlet url pattern problem!

2007-04-03 Thread jacky
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://