0 Replies Latest reply on Feb 24, 2004 11:24 AM by jbs650

    Deploy non-jar resources via ear

    jbs650

      I have a couple of java clients that autostart (via the scheduler) when the ear is deployed, however they require resources looked up via a well known directory name from within the ear structure.

      When I deploy the ear to JBoss the directory structure is not created in the tmp deployment directory, only the ejbs, jars, and war specified in my deployment descriptor.

      How can I also have my resource directory structure deployed (i.e. copied) when the ear is deployed?