Thanks, Jeff, for the tip. I made the change and still ran into an
error.
Here is my jrun...
<virtual-mapping>
<resource-path>/farcry/*</resource-path>
<system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</system-path>
</virtual-mapping>
<virtual-mapping>
<resource-path>/myproject/*</resource-path>
<system-path>C:/ColdFusion8/wwwroot/farcry/projects/myproject/www</
system-path>
</virtual-mapping>
Here is the error I am receiving...(in IE7)
404
/farcry/projects/myproject/www/
java.io.FileNotFoundException: /farcry/projects/myproject/www/
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)
Thoughts?
On Jun 9, 10:50 am, Jeff Coughlin <[EMAIL PROTECTED]> wrote:
> > As far as what isin my jrun file...
>
> > <virtual-mapping>
> > <resource-path>/farcry/*</resource-path>
> > <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</system-path>
> > </virtual-mapping>
>
> > <virtual-mapping>
> > <resource-path>/myproject/*</resource-path>
> > <system-path>C:/ColdFusion8/wwwroot/farcry/projects/myproject</
> > system-
> > path>
> > </virtual-mapping>
>
> The root of your site needs to point to <farcry_folder>/projects/
> myproject/www (not the myproject folder, but the child www folder).
>
> Regards,
>
> --
> Jeff Coughlin
> Web Application Developerhttp://jeffcoughlin.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---