Re: Multiple applications with a single codebase issues

2011-02-20 Thread Russ Michaels
from what you have said it sounds like the CFIMPORT is getting the wrong set of tags, either that or your tags are the right ones but are loading files from the wrong path, If you turn on the debugging output it should show you where the files are being loaded from which will tell you whether it

Re: Multiple applications with a single codebase issues

2011-02-20 Thread Pete Ruckelshaus
Yes, that was the first thing I disabled in CF Admin. On Sun, Feb 20, 2011 at 11:57 AM, Michael David wrote: > > In the CF Admin, do you have Cache web server paths checked? If so, > disable > that. > > > On Sun, Feb 20, 2011 at 11:35 AM, Pete Ruckelshaus > wrote: > > > > > OK, I have a single,

Re: Multiple applications with a single codebase issues

2011-02-20 Thread Michael David
In the CF Admin, do you have Cache web server paths checked? If so, disable that. On Sun, Feb 20, 2011 at 11:35 AM, Pete Ruckelshaus wrote: > > OK, I have a single, but major, issue remaining. I have all of my variable > issues resolved, and I have confirmed that the issue I am seeing is not

Re: Multiple applications with a single codebase issues

2011-02-20 Thread Pete Ruckelshaus
OK, I have a single, but major, issue remaining. I have all of my variable issues resolved, and I have confirmed that the issue I am seeing is not an IIS issue (at least I'm pretty darned sure it's not), but rather seems to be a ColdFusion issue. I am using a common directory path for each site'

RE: Multiple applications with a single codebase issues

2011-02-09 Thread Trevor Orr
...@bryantwebconsulting.com] Sent: Tuesday, February 08, 2011 8:24 PM To: cf-talk Subject: Re: Multiple applications with a single codebase issues You can accomplish that by using the domain name (CGI.SERVER_NAME) to figure the ApplicationName, for example (perhaps not directly though). Also check out the

Re: Multiple applications with a single codebase issues

2011-02-09 Thread Steve 'Cutter' Blades
Thanks Steve! It's still a work in progress. Lot more posts to go on this one... Steve 'Cutter' Blades Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://blog.cutterscrossing.com Co-Author "Learning Ext JS 3.2" Packt Publishing 2010 https://www.packtpub.com

Re: Multiple applications with a single codebase issues

2011-02-08 Thread Steve Bryant
You can accomplish that by using the domain name (CGI.SERVER_NAME) to figure the ApplicationName, for example (perhaps not directly though). Also check out the "Many Sites, Single Codebase" blog series by Steven "Cutter" Blades: http://blog.cutterscrossing.com/index.cfm/2011/1/13/Many-Sites-One

Re: Multiple applications with a single codebase issues

2011-02-08 Thread Casey Dougall
On Tue, Feb 8, 2011 at 8:19 PM, Dave Watts wrote: > > > I have it set up so that IIS sees the root directory of the CMS software > as > > each web sites' root, and then I set up a virtual directory to the > > site-specific content for each domain. > > Perhaps you could reverse this - set up the

RE: Multiple applications with a single codebase issues

2011-02-08 Thread Mark A. Kruger
Ruckelshaus [mailto:pruckelsh...@gmail.com] Sent: Tuesday, February 08, 2011 7:34 PM To: cf-talk Subject: Re: Multiple applications with a single codebase issues I'd have to rewrite the entire application to support thiswhich I really, really don't want to do. I think I just need

RE: Multiple applications with a single codebase issues

2011-02-08 Thread Mark A. Kruger
gmail.com] Sent: Tuesday, February 08, 2011 7:16 PM To: cf-talk Subject: Multiple applications with a single codebase issues I'm having a bit of an issue here. Over time, I have developed a CF web-based content management system (hey, who hasn't?). The software is currently running a handful o

Re: Multiple applications with a single codebase issues

2011-02-08 Thread Pete Ruckelshaus
I'd have to rewrite the entire application to support thiswhich I really, really don't want to do. I think I just need to gut my application.cfc file and start by rewriting that and any of the site-specific instantiation code. On Tue, Feb 8, 2011 at 8:19 PM, Dave Watts wrote: > > > I have

Re: Multiple applications with a single codebase issues

2011-02-08 Thread William Seiter
I had a similar issue that came up a couple of years ago for me. As it turned out I had the name of the application the same across all of the sites, so the application variables weren't unique to each site. -- William E. Seiter On Feb 8, 2011, Pete Ruckelshaus wrote: I'm having

Re: Multiple applications with a single codebase issues

2011-02-08 Thread Dave Watts
> I have it set up so that IIS sees the root directory of the CMS software as > each web sites' root, and then I set up a virtual directory to the > site-specific content for each domain. Perhaps you could reverse this - set up the root directory of each virtual server to be site-specific, then c

Multiple applications with a single codebase issues

2011-02-08 Thread Pete Ruckelshaus
I'm having a bit of an issue here. Over time, I have developed a CF web-based content management system (hey, who hasn't?). The software is currently running a handful of sites, all on different web hosts. It works fine in this mode. Recently, I realized that I could get a VPS for less money t