cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy a J2EE Application

Former Member
0 Kudos

Hello Java People,

I am very new to NWDS. I wanted to deploy a J2EE Application in my Portal.Can some body help me out the process of developing a J2EE Application??

Thanks in Advance,

Raj Pandey

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Raj,

First of all you need to create a Web module,EJB Module and Enterprise Application Module.

You need to build a WAR file for(Web Module), JAR file for (EJB Module). then you need to build a EAR File where you need to include the corresponding JAR and WAR File.

Then you need to give the name J2EE Engine name and the corresponding Port number. Then right click on the EAR file created and click Deploy in j2ee engine.Then you should see the Deployment successfull message.

If you see Deployment aborted message, there might be some error in your one of the modules. This is just an overview.

Refer following links:

http://help.sap.com/saphelp_nw70/helpdata/EN/2d/b8b2426dbec86ae10000000a155106/frameset.htm

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/100dac80-f93c-2a10-15a1-a9ac1fd3...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cc27f10d-0d01-0010-518e-f14d3cea...

Regards,

N.Jayanth Kumar

Answers (0)