cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

J2ee stack activation on ABAP+JAVA stack

Former Member
0 Likes
976

Hi,

We have installed ABAP+JAVA stack on the quality. when i go to SMICM.

HTTP Application Server Handler

 

ABAP Server operational        = TRUE

J2EE Server configured         = TRUE

J2EE HTTP port                 =

J2EE HTTPS port                =

J2EE Server operational        = FALSE

Default root access handler    = ABAP

URL Prefix Table loaded        = TRUE

All the parameter in RZ10 are active:

jstartup/trimming_properties            off
jstartup/protocol                       on
jstartup/vm/home                        C:\j2sdk1.4.2_17-x64\
jstartup/max_caches                     500
jstartup/release                        700
jstartup/instance_properties            $(jstartup/j2ee_properties);$(jstartup/sdm_properties)
j2ee/dbdriver                           $(DIR_EXECUTABLE)\db2jcc.jar;$(DIR_EXECUTABLE)\db2jcc_license_cu.jar
rdisp/wp_no_dia                         10
rsdb/obj/max_objects                    20000
rsdb/obj/buffersize                     40000
rdisp/wp_no_btc                         3
rdisp/j2ee_start_control                1
rdisp/j2ee_start                        1
rdisp/j2ee_libpath                      $(DIR_EXECUTABLE)
exe/j2ee                                $(DIR_EXECUTABLE)\jcontrol$(FT_EXE)
rdisp/j2ee_timeout                      600
rdisp/frfc_fallback                     on
icm/HTTP/j2ee_0                         PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00
icm/server_port_0                       PROT=HTTP,PORT=80$$
ms/server_port_0                        PROT=HTTP,PORT=81$$
rdisp/wp_no_enq                         1
rdisp/wp_no_vb                          1
rdisp/wp_no_vb2                         1
rdisp/wp_no_spo                         1
j2ee/instance_id                        ID0087391

We want to activate JAVA stack here. All the files related to java is present in the file system.

Kindly help.

Thanks

Ajitav

View Entire Topic
Former Member
0 Likes

Hello AJITAV MOHANTY

if you have activated all Java parameters in instance profile then you have to restart your system to activate Java parameters.

To confirm if it Abap+java system please Go to /sapmnt/<SID>/profile and check whether SCS profile exists or not. If not then your system is single stack i.e. ABAP only

Also this is a cruical parameter 

rdisp/j2ee_start to 1 (j2ee server active)

You can use this parameter to activate or deactivate the

parameter.

The J2EE Engine start is automatically deactivated, if a

number of attempts ( rdisp/j2ee_error ) to start the ser

failed.

The start can be reactivated by dynamically changing thi

to the value 1.

The parameter exe/j2ee specifies where the SAP J2EE Engi

be found, or the shell command with which it is started.

Dependent parameter of rdisp/j2ee_start are  rdisp/j2ee_timeout rdisp/j2ee_error exe/j2ee: so have a look at this as well



Please look this link for parameter settings:  http://help.sap.com/saphelp_nw04/helpdata/en/55/ad103c50a0ad7ee10000000a114084/content.htm

Please keep posting regarding this

thank you AJITAV MOHANTY

alen