cancel
Showing results for 
Search instead for 
Did you mean: 

Customize Share and make new war do deploy

toze
Champ in-the-making
Champ in-the-making
Hi. I have customized share, but now i want make another war with the changes i made, so i can deploy that in my laptop. How can i make that?


Thanks in advance
1 REPLY 1

joe_l3
Confirmed Champ
Confirmed Champ
- Stop your application server.
- Into share root directory ,open a dos or shell window.
- Run java's jar command to make war files.
For example on linux system:
jar cvf /tmp/share.war ./
You can find new share war into tmp directory.
Don't forget to add JAVA_HOME/bin into your system path. :!: