6 Replies Latest reply on Mar 16, 2009 5:13 PM by alesj

    Zip deployers and deployment aliases

    mwringe

      I have a directory that I deploy on JBoss AS5 that contains various different deployables (mostly sars and wars). We use an alias file in a sar for dependency management.

      Everything works fine when the directory is deployed, but if its packaged as a zip then deployables outside the zip can't find the alias dependency (deployables inside the zip appear to find the dependency without issue).

      Are zip deployables suppose to work exactly the same as if was unzipped? Or I am making assumptions about how it should be used.