1 Reply Latest reply on Feb 13, 2003 8:07 PM by gopirajiv

    cannot acces jsp

    gopirajiv

      i created a war which has the followoing web.xml

      <?xml version="1.0" ?>
      <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/j2ee/dtds/web-app_2_3.dtd">
      <web-app>

      </web-app>



      and just one jsp

      so its like

      a.jsp
      WEB-INF
      WEB-INF\web.xml

      i cannot access my jsp - it says

      12:03:02,862 INFO [Engine] StandardHost[localhost]: MAPPING configuration error
      for request URI /try/a.jsp

      i get the same result if i deploy as a dir or a war in the deploy directory

      i dont get any errors while deploying though...


      am i missing something?

        • 1. Re: cannot acces jsp
          gopirajiv

          its working now

          i did two changes
          -added jboss-web.xml
          and declared context-root in two
          -named the dir under deploy as myapp.war

          so i am off to new problems...