0 Replies Latest reply on Apr 28, 2003 7:48 AM by afernandez

    Access problem to web application

    afernandez

      Hi,
      I'm using JBoss 3.0.4 (with Jetty). I have a .ear application (one .war and one .jar).My 'application.xml' file contains:

      <web-uri>myapp.war</web-uri>
      <context-root>/gim</context-root>


      When I deploy my .ear application I cannot access to 'myapp.war' using http://localhost:8080/gim. Nevertheless, my web browser shows a HTML link to myapp.war. What happen?