cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy war-files on application server 6.40?

Former Member
0 Kudos

Hello,

when i try to deploy war-files direct from sap netweaver developer studio 2.0.5 it is not possible. It is possible to deploy a war-file direct on the application server by an tool?

Thanks,

Frank

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Frank,

To deploy the WAR file to the application server, you first need to package your application in an EAR file (application archive). Speaking in SAP NetWeaver Developer Studio terms, this means that you must create an enterprise application project and add in its properties a reference to your Web module project.

Hope this helps.

Zornitsa

Former Member
0 Kudos

Hello Zornitsa,

but with the tool RemoteGui.bat it is possible to deploy war-files to the application server 6.40, or isn´t it?

Frank

Former Member
0 Kudos

The RemoteGui.bat is a GUI client for the SDM tool, which is the same tool that you use when deploying from the Developer Studio. So, the answer to your question is again no, you must pack your application into an EAR to deploy it on the server.

However, you can use the Deploy Tool that comes with J2EE Engine to deploy a J2EE application module. For more information, see the following documentation: http://help.sap.com/saphelp_nw04/helpdata/en/55/600e64a6793d419b82a3b7d59512a5/frameset.htm

Zornitsa