0 Replies Latest reply on Apr 28, 2004 10:03 AM by pasche

    How to include single jsp files

    pasche

      Hi,

      I´m trying to include a single jsp-File into JBoss, but it doesn´t work. Only complete ear-files work correct. The "jboss-service.xml":

      <attribute name="URLs">
      deploy/, deploy/test1.ear, deploy/test2.jsp
      </attribute>


      if I connect via a web browser to "http://localhost:8080/test1" it works correct.
      "http://localhost:8080/test2" doesn´t work. can anyone help me ?