[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Extract .war File



Zaki Akhmad wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> 
> Hello,
> 
> Can I extract .war file? How do I do it?
> 
> Thanks
> - --
> Zaki Akhmad

man jar

jar tvf <somefile>.war  -  will list the content
jar xvf <somefile>.war  -  will extract the content

jar is pretty similar to tar

regards


Reply to: