cancel
Showing results for 
Search instead for 
Did you mean: 

How can i deploy webdynpro project

Former Member
0 Kudos

Hai,

I want to deploy my webdynpro project from the command line . Is there any way to deploy wdproject.

I deployed ejb project using deploymentmanger.

But now i need the way to deploy the webdynpro project.

regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Naga,

You candeploy our Web Dynpro application(.ear file) using Software Deployment Manager.

If you are using portal on Unix machine there is a command for deploying your ear code from command line.

Thanks,

Samta

Former Member
0 Kudos

i am using windows xp.

can you give me the stepwise scenario for deploy.

regards,

Former Member
0 Kudos

Hi Naga,

1) Run the SDM sdftware deploment manager.

2) Under the deployment tab, select the .ear file(of your Web Dynpro project)

3) Click on Deploy.

Thanks,

Samta

Former Member
0 Kudos

hai samta,

but i need the steps to deploy without using the tool.

regards,

Former Member
0 Kudos

hi,

what is the commande line for deploying an EAR file on an unix machine.

ex: >./sdm.sh /tmp/Welcome.ear ????

or something else ...

i've no graphical access as the WAS is on a remote server

regards

Former Member
0 Kudos

Hi,

For deploying a file on Unix machine, logon to ur server

Go to directory /usr/sap/<SID>/JC00/SDM/program

Use the command -

./sdm.sh deploy "file=<complete path>"

Hope this helps,

Samta

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Why du u want to go for command line in windows xp.. ?

Former Member
0 Kudos

Hai Bharathwaj,

i want to create a setup file.

the setup file is to deploy the wd project automatically.

how to deploy manually.

regards,