cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy Custom Adaptermodule on PI7.1

Former Member
0 Kudos

Is it possible to deploy jar Files on PI7.1 or how to deploy it?

do i need an sda or sca file?

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

You can deploy .rar,.ear and .sca files only,jar files not possible.so you have to convert your .jar in required format.

.rar files you can deploy direclty from NWDS,its very simple process.

you have to use JSPM to deploy .SCA file,i hope you aware that Visual Admion no more.

Regards,

Raj

Former Member
0 Kudos

Hi Mamba,

Is it possible to deploy jar Files on PI7.1 or how to deploy it?

do i need an sda or sca file?

Yes, u can deploy the files.. but u should create .ear files from the .jar file.

If u have NWDS with eclipse it's just a simple task.

First create ur class files and then .jar files.

Then cretae .ear files from it and right click and deploy..

it will ask for the JNDI name provide them properly.

Babu

Former Member
0 Kudos

Hi,

Adding to above u can deploy the.ear files in either of these ways

1. In NWDS, go to Windows --> Preferences -->

In the J2EE server host and port give the host name and port number also the user id and password of your XI server.

2. Open your SDM and deploy the EAR from there.

Babu