cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy a development component manually

Former Member
0 Kudos

Hi

I have imported a web dynpro java development component into local system using NWDI, and i have changed two lines of code in the component controller.

I have rebuilt the development component, now i want to deploy this on to server without NWDI route.

i tried copying the .wda file from the .ear file gen folder to apps/ folder in server where the DC component folder exists.

but my changes are not reflecting. How can i deploy my .ear file manually.

Thanks

Abhi

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197348
Active Contributor
0 Kudos

Hi Abhi,

You can directly give host name and message server port no. in J2EE Engine properties and deploy it. If this dies not work follow this procedure.

1.[Start |http://help.sap.com/saphelp_nw70/helpdata/en/43/1f1b46e7dd2bc5e10000000a114cbd/frameset.htm]the SDM GUI.

2. [Deploy |http://help.sap.com/saphelp_nw70/helpdata/en/43/2ae0ec69742182e10000000a114cbd/frameset.htm]the ear file.

3. Still you are not able to deploy it, then [undeploy |http://help.sap.com/saphelp_nw70/helpdata/en/28/2c3c1bf823204c8370bfacbe54133b/frameset.htm]it and deploy again.

Feel free to revert in case of any issues.

Regards,

Siva

abhimanyu_lagishetti7
Active Contributor
0 Kudos

thanks for your response.

I just want to know how to deploy the ear file manually, i want the exact path where i can copy my ear or wda file.

Abhi

Edited by: Abhimanyu Lagishetti on Oct 20, 2009 1:05 PM

Former Member
0 Kudos

Hi abhi,

For developer perspective you can deploy ear file from NWDS.(Window->preference give ur j2ee engine details)

and deploy your application(right click-->deploy and archive)

otherwise you have access your server OS(EP server), login with ur server OS then go to

firsr\t copy your ear file into server desktop

E:\usr\sap\<SID>\JC<Instance no>\SDM\program

click on remotegui.bat login with SDM password, choose your ear file from ur server desktop and deploy.

Regards,

Manivannan P

former_member191569
Active Participant
0 Kudos

Why do not deploy from NetWeaver Developer Studio? Once built, you can deploy your WebDynpro Development Component to your server (previously configured in settings).

abhimanyu_lagishetti7
Active Contributor
0 Kudos

David

the problem is now it is a local DC, there is no activity created to deploy directly from NWDS.

I am sure if can copy the developed ear into the appropriate location i will be able to see my changes, but not sure where to copy it.

Abhi

Former Member
0 Kudos

Hello,

what developer studio are you using?

In NW 7.0 you can use the SDM tool to deploy the ear file manually, in 7.1 check the deployment perspective of the NWDS - here you can add ear files manually for deployment.