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.
jar cfv (name of the war file) WEB-INF [*.html] [*.jsp].........
here c is create, f is file and v is verbose.
Comments
Post a Comment