cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module .ear file deployed

Former Member
0 Kudos

Hi All,

I have an adapter module deployed long back on my dev server.

I want to retrive the same file from dev and deploy in on Quality server.

Can you let me know the path where this .ear file will be present on the SAP XI server.

Thx in advance

Ravijeet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

According to SAP you better use JSPM to deploy your custom adapter module in PI.

In order to do so your EAR must be pacakged in an SDA file via the CELT line tool.

They are some tools too in ../j2ee/deployment/scripts/ and a readme file.

You can find some information at the end of this document:

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00838345-708c-2a10-1199-9514c0b0a...

Former Member
0 Kudos

Hi Martin,

I had deployed the adapter module through SDM and we have made subsequent changes in the module in NWDS project and now want to have the same old running module on dev to be deployed on Quality.

Do you know the path on dev server where I can get the .ear file.

Thanks in advance

Ravijeet

Former Member
0 Kudos

Hi Ravijeet,

We run under i5/OS (unix like) but I found my deployed Adapter Module under:

DX1 is the instance name.

sap.com is the vendor specified in the EJB module.

EOLConvertBean is my adapter module

/usr/sap/dx1/DVEBMGS70/j2ee/cluster/apps/sap.com/EOLConvertBeanEAR

/usr/sap/dx1/DVEBMGS70/j2ee/cluster/apps/sap.com/EOLConvertBeanEAR/EJBContainer/applicationjars/EOLConvertBean.jar

Hope it helps.

Martin

Edited by: Martin Lavoie Rousseau on Nov 4, 2010 2:41 PM

Answers (0)