0 Replies Latest reply on Apr 7, 2004 4:48 PM by tweise

    Can web-uri point to any location outside application direct

      jboss-3.2.2/Tomcat

      I would like to use a root directory for the web application which is located outside the application directory (and not named ending with .war).

      Sample:

      app.ear
      META-INF
      application.xml

      ejb1.jar
      ejb2.jar


      public_html


      When I put

      <web-uri>../public_html/</web-uri>

      JBoss fails to deploy. When I rename the directory into public_html.war, it works. Is there any way to have JBoss deploy w/o requiring suffix .war in the directory name.

      Or, is there an alternative to map the actual location for a logical name ending wit .war?


      Thanks,
      Thomas