RE: restarting CF via the factory
> I found this. serverinstance.cfc, but it says "Start, stop, > and restart JRun servers. This CFC only works when running > the multiserver configuration." > > What is 'the multiserver configuration' ? It's an option during install, that lets you install a full copy of JRun and one instance of CF within that. You can then, after the install, create new JRun servers, each with its own instance of CF; each will be a separate service. http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/h tml/wwhelp.htm?context=ColdFusion_Documentation&file=part_ins.htm Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252302 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: restarting CF via the factory
I found this. serverinstance.cfc, but it says "Start, stop, and restart JRun servers. This CFC only works when running the multiserver configuration." What is 'the multiserver configuration' ? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252294 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: restarting CF via the factory
I hope you're the only cf site on this server :) On 9/6/06, D F <[EMAIL PROTECTED]> wrote: > Well the problem is not file creation, the problem is not having admin access > to the services to restart them. Hence why I was looking for a backdoor to > restarting the CF server. > > ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252292 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: restarting CF via the factory
http://livedocs.macromedia.com/coldfusion/7/htmldocs/1734.htm can you use the admin api? DK On 9/6/06, Dan Plesse <[EMAIL PROTECTED]> wrote: > > My guess is you would need JRUN to stop and start coldfusion. > > > > On 9/6/06, D F <[EMAIL PROTECTED]> wrote: > > > > Well the problem is not file creation, the problem is not having admin > > access to the services to restart them. Hence why I was looking for a > > backdoor to restarting the CF server. > > > > > > ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252286 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: restarting CF via the factory
My guess is you would need JRUN to stop and start coldfusion. On 9/6/06, D F <[EMAIL PROTECTED]> wrote: > > Well the problem is not file creation, the problem is not having admin > access to the services to restart them. Hence why I was looking for a > backdoor to restarting the CF server. > > ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252280 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: restarting CF via the factory
Well the problem is not file creation, the problem is not having admin access to the services to restart them. Hence why I was looking for a backdoor to restarting the CF server. ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252241 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Re: restarting CF via the factory
Use ColdFusion to create the text you need to create the batch file. Use cffile to create a file, add the text for commands you need and then change the file extension to .bat or whatever. I doubt the server manager locked down creation of new files in your working web directory. Teddy On 9/6/06, D F <[EMAIL PROTECTED]> wrote: > > unfortunatley cannot do this ( already thought of that ) with present > server configuration. Either through Bat. or .wsh/vbs/js etc... permissions > issue with managed server. > > > > > >Create a batch file to stop then start the services, and call it via > >cfexecute. > >You will need to add a wait command between the stop and start as cf can > >take a few minutes to stop sometimes. > > > >Russ > > > >-Original Message- > >From: D F [mailto:[EMAIL PROTECTED] > >Sent: 06 September 2006 12:56 > >To: CF-Talk > >Subject: restarting CF via the factory > > > >Was wondering if it was possible to restart Coldfusion ( and related > >services ) programmatically.. perhaps through the factory? > > ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252200 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Re: restarting CF via the factory
unfortunatley cannot do this ( already thought of that ) with present server configuration. Either through Bat. or .wsh/vbs/js etc... permissions issue with managed server. >Create a batch file to stop then start the services, and call it via >cfexecute. >You will need to add a wait command between the stop and start as cf can >take a few minutes to stop sometimes. > >Russ > >-Original Message- >From: D F [mailto:[EMAIL PROTECTED] >Sent: 06 September 2006 12:56 >To: CF-Talk >Subject: restarting CF via the factory > >Was wondering if it was possible to restart Coldfusion ( and related >services ) programmatically.. perhaps through the factory? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252194 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
RE: restarting CF via the factory
Create a batch file to stop then start the services, and call it via cfexecute. You will need to add a wait command between the stop and start as cf can take a few minutes to stop sometimes. Russ -Original Message- From: D F [mailto:[EMAIL PROTECTED] Sent: 06 September 2006 12:56 To: CF-Talk Subject: restarting CF via the factory Was wondering if it was possible to restart Coldfusion ( and related services ) programmatically.. perhaps through the factory? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252192 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
restarting CF via the factory
Was wondering if it was possible to restart Coldfusion ( and related services ) programmatically.. perhaps through the factory? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252190 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4