Mantis - Resin
Viewing Issue Advanced Details
1769 minor always 05-01-07 07:31 05-01-07 15:01
sam  
ferg  
urgent  
closed 3.1.1  
fixed  
none    
none 3.1.2  
0001769: --java-exe argument needed
(rep by C Ward)

Is there anyway to have resin allow for a --java-exe so that we can use whatever
java binary we want? You can sure enough see which java binary is which
when grep'ing through the process tree, but when you need to check on the
performance of multiple resin instances on a single machine having a
logically named java binary is essential:

build:/usr/local/resin/current.strprod01/bin# top -n 999 | grep java
 12494 resin 86 59 0 315M 286M sleep 85:32 0.83% java-gryffindor01
  1124 root 42 0 0 657M 411M sleep 0:33 0.20% java
  1130 resin 51 0 0 164M 127M sleep 0:10 0.11% java
 22579 resin 79 58 0 410M 361M sleep 6:52 0.10% java-slytherin01
 17225 resin 96 59 0 376M 340M sleep 267:10 0.00%
java-gensandbox
 11895 resin 127 59 0 365M 296M sleep 79:00 0.00% java-hufflepuff01

Notes
(0001982)
ferg   
05-01-07 15:01   
Added <java-exe> to the <server> block to select the java executable.