RE: Problems with URL to getRequestDispatcher()

2000-04-24 Thread Matt Krevs
Just converted from Tomcat 3.0 to Orion and we were experiencing this problem A solution that worked for us is to use getServletConfig().getServletContext().getRequestDispatcher("theUrl"); I still dont know why this actually works but it does. Another possible reason is that the JSP/Servlet

RE: Problems with URL to getRequestDispatcher()

2000-04-24 Thread Ferghil O'Rourke
ubject: RE: Problems with URL to getRequestDispatcher() Date: Tue, 25 Apr 2000 08:10:12 +1000 Just converted from Tomcat 3.0 to Orion and we were experiencing this problem A solution that worked for us is to use getServletConfig().getServletContext().getRequestDispatcher("theUrl"); I