1 Reply Latest reply on Sep 15, 2003 9:03 PM by jonlee

    jboss 3.2.2RC3 - TOMCAT 4.1.27

    ocg

      First timer ...

      Trying to deploy a servlet based webapp - my folder structure under Jboss looks different than the Apache Tomcat documentation indicates it should

      I can't figure out where to put my resources - getting a "No Context configured to process this request" error message

        • 1. Re: jboss 3.2.2RC3 - TOMCAT 4.1.27
          jonlee

          The WAR is deployed in the JBoss deployment directory as JBoss farms out the work to the appropriate container.

          Assuming the default instance, the directory would be
          JBOSS_HOME/server/default/deploy.

          Note that the WAR is not unpacked under JBoss, unlike the standalone Tomcat.