cancel
Showing results for 
Search instead for 
Did you mean: 

Command line deployment of EAR?

Former Member
0 Kudos

Hello!

I am using NetWeaver to deploy my ear file. Is there a command line tool/api I can use to deploy my ear file to a remote server?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hallo Ray,

You may be interested of the following topic as well

http://help.sap.com/saphelp_nw04/helpdata/en/c1/f6a282078245e99654b99ffb13c508/frameset.htm

Kind Regards

Vyara

Former Member
0 Kudos

Hi,

yes, there is such command line tool. You use the telnet to connect to the server and execute the commands from the deploy command group. Here are the steps:

1. In a telnet console, connect to the remote host by executing <b>telnet <host> <telnet_port></b>.

2. Log on as Administrator user.

3. execute <b>jump 0</b> to jump to the server node.

4. Execute <b>ADD Deploy</b> to add the Deploy shell commands group to the environment.

5. Use the DEPLOY command to deploy your EAR files. For a reference on the commands options, see <a href="http://help.sap.com/saphelp_nw04/helpdata/en/ae/01343ef3f9ff2de10000000a114084/frameset.htm">this</a> page.

Hope that helps!