You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Yugandher reddy vonteddu (Jira)" <ji...@apache.org> on 2024/03/08 03:54:00 UTC

[jira] [Created] (TOMEE-4300) War files are extracted with unpackWARs=false

Yugandher reddy vonteddu created TOMEE-4300:
-----------------------------------------------

             Summary: War files are extracted with unpackWARs=false
                 Key: TOMEE-4300
                 URL: https://issues.apache.org/jira/browse/TOMEE-4300
             Project: TomEE
          Issue Type: Bug
    Affects Versions: 9.1.1
            Reporter: Yugandher reddy vonteddu


We are using TomEE9 and we want to deploy our application without extracting the WAR files. We used unpackWARs=false in server.xml as below

{{<Host appBase="webapps" autoDeploy="false" name="localhost" unpackWARs="false">}}

Observed the war is extracted. Also tried placing unpackWAR=false in context.xml but the caps are still extracted.

 

Tried the same in tomcat 10, and the WAR is not extracted with unpackWARs=false.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)