Install Assistance Needed

View: New views
14 Messages — Rating Filter:   Alert me  

Install Assistance Needed

by Activant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


I am attempting to install FarCry on my development PC to learn about
it, play with it, etc. In following the instructions, I attempted to
browse to the following location...

http://127.0.0.1:8500/farcry/projects/myproject/www/install

In doing so, I ran into the following error...

404
/farcry/projects/myproject/www/install


java.io.FileNotFoundException: /farcry/projects/myproject/www/install
        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)

An index.cfm exists...anyone know why I am running into this error?

~Clay
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Mat Bryant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Did you try my previous suggestion?

--------------
You will need to setup a virtual, /myproject that points to the /www folder in your project...

Try http://www.adobe.com/support/coldfusion/adv_development/config_builtin_webserver/

See the section, Adding a virtual web mapping.
---------------

Kind regards,

Matthew Bryant.


On 03/06/2008, at 2:11 AM, Activant wrote:

I am attempting to install FarCry on my development PC to learn about
it, play with it, etc. In following the instructions, I attempted to
browse to the following location...

http://127.0.0.1:8500/farcry/projects/myproject/www/install

In doing so, I ran into the following error...

404
/farcry/projects/myproject/www/install


java.io.FileNotFoundException: /farcry/projects/myproject/www/install
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)

An index.cfm exists...anyone know why I am running into this error?

~Clay




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Activant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Yes I did...here was the entry I made to the jrun-web.xml file..

  <virtual-mapping>
        <resource-path>/farcry/*</resource-path>
        <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</system-path>
  </virtual-mapping>

I then restarted the CF server.

Thoughts?

On Jun 2, 4:24 pm, Matthew Bryant <mbry...@...> wrote:

> Did you try my previous suggestion?
>
> --------------
> You will need to setup a virtual, /myproject that points to the /www  
> folder in your project...
>
> Tryhttp://www.adobe.com/support/coldfusion/adv_development/config_builti...
>
> See the section, Adding a virtual web mapping.
> ---------------
>
> Kind regards,
>
> Matthew Bryant.
>
> On 03/06/2008, at 2:11 AM, Activant wrote:
>
>
>
>
>
> > I am attempting to install FarCry on my development PC to learn about
> > it, play with it, etc. In following the instructions, I attempted to
> > browse to the following location...
>
> >http://127.0.0.1:8500/farcry/projects/myproject/www/install
>
> > In doing so, I ran into the following error...
>
> > 404
> > /farcry/projects/myproject/www/install
>
> > java.io.FileNotFoundException: /farcry/projects/myproject/www/install
> >    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)
>
> > An index.cfm exists...anyone know why I am running into this error?
>
> > ~Clay- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Activant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Anyone have any tips for me on this one?

On Jun 2, 4:28 pm, Activant <clay.h...@...> wrote:

> Yes I did...here was the entry I made to the jrun-web.xml file..
>
>   <virtual-mapping>
>         <resource-path>/farcry/*</resource-path>
>         <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</system-path>
>   </virtual-mapping>
>
> I then restarted the CF server.
>
> Thoughts?
>
> On Jun 2, 4:24 pm, Matthew Bryant <mbry...@...> wrote:
>
> > Did you try my previous suggestion?
>
> > --------------
> > You will need to setup a virtual, /myproject that points to the /www
> > folder in your project...
>
> > Tryhttp://www.adobe.com/support/coldfusion/adv_development/config_builti...
>
> > See the section, Adding a virtual web mapping.
> > ---------------
>
> > Kind regards,
>
> > Matthew Bryant.
>
> > On 03/06/2008, at 2:11 AM, Activant wrote:
>
> > > I am attempting to install FarCry on my development PC to learn about
> > > it, play with it, etc. In following the instructions, I attempted to
> > > browse to the following location...
>
> > >http://127.0.0.1:8500/farcry/projects/myproject/www/install
>
> > > In doing so, I ran into the following error...
>
> > > 404
> > > /farcry/projects/myproject/www/install
>
> > > java.io.FileNotFoundException: /farcry/projects/myproject/www/install
> > >    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)
>
> > > An index.cfm exists...anyone know why I am running into this error?
>
> > > ~Clay- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by AJ Mercer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think Matt is saying you also need a /myproject mapping

       <resource-path>/myproject/*</resource-path>
    <system-path>C:/ColdFusion8/wwwroot/farcry/projects/myproject/www</system-path>



On Tue, Jun 3, 2008 at 5:28 AM, Activant <clay.hess@...> wrote:

Yes I did...here was the entry I made to the jrun-web.xml file..

 <virtual-mapping>
       <resource-path>/farcry/*</resource-path>
       <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</system-path>
 </virtual-mapping>

I then restarted the CF server.

Thoughts?

On Jun 2, 4:24 pm, Matthew Bryant <mbry...@...> wrote:
> Did you try my previous suggestion?
>
> --------------
> You will need to setup a virtual, /myproject that points to the /www  
> folder in your project...
>
> Tryhttp://www.adobe.com/support/coldfusion/adv_development/config_builti...
>
> See the section, Adding a virtual web mapping.
> ---------------
>
> Kind regards,
>
> Matthew Bryant.
>
> On 03/06/2008, at 2:11 AM, Activant wrote:
>
>
>
>
>
> > I am attempting to install FarCry on my development PC to learn about
> > it, play with it, etc. In following the instructions, I attempted to
> > browse to the following location...
>
> >http://127.0.0.1:8500/farcry/projects/myproject/www/install
>
> > In doing so, I ran into the following error...
>
> > 404
> > /farcry/projects/myproject/www/install
>
> > java.io.FileNotFoundException: /farcry/projects/myproject/www/install
> >    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)
>
> > An index.cfm exists...anyone know why I am running into this error?
>
> > ~Clay- Hide quoted text -
>
> - Show quoted text -




--

AJ Mercer
Web Log: http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Activant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Did not work...thoughts?

On Jun 4, 5:32 pm, "AJ Mercer" <ajmer...@...> wrote:

> I think Matt is saying you *also *need a /myproject mapping
>
>        <resource-path>/myproject/*</resource-path>
>
>
>
>
>
> > <system-path>C:/ColdFusion8/wwwroot/farcry/projects/myproject/www</system-path>
> On Tue, Jun 3, 2008 at 5:28 AM, Activant <clay.h...@...> wrote:
>
> > Yes I did...here was the entry I made to the jrun-web.xml file..
>
> >  <virtual-mapping>
> >        <resource-path>/farcry/*</resource-path>
> >        <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</system-path>
> >  </virtual-mapping>
>
> > I then restarted the CF server.
>
> > Thoughts?
>
> > On Jun 2, 4:24 pm, Matthew Bryant <mbry...@...> wrote:
> > > Did you try my previous suggestion?
>
> > > --------------
> > > You will need to setup a virtual, /myproject that points to the /www
> > > folder in your project...
>
> > > Tryhttp://
> >www.adobe.com/support/coldfusion/adv_development/config_builti...
>
> > > See the section, Adding a virtual web mapping.
> > > ---------------
>
> > > Kind regards,
>
> > > Matthew Bryant.
>
> > > On 03/06/2008, at 2:11 AM, Activant wrote:
>
> > > > I am attempting to install FarCry on my development PC to learn about
> > > > it, play with it, etc. In following the instructions, I attempted to
> > > > browse to the following location...
>
> > > >http://127.0.0.1:8500/farcry/projects/myproject/www/install
>
> > > > In doing so, I ran into the following error...
>
> > > > 404
> > > > /farcry/projects/myproject/www/install
>
> > > > java.io.FileNotFoundException: /farcry/projects/myproject/www/install
> > > >    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)
>
> > > > An index.cfm exists...anyone know why I am running into this error?
>
> > > > ~Clay- Hide quoted text -
>
> > > - Show quoted text -
>
> --
>
> AJ Mercer
> Web Log:http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Mat Bryant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Paste what you have placed in your jrun-web.xml file

Better yet.... Do not use the built in CF Web Server as even adobe  
suggests. You might want to explain your insistance on using it.


Kind regards

--
-- Matthew Bryant
Product Development Manager
Daemon Internet Consultants
Adobe Solutions Partner
http://www.daemon.com.au/
p. 02 8302 4600
f. 02 9380 4204





On 05/06/2008, at 1:47 PM, Activant wrote:

>
> Did not work...thoughts?
>
> On Jun 4, 5:32 pm, "AJ Mercer" <ajmer...@...> wrote:
>> I think Matt is saying you *also *need a /myproject mapping
>>
>>       <resource-path>/myproject/*</resource-path>
>>
>>
>>
>>
>>
>>> <system-path>C:/ColdFusion8/wwwroot/farcry/projects/myproject/www</
>>> system-path>
>> On Tue, Jun 3, 2008 at 5:28 AM, Activant <clay.h...@...>  
>> wrote:
>>
>>> Yes I did...here was the entry I made to the jrun-web.xml file..
>>
>>> <virtual-mapping>
>>>       <resource-path>/farcry/*</resource-path>
>>>       <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</
>>> system-path>
>>> </virtual-mapping>
>>
>>> I then restarted the CF server.
>>
>>> Thoughts?
>>
>>> On Jun 2, 4:24 pm, Matthew Bryant <mbry...@...> wrote:
>>>> Did you try my previous suggestion?
>>
>>>> --------------
>>>> You will need to setup a virtual, /myproject that points to the /
>>>> www
>>>> folder in your project...
>>
>>>> Tryhttp://
>>> www.adobe.com/support/coldfusion/adv_development/config_builti...
>>
>>>> See the section, Adding a virtual web mapping.
>>>> ---------------
>>
>>>> Kind regards,
>>
>>>> Matthew Bryant.
>>
>>>> On 03/06/2008, at 2:11 AM, Activant wrote:
>>
>>>>> I am attempting to install FarCry on my development PC to learn  
>>>>> about
>>>>> it, play with it, etc. In following the instructions, I  
>>>>> attempted to
>>>>> browse to the following location...
>>
>>>>> http://127.0.0.1:8500/farcry/projects/myproject/www/install
>>
>>>>> In doing so, I ran into the following error...
>>
>>>>> 404
>>>>> /farcry/projects/myproject/www/install
>>
>>>>> java.io.FileNotFoundException: /farcry/projects/myproject/www/
>>>>> install
>>>>>   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)
>>
>>>>> An index.cfm exists...anyone know why I am running into this  
>>>>> error?
>>
>>>>> ~Clay- Hide quoted text -
>>
>>>> - Show quoted text -
>>
>> --
>>
>> AJ Mercer
>> Web Log:http://webonix.net
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Activant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks for the assist. First, I am using the built in CF server
because this is simply a self-contained testing environment. I wish to
play with FarCry for evaluation purposes. I have never used IIS until
production.

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>

On Jun 6, 7:38 pm, Matthew Bryant <mbry...@...> wrote:

> Paste what you have placed in your jrun-web.xml file
>
> Better yet.... Do not use the built in CF Web Server as even adobe
> suggests. You might want to explain your insistance on using it.
>
> Kind regards
>
> --
> -- Matthew Bryant
> Product Development Manager
> Daemon Internet Consultants
> Adobe Solutions Partnerhttp://www.daemon.com.au/
> p. 02 8302 4600
> f. 02 9380 4204
>
> On 05/06/2008, at 1:47 PM, Activant wrote:
>
>
>
> > Did not work...thoughts?
>
> > On Jun 4, 5:32 pm, "AJ Mercer" <ajmer...@...> wrote:
> >> I think Matt is saying you *also *need a /myproject mapping
>
> >>       <resource-path>/myproject/*</resource-path>
>
> >>> <system-path>C:/ColdFusion8/wwwroot/farcry/projects/myproject/www</
> >>> system-path>
> >> On Tue, Jun 3, 2008 at 5:28 AM, Activant <clay.h...@...>
> >> wrote:
>
> >>> Yes I did...here was the entry I made to the jrun-web.xml file..
>
> >>> <virtual-mapping>
> >>>       <resource-path>/farcry/*</resource-path>
> >>>       <system-path>C:/ColdFusion8/wwwroot/farcry/core/admin</
> >>> system-path>
> >>> </virtual-mapping>
>
> >>> I then restarted the CF server.
>
> >>> Thoughts?
>
> >>> On Jun 2, 4:24 pm, Matthew Bryant <mbry...@...> wrote:
> >>>> Did you try my previous suggestion?
>
> >>>> --------------
> >>>> You will need to setup a virtual, /myproject that points to the /
> >>>> www
> >>>> folder in your project...
>
> >>>> Tryhttp://
> >>>www.adobe.com/support/coldfusion/adv_development/config_builti...
>
> >>>> See the section, Adding a virtual web mapping.
> >>>> ---------------
>
> >>>> Kind regards,
>
> >>>> Matthew Bryant.
>
> >>>> On 03/06/2008, at 2:11 AM, Activant wrote:
>
> >>>>> I am attempting to install FarCry on my development PC to learn
> >>>>> about
> >>>>> it, play with it, etc. In following the instructions, I
> >>>>> attempted to
> >>>>> browse to the following location...
>
> >>>>>http://127.0.0.1:8500/farcry/projects/myproject/www/install
>
> >>>>> In doing so, I ran into the following error...
>
> >>>>> 404
> >>>>> /farcry/projects/myproject/www/install
>
> >>>>> java.io.FileNotFoundException: /farcry/projects/myproject/www/
> >>>>> install
> >>>>>   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)
>
> >>>>> An index.cfm exists...anyone know why I am running into this
> >>>>> error?
>
> >>>>> ~Clay- Hide quoted text -
>
> >>>> - Show quoted text -
>
> >> --
>
> >> AJ Mercer
> >> Web Log:http://webonix.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To post to this group, send email to farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> 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 Developer
http://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 farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Activant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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 <j...@...> 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 farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Jeff Coughlin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> 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 Developer
http://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 farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by RS75 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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 <j...@...> 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 farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by Activant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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 <rsa...@...> 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 <j...@...> 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 farcry-dev@...
To unsubscribe from this group, send email to farcry-dev-unsubscribe@...
For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: Install Assistance Needed

by StephenMoretti :: Rate this Message: