Hello,

I've got ColdFusion MX 7 installed in multiserver mode on a Linux box.
Naturally, I would like to tweak the memory allocation for each instance
individually, so I'm creating multiple jvm.config files.

When starting up the instances myself from the command line, there's no
problem:

./jrun -nohup -config jvm.config_servername -start servername

However, starting the server instances from the command line isn't always
ideal. It would be much easier if I could indicate to ColdFusion that I would
like to use a particular config file for a particular server, so that starting
the child instances from the main Enterprise Manager (or any time ColdFusion
automatically starts one up) would use my desired configuration.

Is there any XML file somewhere that can be edited in order to accomplish this?

Thanks,
Dave