how to deploy war file into web root ?
Some times we need deploy our peoject into root directory of your domain (not sub directory), to solve the problem:
- make war file (for example myproject.war)
- rename the war file to ROOT.war (attention the filename must be uppercase)
- deploy war file
Labels: war file

3 Comments:
Great! You made my day.
/Amir
Thanks for the inputs.
Great help
is there any disadvantage to deploy web at root ?
Post a Comment
<< Home