Skip to Content
0
Former Member
Mar 28, 2007 at 02:50 PM

How to convert WAR application to be able to deploy it with JSPM and SDM?

343 Views

We have to be able to deploy an application packaged in WAR file usign the JSPM and SDM GUI tools.

Using the Deploy tool there are no problems to build EAR file from the WAR and deploy it successfully to tha Application Server.

How should we convert our WAR application, or the EAR file created with the DeployTool in order to be able to use these 2 tools?

Using that EAR file with the JSPM and SDM GUI tools doesn't work:

JSPM

The ear file is copied in the inbox directory, but there is the following message:

No applicable support package stack(s) found for deployment in inbox directory
server\sapmnt\trans\EPS\in

SDM GUI:

When providing the EAR file created with the DeployTool, the SDM GUI fails to add it:

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

Manifest attributes are missing or have badly formatted value:

attribute keylocation is missing

attribute keyname is missing

attribute keyvendor is missing

attribute keycounter is missing

After adding these attributes, we couldn't manage to provide valid manifest header.

How can we modify/create valid manifest in order to be able to use the SDM GUI tool?

Please, give us directions how to convert our WAR package in order to use these tools?