cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy ear File

Former Member
0 Kudos

Hi,

Could anyone let me know the steps as how to deploy an ear file.

Thanks,

Madhu

Accepted Solutions (1)

Accepted Solutions (1)

former_member91687
Active Contributor
0 Kudos

Hi,

If you have the required authentications and know the J2ee message port number and the host, you can do it from NWDS.

Go to <b>Window</b>><b>Preferences</b>><b>SAP J2EE engine</b>>Specify the <b>message server host</b> and the <b>message server port</b>>Right click on the ear file and deploy(it would prompt for the password).

Else you would need to do it from the SDM, basis person must be able to help you with this.

Regards,

Chandra

Answers (5)

Answers (5)

former_member204873
Contributor
0 Kudos

hi,

If you are using PI 7.1 and NWDS 7.1, you can convert your EAR file to SDA file with the help of CECTL & nwcetool provided with NWDS 7.1

Check:

Thanks,

Mayank

Former Member
0 Kudos

1 Build ear to sca using nwpacktool in SAP notes:1223957

2 Deploy it using JSPM in New software component.

I deployed an ear file successfuly with this tow steps.

Former Member
0 Kudos

Hello,

under NW7.1 the SDM is no longer availible.

We do not have a NWDI and the deployment of the ear file by unsing JSPM failes even after renaming it into a .sca.

The solution in our case was to deploy the ear file by using telnet.

telnet localhost 5<sys#>008

user/PW

Detaild help by using the man command

DEPLOY....

It took us half a day to figure out how it works.....

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can also deploy is (I guess a little bit faster) via visual admin

via: deploy service

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi everybody,

I am able to deploy, but i have no idea whats the url to access my deployed EAR file. Could anybody help me.

Thanks in advance,

Thomas

Former Member
0 Kudos

Hi,

Did you manage to solve this?

I would also like to know how to call my deployed ear file via the URL.

Regards,

/Anders

Former Member
0 Kudos

The URL is easy. In your project, there is a file named web.xml

In that file, look for the tags

<display-name>What ever name you want to call your project by</display-name>

Take the first part of your server name, replace the part irj/portal with the value that you have between the above tags.

then /login or what ever is the first page or servlet etc. you want to call. A sample will be

http://myserver.com:52300/MyDisplayName/login.do

hope this helps

preet

Former Member
0 Kudos

Hi,

You can deploy it using SDM(Deployment Manager)., present in the server.

If you have Netweaver Developer studio, configure the SDM using:

windows->preferences->SAP J2ee engine.

There give the server and port(3601).

Then rightClick ear file give deploy to J2ee engine.

Regards,

P.Venkat