Thanks for the tip...did not work. I guess I will have to bite the
bullet and install IIS (ugh!)

On Jun 15, 12:56 pm, Ritesh <[EMAIL PROTECTED]> wrote:
> I had the same issue
> use this virtual mapping and it should work (cms = myproject)
>
>  <virtual-mapping>
>     <resource-path>/cms</resource-path>
>     <system-path>C:/Inetpub/wwwroot/farcry/projects/cms/www</system-
> path>
>   </virtual-mapping>
>  <virtual-mapping>
>     <resource-path>/cms/farcry</resource-path>
>     <system-path>C:\Inetpub\wwwroot\farcry\core\admin</system-path>
>   </virtual-mapping>
>
> On Jun 9, 1:58 pm, Jeff Coughlin <[EMAIL PROTECTED]> wrote:
>
> > > 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?
>
> > Unfortunately I've never used the built-in jrun web server before.
> > The error you're having appears to be specific to that web server and
> > not FarCry so I'm at a loss here.  FarCry shouldn't have a problem
> > running on it though if you can figure out how to set it up.
>
> > Personally I use Apache on my dev machines (WinXP, and OS X), and have
> > used IIS in the past as well.
>
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to