0 Replies Latest reply on Dec 28, 2005 12:12 PM by cesarlopez

    Using xml files at the deployment folder

    cesarlopez

      Hello all,

      It's possible to use the deployment directory to put there xml files that points to applications allocated on external folders?

      As example, this xml can be used at Tomcat

      <?xml version='1.0' encoding='utf-8'?>
      <Context displayName="Tomcat Administration Application" docBase="/opt/tomcat/server/webapps/admin"
      ">


      you can put it at $CATALINA_HOME/conf/Catalina/localhost folder and automatically the application is deployed

      Is there anyway to do it at JBoss?

      Thank you very much in advance