EasyReDeploy

 

 
 
 
 
 
EasyReDeploy is an useful utility to change the contents of any archive file without opening it. This is mostly required for Redeployments. Example: say, I have a petstore.war in deploy folder of JBOSS and if I need to change one of the class file or any file, I need to do a build again with ant to include. But with my easyredeploy you can just include that class, jsp or any file without doing any build or opening the archive
 
Start by editing the easyredeploy.properties file which is in the classes folder
 
 
 
 
 
 
 
 
 
Download
Current Release
 
 
 
 
 

Properties File

#Mention full file path (java convention) of jar, war, ear or zip.. ex: c:\\petstore.war
web-archive=

temp-folder=c:\\tempfolder

#will enable this feature in the next release
folder-to-update=

#Mention all files with full path to update (ex. c:\\java\\Constants.class,c:\\x.class,..etc)
files-to-update=

#Mention the jar files to search within web-archive (ex. a.jar, b.jar, ...etc)
jars-to-search=

#if true, searches in all jar files mentioned in jars-to-search only
search-in-jars=false

#true to update only single occurrence of files-to-update within the web-archive
single-occurrence=true

     
 
 
 
 
 
 
 
Check Out:
 
eStruts : Automatic Struts Generation Tool
 
 
 
 
You can find this project at SourceForge.net