7 Replies Latest reply on Jan 29, 2002 5:56 AM by qjafcunuas

    JSP don't work...

    qjafcunuas

      Hi,
      I'm using Jboss 2.2.2 with Tomcat 3.2.2, on Linux Debian.

      I deployed an application, with an *.ear files.
      There is a JSP files in WEB-INF deployement directory.

      But, when i try to get a jsp on the browser, i've a HTTP 404 error (http://localhost:8080/myapp/info.jsp)

      What's wrong ?

      Here is my application.xml file :

      <display-name>display</display-name>


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



      myapp.jar



      Here is the deployement directory :
      ../deploy/Default/myapp.war/web1041/META-INF/
      MANIFEST.MF
      myapp.war
      ../deploy/Default/myapp.war/web1041/WEB-INF/
      classes/*.class
      web.wml
      info.jsp

      Thanks
      Bruno