Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get the source code from .war file

Status
Not open for further replies.

pho01

Programmer
Mar 17, 2003
218
US
I got the package .war file to deploy on a tomcat server. Now I need to modify the tomcat script to meet our needs. How do I get back the source code from .war file package?

Thanks,
 
jar -xvf *war
jar -xvf *jar
After that you will probably need a java decompiler
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top