1 Reply Latest reply on Sep 23, 2002 1:50 AM by minamoto

    where can i find jetty root dir ?

    mhnama

      i install jboss 3.0.2 & jetty embeded...

      by document, to create test context, it tell me just make test.war dir deploy/ dir....
      but, i cann't find root dir and i wanna chagne default dir to somewhere...


      sorry my poor english...

        • 1. Re: where can i find jetty root dir ?
          minamoto

          The deploy dir is $JBOSS_HOME/server/default/deploy.
          You can deploy web applictions to this directory.
          See URLDeploymentScanner in $JBOSS_HOME/server/default/conf/jboss-service.xml to change the deploy dir.

          Miki