Why do you have a production and development on the same machine to begin with?
In development you might need to restart your machine, or you could hang jrun with a malformed written query, and it will bring down production at the same time, this is a very bad setup you have. Regards, Andrew Scott Quote of the Day: I don't suffer from insanity, I enjoy every minute of it! -----Original Message----- From: Mik Muller [mailto:[EMAIL PROTECTED] Sent: Monday, 28 November 2005 4:03 PM To: CF-Server Subject: Re: custom tag paths ..... and just to clarify.... I'm looking for a temporary solution... one that lives only for the life of the page. Something like.... <cfif request.isDev> <!--- set custom tag path to c:\tags\dev ---> <cfelse> <!--- custom tag path remains c:\tags\prod as set in admin ---> </cfif> <cf_a_custom_tag> Thanks, Michael At 11:54 PM 11/27/2005, you wrote: >Is there a way to set the custom tag path at the page level? > >I have both a dev and production folder on my box (until I have a >separate dev box) and need to have a separate dev and prod custom tag >folder. I don't want to use cfmodule because I need the lightweight >interface of <cf_.... att="val" ...> > >Any ideas? > >Thanks, > >Michael > > > >-------- >Michael Muller >Admin, MontagueMA.net Website >Montague, MA 01351 >cell (413) 320-5336 >fax (518) 713-1569 >skype: michaelBmuller (email first) >email [EMAIL PROTECTED] >http://www.MontagueMA.net > >Eschew Obfuscation > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:10:5697 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/10 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
