Hi Gav,
i think you need to put your test file in the cold fusion root not the
server root.

You could also setup a webroot outside the jrun directory using  a
mapping in your
C:\JRun4\servers\{servername}\cfmx\WEB-INF\jrun-web.xml file.

just add something like this:

<virtual-mapping>
    <resource-path>/WEB-INF/*</resource-path>
    <system-path>/jrun4/servers/{servername}/cfmx/WEB-INF</system-path>
  </virtual-mapping>
  <virtual-mapping>
    <resource-path>/CFIDE/*</resource-path>
    <system-path>/jrun4/servers/{servername}/cfmx/CFIDE</system-path>
  </virtual-mapping>
  <virtual-mapping>
    <resource-path>/*</resource-path>
    <system-path>c:\webroot</system-path>
  </virtual-mapping>
        
  <virtual-mapping>
    <resource-path>/</resource-path>
    <system-path />
  </virtual-mapping>

Hope this helps.

Jason Sheedy
www.voice.com.au


On Wed, 23 Feb 2005 15:55:37 +1100, Gavin Stewart
<[EMAIL PROTECTED]> wrote:
> Hi all,
> After watching Kais presentation at MXDU on coldfusion scalabiltiy I have
> been inspired to set up our webserver on the jrun4 platform with multiple
> instances of CF running for each of our web applications e.g ordering sytem,
> content system.
> 
> I am just practicing this loacally on my machine. I have got to the point
> where i am now running both instances. When I run the cf administator on
> both instances - no problem. eg
> http://localhost:8102/ordering/cfide/administrator/index.cfm and
> http://localhost:8103/content/cfide/administrator/index.cfm.
> 
> When I drop a test file - test.cfm with simple out put into
> C:\JRun4\servers\Content\ as in the instructions, I get file not found! same
> happens with C:\JRun4\servers\Ordering\
> Can any one tell me what I am doing wrong. I think I have missed out a step
> here.
> 
> Thanks for any help
> Cheers Gav
> 
> ---
> You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to