> I am looking to set up individual jvm.config files for each of our > ColdFusion|JRun4 instances. I have read the TechNote > http://kb2.adobe.com/cps/182/tn_18206.html. I have a question > concerning steps two and three of these instructions. > > Step two indicates to start jurn with an alternate configuration file > one uses the following command: > jrun -config jvm.config_alt_config_name -start default > > Step three indicates to enable the new JVM to run as a windows service > one sues the following command: > jrunsvc -install default "JRun Service Name" -config jvm.alt_config_name > > My question is are these commands either|or OR both? IE Do I run one or > the other depending on if I just want to run JRun or run it as a windows > service, or do I need to run both commands to first start JRun and then > to configure it as a windows service?
You would just want to use the jrunsvc command to register the service. Of course, you may need to unregister existing JRun/CF services first; you can do that with jrunsvc also. Using jrun directly lets you run CF as an application instead of a service, which can be very useful for developers. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330220 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

