cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy Adapter-Module PI 7.1 with NWDS 7.1 to server?

Former Member
0 Kudos

Hey,

i am developed a adapter-module for PI 7.0 now i am upgrading the module to PI 7.1.

I got the NWDS, all libs and build all Projects like it was described in a SAP Help skript.

I created a new Project,

added the EJB module,

adjusted the decriptor file application-j2ee-engine.xml

BUT where is the tag to deploy the Module to the Server?

In NWDS 7.0 where a tag like "deploy to J2EE engine" where is it in the NWDS 7.1.??

Please help how to deploy my module to the server an where i can make the settings like the host and the port for the server?

Thank you all

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi,

Check these if you haven't checked already:

Check the section 4.11 of this article

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0b39e65-981e-2b10-1c9c-fc3f8e674...

Regards,

Ravi

Edited by: Ravi Kanth Talagana on Jul 23, 2009 4:12 PM

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor
0 Kudos

Apart from Ravi's Suggestion

You can use SDM Deployment as ANT Task and provide your ear file

<sdm

host="$"

port="$"

password="sdm"

archive="../MY_EAR/MY_EAR.ear"/>

/people/david.beisert2/blog/2006/02/13/sdm-deployment-as-ant-task