Wednesday, May 29, 2013

Deploy/Undeploy a Java Application (SDA) from SAP NetWeaver

Undeploy an application

Check the name and vendor of your application that you want to undeploy. Goto SAP NetWeaver Administrator interface:
http://ip:port/nwa
Operations > Systems > Start and Stop



Goto Java Applications and look for the application you want to undeploy, note the name and vendor.


Telnet into SAP AS and login.

> lsc
To list the available server nodes.

> jump <server node> (usually jump 0)
Jumps to the server

> add deploy

> undeploy name=<name of the application> vendor=<vendor> on_undeploy_error=stop


To deploy an SDA

use the command deploy:
>deploy c:\sdafiles\mysda.sda

On the file system you deployed applications will normally reside in:

\usr\sap\MII\J01\j2ee\cluster\apps\JavaEE

No comments:

Post a Comment