0 Replies Latest reply on Mar 14, 2005 4:24 PM by atait

    Exploded Deployment outside of jboss/../default/deploy fails

      When deploying an exploded war the following error is thrown at startup:

      ***********
      16:01:29,682 ERROR [main ] [web.localhost.Engine] StandardContext[]: Resources start failed:
      java.lang.IllegalArgumentException: Document base C:\usr\local\jboss\server\default\.\usr\local\idexx\deploy\publicweb.war does not exist or is not a readable directory
      at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:193)

      ***********

      My jboss-service.xml URL attributes defined as follows:


      deploy/, /usr/local/idexx/deploy/


      I'm creating a dir in /usr/local/idexx/deploy/myapp.war and writing the contents of my war there.

      This war deploys successfully exploded (and not) when using the jboss../default/deploy directory

      Using Jboss3.2.3


      Thanks in advance

      Allen