The error: File not found: /health/index.cfm 

means that at that LEVEL in that given directory the
sub directory of HEALTH either does not exist or the INDEX.CFM does not
exist.

So if you are at:
http://localhost/myAPP/   and you use the function either CFINCLUDE or
Whatever
that is would be looking for the following:
http://localhost/myAPP/health/index.cfm

Use the dot-dot notation ( .. / ) to locate the file. 

If your using CFFILE or CFDIRECTORY you might need to use the absolute
path:
C:\inetpub\wwwroot\myApp\



>>> [EMAIL PROTECTED] 07/09/03 01:43PM >>>
Here is the error message in the browser.

Error Occurred While Processing Request 



File not found: /health/index.cfm 



Please try the following: 


* Check the CFML Reference Manual
<http://www1.50plus.com/cfdocs/CFML_Reference/contents.htm> to verify
that you are using the correct syntax. 

* Search the Knowledge Base
<http://www.macromedia.com/support/coldfusion/> to find a solution to
your problem.


Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Rogers
Hi-Speed Internet) 
Remote Address 65.39.193.167 
Referrer 
Date/Time 09-Jul-03 09:43 AM 
Stack Trace (click to expand) <javascript:;> 




coldfusion.runtime.TemplateNotFoundException: File not found:
/health/index.cfm

at coldfusion.filter.PathFilter.invoke(Unknown Source)

at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)

at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown
Source)

at coldfusion.filter.BrowserFilter.invoke(Unknown Source)

at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)

at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)

at coldfusion.CfmServlet.service(Unknown Source)

at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)

at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)

at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:226)

at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)

at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:198)

at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)

at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)

at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)

at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

THanks
Govind

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to