1 Reply Latest reply on Jul 7, 2004 5:29 AM by darranl

    WAR Archives do not unzip themselfes during deployment

    gwillner2

      Hi,

      Actually I am having problems with WAR deployment. I put my WAR file into the deploy directory of JBoss. Unfortunatelly it does not inflate itself.

      Is it possible to configure JBoss in a way, that it unzips WARs under deploy directory during deployment?

      If it's not possible, how can I access property files that situated outside /WEB-INF/classes? I suppose that the only way is, to put everything under the classes directory and than get these resources for example via Class.getResourceAsStream().

      Do you have a clue on that?

      Thanx,

      Gabor