1 Reply Latest reply on Aug 26, 2005 4:34 AM by shaunbarker

    Accessing a JSP outside the APllication Server..

    brp

      Hi,

      I am unable to access a JSP which is outside the Application Server .

      I want to include a JSP which is outside the Application server in the JSP inside the Server.How should I do this?

      Can anybody help in this regard?

      thanks & regards,
      brp

        • 1. Re: Accessing a JSP outside the APllication Server..
          shaunbarker

          Well the JSP will have to be running in some form of app server wether this be JBoss, Tomcat or whatever?? So all you can do is use the URI of the JSP/servlet on that app server i.e. hostname:port(optional)/dir/file.jsp - if you are trying to forward the servlet dispatcher onto that jsp then use the uri as above.... or am I missing the point here?

          Shaun