1 Reply Latest reply on Nov 22, 2003 11:41 PM by jonlee

    jboss+tomcat Catalina Home?

    wbussey

      Is there the equivalent of Tomcat "Catalina_HOME" when running jboss with embedded Tomcat? I am a new user of jboss and I am trying to figure out how to deploy my web app under this configuration. I am having difficulty figuring out how to specify the location for my web files.

      Bill

        • 1. Re: jboss+tomcat Catalina Home?
          jonlee

          Web applications are placed in the deploy directory of your JBoss run-time instance. Generally, this will be JBOSS_HOME/server/default/deploy - the default run-time instance. Also, unlike standalone Tomcat, the WAR is not unpacked.