cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy an EAR or WAR into our J2E(J2EE Engine of SAP)

Former Member
0 Kudos

I got a solo WAR but I don't know how to deploy it into our J2EE Engine(J2E). If you have any same or similar experience,can you give me some help?

Any advice is popular. Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can use the Deploy Tool coming with the J2EE Engine. You must load the WAR file as described <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c5/5a92455c7fc44e99dfe55538a429e1/frameset.htm">here</a>. Then you deploy it as described <a href="http://help.sap.com/saphelp_nw04/helpdata/en/55/600e64a6793d419b82a3b7d59512a5/frameset.htm">here</a>.

In case you don't know how to start the deploy tool - execute the deploytool.bat located in the \usr\sap\<SID>\<Instance>\j2ee\deploying directory.

Former Member
0 Kudos

Hello Ivaylo,

I resolved the problem.Thank you very much.

Best Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

If you use 6.20 release of J2EE Engine then have a look at <j2ee root directory>/docs/deploymanual.pdf.

If you have J2EE Engine 6.40 and an already built war file then most probably the easiest way to assemble it and deploy it will be to use the deploy tool (http://help.sap.com/saphelp_nw04/helpdata/en/35/e3ee3da7138e5be10000000a114084/frameset.htm) Usually we use the NetWeaver Developer Studio to build and deploy J2EE Applications (http://help.sap.com/saphelp_nw04/helpdata/en/fe/a3996fa314f94f8a0c3475b08636d0/frameset.htm).

Best Regards

Vyara