1 Reply Latest reply on May 11, 2006 2:40 PM by ganton516

    Deploying expanded war/jar in JBOSS

    ankurtan

      Hi,

      Currently I have a war for my application which is running fine.
      But everytime I make changes to a .class/.html/.xsl I need to recreate the war file.
      As the project size is huge, recreating a war takes a long time.

      Is there a way around this?

      Can't I configure JBOSS to look for the .class/.xsl/.html at a given path (where I have the war expanded) instead of picking them from the war file?

      Or if JBOSS does not provide this configuration, does it allow writing a custom deployer which can suffice this requirement?

      Any help will be great.

      Thanks,
      - Ankur