Showing posts with label Deploying application without NWDS on NW7.3 Java server. Show all posts
Showing posts with label Deploying application without NWDS on NW7.3 Java server. Show all posts

Deploying application without NWDS on NW7.3 Java server

There are two methods for deploying .ear \ .war \ .sda files directly on NW7.3 Webas server

The first one is deployment script.
Below are the steaps for deploying application using deployment script 
  • Login with sidadm on NW7.3 WebAs server 
  • Go to following directory /usr/sap/SID/InstanceNo/j2ee/deployment/scripts
  • locate deploy.csh (used in Unix environment) \ deploy.bat (Used on windows platform) file under scripts directoiry
  • Execute following command to deploy .ear \ .war \ .sda files server
  • ./deploy.csh username:password@FQDN Name of server:50004 /location of file
  •  
The another option for deployment is Console
Below are the steaps for deploying application using Console