There is a great iis module by helicon for railo on jetty, it runs java as
a process for each website rather than a service, which means every single
site is running an isolated instance not only of railo, but also of java.

Regards
Russ Michaels
www.michaels.me.uk
www.cfmldeveloper.com - Free CFML hosting for developers
www.cfsearch.com - CF search engine
On Feb 14, 2013 6:33 PM, "Rick Root" <rick.r...@gmail.com> wrote:

>
> What is the best practice here?  I found a site which suggested proxying
> the requests to the CF server's port number like this...
>
> <VirtualHost ... >
> # proxy requests to tomcat on port 8500
> ProxyPreserveHost on
> ProxyPassMatch ^/(.+\.cf[cm])(/.*)?$ http://localhost:8500/$1$2
> </VirtualHost>
>
> And I figure the other method would be to simply create separate instances
> of Apache, then I could use the wsconfig tool.
>
> Which method is "recommended"?
>
> Rick
>
> --
> *The beatings will continue until morale improves.*
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to