1 Reply Latest reply on Feb 19, 2003 11:15 AM by qjafcunuas

    The requested resource (/myapp/test.jsp) is not available.

    qjafcunuas

      Hi

      I'm migrating from Jboss2.4.9 to Jboss3.0.4 with tomcat 4.1.12

      I can find my jsp in my browser

      Here is the description of my myapp.war directory in the deploy directory :
      myapp.war/
      -test.jsp
      -WEB_INF/
      --web.xml
      --jboss_web.xml

      Here is my web.xml :
      <?xml version="1.0" encoding="ISO-8859-1"?>

      <web-app>
      <display-name></display-name>
      </web-app>

      Here is my jboss_web.xml :
      <?xml version="1.0"?>

      <jboss-web>
      <context-root>/myapp</context-root>
      </jboss-web>


      What's thr trouble ?

      tia

      Bruno