No. The Apache Directive points to site www folder which has the
index.cfm. It has always worked like this.

On Nov 21, 2:57 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> so you are not browsing the site using a subdirectory?
>
> like
>
> http://10.188.x.x:81/somsite/
>
> ?
>
> -----Original Message-----
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of karan
> Sent: Friday, 21 November 2008 2:56 PM
> To: cfaussie
> Subject: [cfaussie] Re: coldfusion.runtime.TemplateNotFoundException
>
> Locally, I use http:// 10.188.X.XX:81
>
> This is setup in Apache2 httpd.conf
>
> ServerName 10.188.3.72
>
> <VirtualHost *:81> Site Root here </VirtualHost>
>
> It has always worked with this setup.
>
> On Nov 21, 2:50 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > Just another thing
>
> > Locally, whats the URL you are calling to load the site?
>
> > -----Original Message-----
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
>
> > Of karan
> > Sent: Friday, 21 November 2008 2:18 PM
> > To: cfaussie
> > Subject: [cfaussie] Re: coldfusion.runtime.TemplateNotFoundException
>
> > Steve
> > "Just put a plan empty index.cfm file there and see if it loads. "
>
> > Just did that but still get the same error! bummer :-( ...
>
> > On Nov 21, 2:02 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > > Whats in the cfm file?
>
> > > Just put a plan empty index.cfm file there and see if it loads.
>
> > > -----Original Message-----
> > > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> > Behalf
>
> > > Of Terry Sasaki
> > > Sent: Friday, 21 November 2008 1:56 PM
> > > To: cfaussie@googlegroups.com
> > > Subject: [cfaussie] Re: coldfusion.runtime.TemplateNotFoundException
>
> > > According to your link reference, it seems the issue we had was fixed in
> > > 7.0.2.
> > > For some reasons, we are still on 7.0.1 at work (grin)
>
> > > You are on CF8, so unfortunately my example doesn't seem to apply :(
>
> > > 2008/11/21 karan <[EMAIL PROTECTED]>:
>
> > > > Well I created a index.html in the root folder of the application. It
> > > > displayed properly. Then I deleted it. My Apache is configured to look
> > > > for .cfm first then .htm. SO after deleting the .htm file, it looks
> > > > for .cfm. I have already cleared trusted cache using this approach:
>
> > >http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=88BDF4E4-5...
> > > 9-A023C957D70CD2EC.
>
> > > > Still doesn't work.
>
> > > > On Nov 21, 12:54 pm, "Terry Sasaki" <[EMAIL PROTECTED]> wrote:
> > > >> Didn't you rename the file temporarily, get the exception, and then
> > > >> reverted it back?
> > > >> My colleague did this and I cleared template/trusted cache the other
> > day.
>
> > > >> - but you're saying you changed nothing and emptied application
> cache?
>
> > > >> 2008/11/21 karan <[EMAIL PROTECTED]>:
>
> > > >> > Yes, I have tried pointing it to a .html file. It displays it. CF
> is
> > > >> > working for sure as I have other websites running in CF on the same
> > > >> > machine and they all work fine.
>
> > > >> > On Nov 21, 12:07 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > > >> >> Have you tried putting a different file in there and trying that?
>
> > > >> >> Just put a html file in the same directory and see if you can it
> > that.
> > > If
> > > >> >> you can then yes something wrong with cf.  If you cant then
> > something
> > > wrong
> > > >> >> with your setup.
>
> > > >> >> Steve
>
> > > >> >> -----Original Message-----
> > > >> >> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
> > On
> > > Behalf
>
> > > >> >> Of karan
> > > >> >> Sent: Friday, 21 November 2008 12:05 PM
> > > >> >> To: cfaussie
> > > >> >> Subject: [cfaussie] coldfusion.runtime.TemplateNotFoundException
>
> > > >> >> Hi folks
>
> > > >> >> Stuck with this one since morning and need to get on with work :-(
>
> > > >> >> PROBLEM:
> > > >> >> I can't run an application that has been working fine till today
> > > >> >> morning and I haven't changed any files. Get the following error:
> > > >> >> coldfusion.runtime.TemplateNotFoundException: File not found: /
> > > >> >> index.cfm
> > > >> >>         at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
> > > >> >>         at
> > > coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
> > > >> >>         at
> > > coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
> > > >> >>         at coldfusion.filter.BrowserDebugFilter.invoke
> > > >> >> (BrowserDebugFilter.java:74)
> > > >> >>         at coldfusion.filter.ClientScopePersistenceFilter.invoke
> > > >> >> (ClientScopePersistenceFilter.java:28)
> > > >> >>         at
> > > coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
> > > >> >>         at
> > > coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
> > > >> >>         at
> > > coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
> > > >> >>         at
> > > coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
> > > >> >> 22)
> > > >> >>         at coldfusion.CfmServlet.service(CfmServlet.java:175)
> > > >> >>         at coldfusion.bootstrap.BootstrapServlet.service
> > > >> >> (BootstrapServlet.java:89)
> > > >> >>         at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
> > > >> >>         at
> coldfusion.monitor.event.MonitoringServletFilter.doFilter
> > > >> >> (MonitoringServletFilter.java:42)
> > > >> >>         at
>
> coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:
> > > >> >> 46)
> > > >> >>         at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
> > > >> >>         at jrun.servlet.FilterChain.service(FilterChain.java:101)
> > > >> >>         at
> > jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> > > >> >>         at
> > > >> >> jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
> > > >> >>         at jrun.servlet.JRunRequestDispatcher.invoke
> > > >> >> (JRunRequestDispatcher.java:286)
> > > >> >>         at jrun.servlet.ServletEngineService.dispatch
> > > >> >> (ServletEngineService.java:543)
> > > >> >>         at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
> > > >> >> (JRunProxyService.java:203)
> > > >> >>         at
> > jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
> > > >> >> (ThreadPool.java:320)
> > > >> >>         at
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
> > > >> >> (ThreadPool.java:428)
> > > >> >>         at
> jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
> > > >> >> (ThreadPool.java:266)
> > > >> >>         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
> > > >> >> SOLUTION:
> > > >> >> 1) Checked for the file. It does exist, is in the right location
> and
> > > >> >> has got the right permissions
> > > >> >> 2) Restarted everthing
> > > >> >> 3) I have got more sites setup on the machine. They have been
> setup
> > in
> > > >> >> Apache using Vitual Directories and they are working fine.
> > > >> >> 4) Applicaiton and browser caches have been emptied.
> > > >> >> 5) Restored backup of the application.
>
> > > >> >> ENVIRONMENT
> > > >> >> Machine: MacPro (Intel) OSX 10.5.5
> > > >> >> Application server: Coldfusion8 32-bit
> > > >> >> Web server: Apache2 32-bit
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to