RE: index.cfm Conundrum

2006-06-13 Thread Ian Skinner
Like I said, I believe I was having a similar issue. I just re-installed my CF in multi-home configuration. When I put a file, hello.cfm in my localhost site root, c:\\inetpub\wwwroot\ it worked fine with the url http://localhost/hello.cfm. Then I put hello.cfm in my Jrun instance root, c:\jr

Re: index.cfm Conundrum

2006-06-13 Thread Sung Woo
I had this issue with 6.1, but it's the first time I've experienced it with 7. I'm not sure the save class file will help, but I'll give it a shot. Keep in mind that this is only happening with the index.cfm file, nowhere else, and only when it's called from root. So to summarize: http://loca

Re: index.cfm Conundrum

2006-06-13 Thread Rob Wilkerson
The save class files simple saves the java byte code of a given file. As I understand it, it's the other option that caches only one location for the file. For example, on a multi-homed server (a web server serving more than one CF site), if the index.cfm file for site1 is rendered first, then any

Re: index.cfm Conundrum

2006-06-13 Thread Sung Woo
"Save class files" is checked. I bet I need to restart the server, right? I'll have to wait to do that. > Hi Rob, > > Thanks -- it's not checked. > > Are all three values unchecked? I just unchecked the middle one and > it resolved a somewhat similar issue for me. > > > -- > I

RE: index.cfm Conundrum

2006-06-13 Thread Ian Skinner
Hi Rob, Thanks -- it's not checked. Are all three values unchecked? I just unchecked the middle one and it resolved a somewhat similar issue for me. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA - | 1 | | - Binary Soduko | | |

Re: index.cfm Conundrum

2006-06-13 Thread Sung Woo
Hi Rob, Thanks -- it's not checked. > Take a look at your settings in CF Admin. In the "Caching" settings, > ensure that " Cache web server paths" is unchecked. This is > important > for servers running multiple sites. > > On 6/13/06, Sung Woo <[EMAIL PROTECTED]> wrote: > > I have a very stra

Re: index.cfm Conundrum

2006-06-13 Thread Rob Wilkerson
Take a look at your settings in CF Admin. In the "Caching" settings, ensure that " Cache web server paths" is unchecked. This is important for servers running multiple sites. On 6/13/06, Sung Woo <[EMAIL PROTECTED]> wrote: > I have a very strange issue with a server running CFMX7. This server

index.cfm Conundrum

2006-06-13 Thread Sung Woo
I have a very strange issue with a server running CFMX7. This server initially was running CFMX7 standalone, and when the time came, it was uninstalled and reinstalled as a CFMX7 using IIS. So now here's the wacky issue: no matter the site (on ports 80 and 81), whenever the file index.cfm is p