> I am getting the following error. > > 404 > /cb/LoadingTheEntireTable.htm > > > java.io.FileNotFoundException: /cb/LoadingTheEntireTable.htm > at jrun.servlet.file.FileServlet.service(FileServlet.java:349) > 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.http.WebService.invokeRunnable(WebService.java:172) > 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) > > I have cb defined in Mappings page on CD Administrator. The URL that is hit > is as follows: > > http://localhost:8500/cb/LoadingTheEntireTable.htm ... > > cb is defined as below on administrator page: > C:\ColdFusion8\wwwroot\WebApp\Site\ESite\Template\
CF mappings are only used by CF tags (CFINCLUDE, CFTEMPLATE, etc). They are not used by your web server. You need to create a virtual mapping in your web server. Since you're using the JRun Web Server that comes with CF, you'll have to do that as described here: http://www.adobe.com/support/coldfusion/adv_development/config_builtin_webserver/config_builtin_webserver08.html Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://tra ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324868 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

