cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment of Java Web Applications at SAP NW AS

Former Member
0 Kudos

Hi,

This is my first time trying to configure a Java Application at SAP NetWeaver AS. I will be very thankful if someone can help me or point me some docs. So far, my main questions are:

Is SAP NW Developer Studio necessary to deploy Java web applications at SAP NW AS?

If yes, is it possible to generate a war file with SAP NW Developer Studio and then upload it to SAP NW AS? Or the deployment needs to be done with SAP NW Developer Studio connected with SAP NW AS?

Thank you in advance,

Taciana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, GLM

Thank you for your answer, that's what I thought. I will let this thread open a few more days to see if any someone has other comments.

Thank you again,

Taciana

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Taciana,

You can deploy the J2EE applications in three ways.

1) Via NWDS tool

2) Via SDM

3) Visual Admin

While creating .ear file make sure that all required files are there.

Regards, Suresh KB

Former Member
0 Kudos

Thank you, I think I have the necessary information to proceed.

Regards,

Taciana

Answers (1)

Answers (1)

Former Member
0 Kudos

As far as I have done deployments I have always used NWDS to develop content (Web Apps, J2EE apps) and bundle them into an EAR file and then deploy it onto the NW WAS Engine.

If you dont intend to use NWDS to develop content...you could use SDM to deploy your EAR file to the server. I dont forsee any issues until your deployment descriptor is complaint with the J2EE standards.

Thanks,

GLM