cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying J2EE application .

Former Member
0 Kudos

<b>hello all,</b>

I was going through a tutorial in SAP HELP about deploying J2EE application..

But couldnt get a clear idea WHY AND AT WHAT SITUATION WE WISH TO DEPLOY A J2EE APPLICATION.

<b>So can anyone give me some realtime situations where we use it.and after developing it in NWDS.How we import it in XI</b>

All your contributions are really valuable.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi !!

By making special settings for the server process of the J2EE Engine and setting breakpoints, you can interrupt the execution of your Web application and go through it step by step.

Have look at this link

http://help.sap.com/saphelp_nw04/helpdata/en/66/547f09281d464b951c9a3a6b06a12d/content.htm

Check this document and try to troubleshoot:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/08438c77-0501-0010-50a0-e39fe8fa...

http://help.sap.com/saphelp_nw04/helpdata/en/1c/ad874582f76e40b0f3a1750d8c61ce/frameset.htm

/people/alessandro.guarneri/blog/2006/10/13/get-rid-of-recordset-node

Here are the steps

http://help.sap.com/saphelp_nw04/helpdata/en/1c/ad874582f76e40b0f3a1750d8c61ce/frameset.htm

J2EE web application has to integrate with SAP XI.

1. if the web app has to receive response from XI and render the same to the end user , then you probably must use EJBs which would be the client Java proxies in XI and your web app would be acting as a client to this EJB.

2. if based on the user interaction , the web app has just to trigger a background job then you have n number of options like

  1. creating a file which XI will pick up

  2. creating a JMS message and sending it to a Queue with which XI is connected using JMS adapter...

and so on...

3. You could also use the option of sending a HTTP or SOAP request directly to integration pipeline and then receive response.

all in all...everything will depend purely on the way your web app wants to communicate / integrate with XI.

[Dont forget to reward if useful]

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

J2EE application can be either .ear or .sda or .sca. These files after developing in NWDS you have an option to deploy to J2EE engine from that tool itself.

You need to configure the corresponding system parameters in that tool. Windows->Preferences->SAP J2EE Engine, In this path u need to give the values.

Ravi.