Starting ColdFusion Multi-Server Instances - Correct Method
Can someone please provide me with the correct method of starting multi-server instances of ColdFusion from the command line?
I have been using:
/<jrun4 home>/bin/jrun -nohup -start cfusion (for the cfusion instance)
/<jrun4 home>/bin/jrun -nohup -start <coldfusion instance 2> (for a second instance of coldfusion)
etc.
I see however that when the second instance of coldfusion (<coldfusion instance 2>) is started from the ColdFusion Administrator (Enterprise Manager - Instance Manager), it appears as the following:
/<jrun4 home>/bin/jrun -nohup -start -childVM <coldfusion instance 2>
What is the purpose of the -childVM switch that appears to be used when starting the instance from the ColdFusion Administrator (Enterprise Manager - Instance Manager)? Should it be used when manually starting the instance from the command line?
Is there an online reference for the jrun swithces to be used when starting ColdFusion instances? I have not been able to find any.
Thank you in advance for your assistance.
