3 Replies Latest reply on Oct 25, 2003 6:42 PM by raja05

    No context configured to process this request

    ocg

      here's a zip of my jpmsurvey (servlet based app) structure under C:\jboss-3.2.2RC3\server\default\deploy

      I haven't completed the mapping of requests to servlets in WEB_INF\web.xml yet as I was just trying to get my initial request recognized
      (http://localhost:8080/jpmsurey)

      I'm new at all of this so please excuse my ignorance -

      Why am I getting a No Context configured error ?
      Do I need to create a WAR file ?


        • 1. Re: No context configured to process this request
          jonlee

          Yes, your web application must meet the WAR deployment requirements and format. The file must have an extension .war so that JBoss can farm the deployment off to the servlet container.

          • 2. Re: No context configured to process this request
            ojosunday2

            I have only just installed my JBOSS, I worked with tomcat and I was fine with it. I just want to check Jboss out with all it's cool stuff. I have been able to start up the server but I need to know where to create my WEB-INF directory so that I can display some of my old JSP scripts. This directory is not in what I downloaded and I do not know where to put it. Please if replying to this mail, try to copy this email address: ojosunday2@hotmail.com.
            Thanks

            • 3. Re: No context configured to process this request
              raja05

              Create a .war directory in the deploy folder and put the contents of the WAR in there, i.e. ur JSPs, a WEB-INF and everything underneath that.
              Alternatively, you can package your stuff as a war and dump it in the deploy folder.

              -Raj