1 Reply Latest reply on May 5, 2004 4:05 PM by jpw532

    Web Application Deployment Methods

    socrplyr

      We are using the JBoss 3.2.3 w/ Tomcat 4.1 bundle.

      I know that Tomcat 4.x and 5.x both support deploying a webapp using an XML file stored in either the conf directory or the webapps directory (depending on version) that looks something like:


      <Context path="/myApp" docBase="C:/cvs/myApp"
       debug="0" privileged="true" reloadable="true">
      </Context>



      Is this or something similar possible with JBoss?