1 Reply Latest reply on Aug 27, 2002 8:13 AM by manan

    "/" error , forwarding URLs expect "/" character while using

    manan

      1. On the start of JBoss server, I get the following warning message:

      INFO [Engine] StandardContext[/frt]: WARNING: JSP file shipmentref shipment.jsp must start with a / in Servlet 2.3

      How can I get rid of this error?

      2. I get the following exception on invoking doDispatcher method -

      within doDispatcher, following lines related to forwarding URL is present.

      RequestDispatcher rd = null;
      rd = getServletConfig().getServletContext().getRequestDispatcher(forwardFile);
      rd.forward(request,response);

      Note:- value of forwardFile = "shipment.jsp"

      Error on the console:
      PM: LoginManager : doDispatcher
      () -- Exception in forwarding to TaskManager
      INFO [STDOUT] Aug 27, 2002 1:17:49 PM: Received throwable with Mes
      sage: java.lang.IllegalArgumentException: Path TaskManager does not start with a
      "/" character

      Any pointers?

      Thanxs...