On Thu, Jan 28, 2010 at 11:05 AM, Ian Skinner <[email protected]> wrote: > A quick follow up question to the starting as a windows service option. > I presume, this need to only be done once. Then, assuming one sets one > service to do so, the service will automatically restart using the > custom config file on server restarts and such. Correct?
Yes - you only setup the service once. You can look in the "Services" control panel in windows to confirm that it was setup correctly. Also, as DW suggests, if it exists you will need to uninstall any previous service first, or at least disable it (in case you might want to switch back to using it some other time). Full syntax and options for the jrunsvc command line tool can be seen by typing "jrunsvc --help". -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: [email protected] . ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:330222 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

