>Nobody is making you run IIS6 on windows... We are also fully windows right >now and are running the configuration I've described. Apache runs very >happily on windows and arguably better then IIS. Unless you need any IIS >specific features (ASP, Integrated Auth) which Apache might not be able to >provide, you should give it a try. > >You do not need to set up any sort of network drive mappings. UNC paths >work just fine in Apache, as long as both Apache and Jrun are running as >users that have proper access to the shares (and the file permissions to >have the access to the files). > >I'm not sure if you can do it in IIS, but UNC paths work just fine in >Apache, with no need to mess with the jrun-web.xml. > >Russ
Yes but are you running the JRUN Connector?? Per the article I referred to in a previous post it said you can not use the JRun connector when hardware load balancing. As it will try to load balance even after the Radware picks the JRUN/CFMX server to process the request. JRun cannot use a UNC path in the jrun-web.xml it parses out the \\ to a \ basically killing the unc share. We are proxying .cfm requests to the CFMX server on port 8101. The JRun connector polls all the servers it can see and makes the servers aware of all the other Jrun's. We don't want that to happen ideally we want the Radware to be in full control. We do need integrated Auth as we also run intranet apps as well as Dotcom. Intranet apps require Domain user permissions ~Eric ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:10/messageid:6026 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
