application and path problem 2 environments on one machine

2005-01-13 Thread Duncan I Loxton
I have a dev and production environment on one server, and I am trying to work on each independantly, but they seem to be overlapping each other. I got to the dev version and its using the live files, or vice versa. IIS is set up fine, and my applications have different names. I am using fb4 and M

RE: application and path problem 2 environments on one machine

2005-01-13 Thread Adrian Lynch
ME is the one I use. Ade -Original Message- From: Duncan I Loxton [mailto:[EMAIL PROTECTED] Sent: 14 January 2005 02:20 To: CF-Talk Subject: application and path problem 2 environments on one machine I have a dev and production environment on one server, and I am trying to work on

Re: application and path problem 2 environments on one machine

2005-01-13 Thread Duncan I Loxton
> Sent: 14 January 2005 02:20 > To: CF-Talk > Subject: application and path problem 2 environments on one machine > > I have a dev and production environment on one server, and I am trying > to work on each independantly, but they seem to be overlapping each > other. > &g

RE: application and path problem 2 environments on one machine

2005-01-13 Thread Adrian Lynch
What about the caching paths issue, not sure of it's real name(?). Are you on 6.0 or 6.1? Ade -Original Message- From: Duncan I Loxton [mailto:[EMAIL PROTECTED] Sent: 14 January 2005 02:44 To: CF-Talk Subject: Re: application and path problem 2 environments on one ma

Re: application and path problem 2 environments on one machine

2005-01-13 Thread Duncan I Loxton
From: Duncan I Loxton [mailto:[EMAIL PROTECTED] > Sent: 14 January 2005 02:44 > To: CF-Talk > Subject: Re: application and path problem 2 environments on one machine > > Application.cfm Live site: > > setclientcookies="Yes" sessiontimeout="#CreateTimeSpan(0,0,20,0)#&

Re: application and path problem 2 environments on one machine

2005-01-16 Thread Duncan I Loxton
t; From: Duncan I Loxton [mailto:[EMAIL PROTECTED] > > Sent: 14 January 2005 02:44 > > To: CF-Talk > > Subject: Re: application and path problem 2 environments on one machine > > > > Application.cfm Live site: > > > > > setclientcookies="Ye

Re: application and path problem 2 environments on one machine

2005-01-16 Thread Barney Boisvert
Set up multiple CF instances in JRun. The free developer edition (or the soon to be killed DevNet version) let you do this without cost. You'll be running each version of the app in a totally independant environment with no possibility of confusion. We do this in our office with great success.

Re: application and path problem 2 environments on one machine

2005-01-16 Thread Duncan I Loxton
Thanks Barney, but it seems entirely unpractical that mx cant distinguish application names/variables when they are set on differenct sites. Are you telling me that this is a bug and there is no other way around it except for separate instances of jrun? On Sun, 16 Jan 2005 17:04:54 -0800, Barney

Re: application and path problem 2 environments on one machine

2005-01-16 Thread Barney Boisvert
CFMX happily distinguishes different applications with no problem, so that's not the issue. There are a lot of things to deal with in trying to run completely separate instances of the same application inside the same CFMX instance. Enough that I don't think it's practical to try, when there is a