Saturday, 3 March 2018

Create a war file from jsp,html etc

Below is the command to create a war file

jar cfv (name of the war file) WEB-INF [*.html] [*.jsp].........

here c is create, f is file and v is verbose.


No comments:

Post a Comment