Friday, March 15, 2019

Create war file

1.Go to your project open folder opened.
2.But, out side of WEB-INF, war file should be created OK.
3.Now upload war file.

Steps for war file:-
--->jar -cvf projectname.war (Press Enter) //This is for war file creation
--->jar -xvf projectname.war (Press Enter) //This is for war file extraction

No comments:

Post a Comment