Hello all,
We have recently enabled our two XI dialog instances to run as dual stacked (ABAP/JAVA) previously ABAP only: added the following to the dialog instance profile:
< jstartup/trimming_properties = off
< jstartup/protocol = on
< jstartup/vm/home = /usr/j2se
< jstartup/max_caches = 500
< #jstartup/instance_properties = $(jstartup/j2ee_properties):$(jstartup/sdm_properties)
< j2ee/dbdriver = /oracle/client/10x_64/instantclient/ojdbc14.jar
< j2ee/instance_id = ID3022228
< rdisp/j2ee_start_control = 1
< rdisp/j2ee_start = 1
< rdisp/j2ee_libpath = $(DIR_EXECUTABLE)
< exe/j2ee = $(DIR_EXECUTABLE)/jcontrol
< rdisp/j2ee_timeout = 600
< rdisp/frfc_fallback = on
< icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=53000
< icm/server_port_0 = PROT=HTTP,PORT=8030,TIMEOUT=1800,PROCTIMEOUT=3600
My Question is:besides the above configuration, is there anything additional configuration to be done to enable these two app server to part of the load balance configuration and to have the J2EE part talking to the CI.
Thank you,
Sam