3 Replies Latest reply on Sep 22, 2004 1:36 PM by starksm64

    Avoid extraction of EAR to tmp/deploy

    klauss42

      Hi
      by default JBoss extracts an EAR or a WAR that has been deployed as an archive file into the tmp/deploy directory of the JBoss server.

      If the EAR is quite large the extraction of the archive takes more time than the whole startup.
      And I need to use archive files as I want to use netboot to start my server(s).

      Is it somehow possible to avoid this extraction and to let the application run "directly from the archive file"?

      Thanks for any hint.

      Klaus