Mantis - Resin
Viewing Issue Advanced Details
59 minor always 03-29-05 00:00 11-30-05 14:42
neville  
 
normal  
closed 3.0.12  
3.0.12 fixed  
none    
none 3.0.15  
0000059: default pid filename based on server id and conf file filename
RSN-50

The deafult pid filename should be based on the value of the -server and -conf values.
This would be useful, for example, when isolating virtual hosts to their own JVMs, when the JVMs are all on one machine:

192.168.0.10$ bin/httpd.sh -conf conf/gryffindor.conf -server a
192.168.0.10$ bin/httpd.sh -conf conf/gryffindor.conf -server b
192.168.0.10$ bin/httpd.sh -conf conf/slytherin.conf -server a
192.168.0.10$ bin/httpd.sh -conf conf/slytherin.conf -server b

Notes
(0000062)
ferg   
03-29-05 00:00   
The default pid file now uses the -server value.