cancel
Showing results for 
Search instead for 
Did you mean: 

how many server processes are there in my system?

Former Member
0 Kudos

I do not know which parameter refers to the number of j2ee server processes?

in the j2ee instance profile, I can not find the parameter of j2ee server processes number like "rdisp/wp_no_dia" in abap instance.

thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can see the number of the server element from the installation directory of the J2EE Engine. Under <Drive>:\usr\sap\<SAPSID>\<Instance_Name>\j2ee\cluster, there are server<Server_Number> directories representing the server processes in the J2EE Engine. Their number depends on the number specified at installation time

[Link|http://help.sap.com/saphelp_nw04s/helpdata/en/a2/f9d7fed2adc340ab462ae159d19509/content.htm]

Regards

Uday

Former Member
0 Kudos

I can see server0 in the directory, so the number is 0,

but how many j2ee server processes are there in my system? which parameter identify that?

is "server0" means there is only one j2ee server process.

thanks for your help.

Edited by: victor on Apr 14, 2009 5:07 AM

Former Member
0 Kudos

Hello Victor,

Server processes starts with prcess number "0" like the workprocess in ABAP "w0". So in your case you have "one" server processes as "server0". If you would have have more than one, then you could see "server1", "server2" etc.

Thanks

Gautam

Answers (0)