Re: JSP/Servlets and JBuilder 4 paths problem

2001-02-19 Thread Peter Pilgrim
You forget the servlet mapping path! This should work for now request.getRequestDispatcher( request.getContextPath()+ "/servlet/" "myPackage.Servlet1"); myRequestDispatcher.forward(); -- Peter Pilgrim G.O.A.T "the Greatest Of

Re: JSP/Servlets and JBuilder 4 paths problem

2001-02-15 Thread Christophe Dubourg
.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503) > -Message d'origine- > De: Nils Janson [SMTP:[EMAIL PROTECTED]] > Date: mercredi 14 février 2001 18:19 > À:[EMAIL PROTECTED] > Objet:Re: JSP/Servlets and JBu

Re: JSP/Servlets and JBuilder 4 paths problem

2001-02-14 Thread Nils Janson
Wednesday, February 14, 2001 9:36 AM >To: [EMAIL PROTECTED] >Subject: JSP/Servlets and JBuilder 4 paths problem > > >Hi, I'm writing a JSP which must call different servlets, >using the requestDispatcher.forward() function. > >The servlet engine has problems finding the servlet

Re: JSP/Servlets and JBuilder 4 paths problem

2001-02-14 Thread Christophe Dubourg
MAIL PROTECTED]] > Date: mercredi 14 février 2001 16:56 > À: [EMAIL PROTECTED] > Objet: Re: JSP/Servlets and JBuilder 4 paths problem > > it sounds like you need to reference myPackage.Servlet1.class instead of > mypack.Servlet1.class > > -Original Message-

Re: JSP/Servlets and JBuilder 4 paths problem

2001-02-14 Thread Michael Normington
it sounds like you need to reference myPackage.Servlet1.class instead of mypack.Servlet1.class -Original Message- From: Christophe Dubourg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:36 AM To: [EMAIL PROTECTED] Subject: JSP/Servlets and JBuilder 4 paths problem Hi

JSP/Servlets and JBuilder 4 paths problem

2001-02-14 Thread Christophe Dubourg
Hi, I'm writing a JSP which must call different servlets, using the requestDispatcher.forward() function. The servlet engine has problems finding the servlets. I have problems with the paths : the server integrated into JBuilder (tomCat) just can't find the servlet, although I have added almost e