2 Replies Latest reply on Jan 30, 2007 11:10 AM by stefanraabe

    Problem include external context

      Hello i have the following problem. In my JBoss exist 2 web application now i would like to include the content from the 1. application into the second. Here a example path:

      1. localhost:8080/company_web
      2. localhost:8080/company_import

      <jsp:include page="http://localhost:8080/company_import" flush="true" />

      Doesn't work because of the context, is there a solution. Thanks for answer.