Customize Share and make new war do deploy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2010 07:44 AM
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
Thanks in advance
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2010 07:08 AM
- 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:
Don't forget to add JAVA_HOME/bin into your system path. :!:
- 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. :!:
