cancel
Showing results for 
Search instead for 
Did you mean: 

How to Change J2EE Server operational = FALSE to TRUE

Former Member
0 Kudos

Hi All,

System is BI { ABAP + JAVA } need to change the J2EE Server operational = FALSE to TRUE and

Default root access handler = ABAP to J2EE

Already done the setting in Config tool as per SAP Note 939841

We have changed the startup mode of r3startup services from manual to always in Dispatcher as well as in Server Node for making J2EE Server operational = FALSE to TRUE

We have change the value of parameter is/HTTP/default_root_hdl to J2EE in RZ10 but still it is showing

Default root access handler = ABAP

Please help in finding the solution, where to change that the above values will rectified

Regards

Punit Maini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hai,

Default root access handler is only evaluated if the J2EE Engine is configured (J2EE Server configured) and operational (J2EE Server operational). Otherwise, the default root handler is always ABAP.

You have to set J2EE Server operational to TRUE to gain the Default root access handler to JAVA.

Check the parameter icm/HTTP/j2ee_<xx> has correct value or not.

Regards,

Yoganand.V

Former Member
0 Kudos

Hi Yoganand.V

HTTP settings

-


icm/HTTP/j2ee_0 =

PREFIX=/,HOST=<hostname> ,CONN=0-500,PORT=8304,SPORT=8404,SSLENC=1

ICM parameter has this value. Please see if we need to change something in the value.

Is this the only problem which leads to "J2EE Server operational to TRUE " or else we need to check

Regards

Punit Maini

Former Member
0 Kudos

Hai,

Please check whether the parameter has all the relevant values matching to your system.

icm/HTTP/j2ee_<xx> = PREFIX=<uri-prefix>, HOST=<host>, CONN=<Number of connections>, PORT=<port>.

Follow the document below.

http://help.sap.com/saphelp_nw04/helpdata/EN/20/d0f83b4a91ce5ce10000000a11402f/content.htm

Regards,

Yoganand.V

Edited by: Yoganand Vedagiri on Dec 16, 2008 11:32 AM