K
knavneet
Guest
Hi Marekk, You would export as a WAR file when you have finished the development of the REST Application in PDS OE and want to deploy it in a production environment. The WAR file thus exported is a full web application that can be deployed in Tomcat’s webapp folder. If you export as a .zip file, it just contains the .paar files for selected services that can be deployed in an existing web application that’s already deployed in a Tomcat. And thus the name ‘incremental’. The WAR(ZIP) contains artefacts that you deploy in the Tomcat, and thus there are no .cls, .i files in it. You can export a .WAR, make copies of it and deploy it Tomcat running of other machines. HTH, Navneet
Continue reading...
Continue reading...