How to create a. WAR
To create a website down as a web application server you using the Windows terminal (Start + Run + cmd) navigate to where is the root folder of your application (eg C: \\ servers \\ tomcat \\ webapps) and then issue the following command: jar cvf
myfile. nombre_carpeta_aplicacion war
in my case, for example, the statement is as follows: jar cvf
liferay-portal.war
ROOT file. war generated in the same folder and is available to deploy on the server (pasting it into the Tomcat webapps folder and restarting, if you use Tomcat)
Greetings Juan Fernández
0 comments:
Post a Comment