You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ying lcs <yi...@gmail.com> on 2006/11/16 06:32:59 UTC

How does tomcat unpack WAR files?

Hi,

Can you please tell me where is the code which Tomcat unpacks WAR files
before deploying the web app?

Thank you.

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


Re: How does tomcat unpack WAR files?

Posted by Yoav Shapira <yo...@apache.org>.
Look through the code for ExpandWar (JavaDoc for 5.0 at
http://tomcat.apache.org/tomcat-5.0-doc/catalina/docs/api/org/apache/catalina/startup/ExpandWar.html)
and how it's used.

Yoav

On 11/16/06, ying lcs <yi...@gmail.com> wrote:
> Hi,
>
> Can you please tell me where is the code which Tomcat unpacks WAR files
> before deploying the web app?
>
> Thank you.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: dev-help@tomcat.apache.org
>
>

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