You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/02/03 11:14:56 UTC

[Bug 57251] WAR deployment unbelievably slow when unpackWARs=false

https://issues.apache.org/bugzilla/show_bug.cgi?id=57251

--- Comment #24 from William Leung <wi...@gmail.com> ---
Hi Mark Thomas 

We have two virtual hosts hosting different versions of same names
And they shares some common apps drop in 'common_webapps'

<Host name="HOST1" unpackWARs="false" appBase="common_webapps">
  <Context path=""     docBase="HOST1_web/ROOT.war"/>
  <Context path="app1" docBase="HOST1_web/app1.war"/>
  <Context path="app2" docBase="HOST1_web/app2.war"/>
</Host>

<Host name="HOST2" unpackWARs="false" appBase="common_webapps">
  <Context path=""     docBase="HOST2_web/ROOT.war"/>
  <Context path="app1" docBase="HOST2_web/app1.war"/>
  <Context path="app2" docBase="HOST2_web/app2.war"/>
</Host>


If I change the server.xml unpackWARs to true
Host2 deployment will keep overwriting HOST1's applications

Can you tell me how to avoid this?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org