0 Replies Latest reply on Jul 30, 2004 7:09 PM by dvasily

    jboss4 with tomcat problem to include jsp in servlet that ar

    dvasily

      I'm using jboss4 and tomcat. I deployed application in default/deploy/myapp.war and have a servlet in myapp.war/web-inf/classes/com/myapp/servlet/MyServlet.class. In my servlet I have code were I'm include jsp page:
      RequestDispatcher disp =getServletContext().getRequestDispatcher(myapp/my.jsp);
      disp.include( req, resp );

      This jsp is located like you can see in myapp.war/my.jsp.
      I don get any complain or error messages but this jsp doesnt is get not included.
      Could anybody explain me what happens.
      Thanks in advance
      David