Re: Servlet not found

2000-12-06 Thread umesh sonavane
hi phil i saw ur web.xml file for mapping servlet try giving forward slash in your url-pattern tag like this servlet servlet-nameLoginServlet/servlet-name display-nameLoginServlet/display-name descriptionno description/description

RE: Servlet not found

2000-12-06 Thread PHiL
It works!!! Juste change tags to this: url-pattern/LoginServlet/url-pattern Now I have others problems, but I'll read a few before asking again :-) Seems 'context' does not act the same as Weblogic or Tomcat... Thanx for your support. Philippe PAGET -Message d'origine- De :

RE: Servlet not found

2000-12-06 Thread PHiL
: Re: Servlet not found hi phil i saw ur web.xml file for mapping servlet try giving forward slash in your url-pattern tag like this servlet servlet-nameLoginServlet/servlet-name display-nameLoginServlet/display-name descriptionno description/description servlet