cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy web application .war file into SAP NetWeaver Engine?

Former Member
0 Kudos

Hi All,

I want to deploy web application which is developped using JAVA web technology into SAP netweaver Engine.

I tried to deploy .war file through SDM but it complained the following error

- Hide quoted text -

"Error loading archive

C;\Document and Settings\cr1adm\Desktop\MyProject.war

(server side name is: F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)

com.sap.sdm.util.sduread.IIIFormattedSduFileException: The information about development component found in the manifest is either missing or incomplete!

Manifest attributes are missing or have badly formatted value:

attribute keylocation missing

attribute keyname is missing

attribute keyvendor is missing

attribute keycounter is missing

(F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)"

Can any one please suggest how to deploy external web application into SAP netweaver engine.

Is there any procedure to follow to do this.

your inputs will be highly appreciated...

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I think first you need to wrap it into an EAR file, then you can deploy it.

As far as I know standalone deployment of WAR is deprecated as of 640.

similar threads:

Hopefully this tutorial also gives some idea:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/70/13353094af154a91cbe982d7dd0118/frameset.htm

Regards,

Ervin