[cfaussie] Re: Sharing CFML code between servers

2009-10-22 Thread Kevin Pepperman
We have 2 solution's we have used.

One is a NFS server so both servers have access to the files.

And a second method, which has been much simpler, Rsync.

We are all Linux, But in windows you could use DeltaCopy, which is just
Rsync with a wrapper.

We have a auto sync every 15 minutes on CF files and a FULL sync every 4
hours with images and media.

We also have a cron looking for a file in a remote FTP folder every 30
seconds, and Rsync runs when it finds one.


/Kevin Pepperman

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



[cfaussie] Re: Sharing CFML code between servers

2009-10-22 Thread Steve Onnis
The CF service needs permission to access them. What i have done is set the
service to run logged in as Administrator so it has permission to access the
files.  Then i would try mapping a virtual drive and see if you can do it
like that

  _  

From: AJ Dyka [mailto:aj.d...@warpaxia.com] 
Sent: Thursday, 22 October 2009 3:11 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Sharing CFML code between servers


Hi, 

I have 2 CF servers, both Win2k3 Server, Apache 2.2 & CF8 Enterprise. Both
servers are members of the same domain and I have a dedicated domain user
account that has admin privileges on both servers

Server 1 has a directory with flash, graphic & CF templates that I want to
map & access from Server 2.

- I have created a shared folder on Server 1 which the domain user has full
access to. 
- I've modified the 'Apache2.2' and 'Macromedia JRun CFusion Server'
services on Server 2 to log on as the dedicated user.
- All CFML hosted locally on Server 2 is interpreted and displayed
correctly.
- I have updated my vhosts file and when I type in the address to the alias
I can access all content with the exception of the CF templates. Graphics,
flash movies, etc all open and display properly without error but any CF
file I select returns a CF generated 'File Not Found'.

I've Googled this already but can't find an solution that works for me ...

If someone could point me in the right direction of user//security
rights/service settings I would be most appreciative!

Thanks.

A.J.




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