cancel
Showing results for 
Search instead for 
Did you mean: 

Optimize J2EE engine

Former Member
0 Kudos

Dear experts,

our scenario is to run standard WebDynpro application(s), using JCO to connect to SAP and SQLJ for database access.

Can you suggest which services, applications etc. could be turned off so performance will be better?

Thanks in advance!

I

Accepted Solutions (1)

Accepted Solutions (1)

kishorg
Advisor
Advisor
0 Kudos

Hi Ivan,

When running particular J2EE applications on the J2EE Engine, you can tune it to better fit the particular needs or your business scenario.

J2EE WAS , have lot of services , which are inter related . so while modifying this service , we must have

to take great care on this.

<u>just read some details about J2EE Engine System Architecture</u>.

http://help.sap.com/saphelp_nw04/helpdata/en/51/c01bc857c29f43ade7082e6a8dce07/content.htm

<u>Details about some default services in WAS</u>

http://help.sap.com/saphelp_nw04/helpdata/en/6f/8f583eb05a4644e10000000a114084/content.htm

<u>Some details about Relational Persistence</u>

http://help.sap.com/saphelp_nw04/helpdata/en/b8/092492099b7c44b266c3128624076e/content.htm

<u>Some Details About SQLJ</u>

http://help.sap.com/saphelp_nw04/helpdata/en/af/9373757f30e148b7548b5d8c3d298a/content.htm

<u><b>SQLJ API Runtime</b></u>

http://help.sap.com/saphelp_nw04/helpdata/en/df/d56223eb5c416d9de758397bc05ed0/content.htm

<u><b>some of the useful links regarding the performance tuning of the J2EE WAS.</b></u>

<b>Tuning the Engine for J2EE Scenarios</b>

http://help.sap.com/saphelp_nw04/helpdata/en/d5/7140f7f018426fb97d23bc634f4f50/content.htm

<b>Tuning Web Container</b>

http://help.sap.com/saphelp_nw04/helpdata/en/21/4a51e03db94759bcc9ab9a340a9fff/content.htm

<b>Tuning Remote Communication</b>

http://help.sap.com/saphelp_nw04/helpdata/en/00/e131af3e124d47a350b97768604182/content.htm

<b>Tuning Database Connectivity</b>

http://help.sap.com/saphelp_nw04/helpdata/en/21/68f1f860454a2396aa709f9b91a685/content.htm

<b>SQLJ Tuning by Batching</b>

http://help.sap.com/saphelp_nw04/helpdata/en/0d/c331ffac683b4e9329454c4af7ec5c/content.htm

if u r using JCO , there are two ways to connect to Back End.

1)Direct Connection

2)Connection Pools

For direct Connection , each time connection is opened then execute back end RFCs and then closing the connection for a particular call to back end.

But when we use connection pool , if with same user ' , it is better.

this will help u.

Regards

Kishor Gopinathan

Answers (0)