TR: Servlet not found

2000-12-06 Thread PHiL
Hi, I just could not call servlet, 404 error in the browser... Here is what I've done: Add the EAR file in the in the server.xml application name="Webactiv" path="../applications/webactiv.ear" / Add the application in the default-web-site.xml web-app application="Webactiv" name="war-ic"

R: Servlet not found

2000-12-06 Thread DeVincentiis Giustino
: mercoledì 6 dicembre 2000 10.31 A: Orion-Interest Oggetto: TR: Servlet not found Hi, I just could not call servlet, 404 error in the browser... Here is what I've done: Add the EAR file in the in the server.xml application name="Webactiv" path="../applications/webactiv.ear" /

Re: Servlet not found

2000-12-06 Thread umesh sonavane
www.verchaska.com - Original Message - From: PHiL [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, December 06, 2000 4:00 PM Subject: TR: Servlet not found Hi, I just could not call servlet, 404 error in the browser... Here is what I've done: Add the EAR file

RE: Servlet not found

2000-12-06 Thread PHiL
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de DeVincentiis Giustino Envoyé : mercredi 6 décembre 2000 12:16 À : Orion-Interest Objet : R: Servlet not found Hi, looking at orion documentation (web.xml configuration file) the syntax of url-pattern tag is: url-pattern

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