cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying the WAR file in Netweaver 7.1 server

Former Member
0 Kudos

Hi,

I am new to SAP NW 7.1. I have a J2ee application which is build in non-netweaver technology.

In Netweaver 7.0 server using Visual Administrator Tool (<Drive>:\usr\sap\<SAPSID>\<Instance_Name>\j2ee\admin\go.bat)

we can use the services for the deployment of any J2EE application as EAR.

But in Netweaver 7.1 server, I am not finding the Visual Administrator Tool.

Please do let me know, How do I deploy my application EAR file in the Netweaver 7.1 server.

Thanks in Advance for the reply,

Jaga

Edited by: Jagadeeswaran Pushparaj on Feb 9, 2010 7:26 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

p330068
Active Contributor
0 Kudos

Hi Jagadeeswaran,

You can also deploy EAR file through NWDS.(Open Perspective>Deployement>External Deployable Archive>Add you ear file herr) If you are not using NWDS, then you must do with JSPM..Because In SAP NW 7.1 there is not SDM available.

Thanks

Arun

Former Member
0 Kudos

Hello,

under NW7.1 the SDM is no longer availible.

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

The solution in our case was to deploy the ear file by using telnet. (sounds unbelivable - but it works)

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.....

Former Member
0 Kudos

Hi Christiane,

The deployment you have mentioned in on UNIX server. How to deploy if it is on running on Windows?

Former Member
0 Kudos

Did you try JSPM?