Re: Distributive Mode

2014-10-20 Thread brad f
Thanks so much! I really appreciate all the feedback and information from everyone. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Distributive Mode

2014-10-17 Thread brad f
Looking for help. We currently run CF9 on windows and run it in distributive mode. I set this up by installing coldfusion on one server(using JRUN to run multiple instances), setup a cluster.. then copy the wsconfig.jar file to the IIS web server, install the JRE on web server then run the

Re: Distributive Mode

2014-10-17 Thread brad f
Distributive mode allowed us to have three servers on three separated tiers. Presentation, Application and Database. Presentation never talking to DB. To me it doesn't seem a good idea to run IIS and Coldfusion on the same server. There is already a load balancer(reverse proxy) in front of the

Re: Distributive Mode

2014-10-17 Thread brad f
For better security...piece of mind, I prefer to have my web servers physically separated from my database servers and distributed mode lets me do this. I finally did find a good article https://wikidocs.adobe.com/wiki/display/coldfusionen/WebSocket+Enhancements that describes exactly what I

httponly and cookie-secure

2014-05-19 Thread brad f
Not sure what I am missing here. We are running Coldfusion 9.0.2 in a clustered environment. I added the -Dcoldfusion.sessioncookie.httponly=true to the jvm.config file. I restart the coldfusion instances. Run an application scan and it still says the y are not httponly (also check using

Coldfusion in distributed mode with multiple subnets on host

2013-08-05 Thread brad f
I am running coldfusion 9 in distributed mode(web server and CF on different servers). I have three web servers and three coldfusion servers running in a clustered environment. The problem is that I can never get the cluster setup or the web servers to see the cluster unless I disable the

Re: Coldfusion in distributed mode with multiple subnets on host

2013-08-05 Thread brad f
Thanks for all the replies.. Changing the order of the nics was all I had to do. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

CFHTTP in Distributed Mode

2012-05-21 Thread brad f
Have a problem with using an cfhttp get command while running in distributed mode. I have one test lab setup running coldfusion and iis on the same box and the cfhttp get command works great. The other is running in distributed mode (web and cf on different servers) and it fails every time

Re: CFHTTP in Distributed Mode

2012-05-21 Thread brad f
What does the URL look like? If you're using the address as if it is on the webserver, make sure the CFHTTP url is pointing to the web server, Phil Well, after some more troubleshooting.. realized that the CFHTTP Get was trying to access the URL from the Coldfusion box and not the web box..

Re: CFHTTP in Distributed Mode

2012-05-21 Thread brad f
Well, after some more troubleshooting.. realized that the CFHTTP Get was trying to access the URL from the Coldfusion box and not the web box.. had to add the Proxy statements to the CFHTTP command in order for the outside url to be accessible from the CF applicatin box (had no public access

Cluster not sending request to second server

2012-03-12 Thread brad f
I have two Windows 2008 R2 boxes, one running 4 CF instances and the other running two. I have created a cluster with all six instances. My problem is that Coldfusion never sends request to the second server. I had this running for many years on 2003 servers but for some reason i cannot get

Re: Cluster not sending request to second server

2012-03-12 Thread brad f
Do you have a port filter on the network? On Mar 12, 2012 10:49 AM, brad f b...@ciswired.com wrote: No port filter and local os firewall disabled. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Cluster not sending request to second server

2012-03-12 Thread brad f
Do you have a port filter on the network? On Mar 12, 2012 10:49 AM, brad f b...@ciswired.com wrote: no port filter and local os firewall is disabled. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

Re: Cluster not sending request to second server

2012-03-12 Thread brad f
ok.. Thanks for all the quick replies but i have figured it out after doing a netstat and seeing the other server was connecting on the wrong subnet.. i disabled the other NIC and restarted CF services.. then re-enabled the other nic and we are good to go. Thanks again for all the responses

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
Have a question in regards to setting up distributed mode. We have ran in distributed mode for years with CF7 and windows 2000. We are in the process of upgrading to CF9 and Windows 2008. The problem I am having is the we used to be able to have all of our code on a fileserver and point

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
Is the new ColdFusion instance running as a user that has permission to read from the share? ~Mahcsig I have actually found the necessary info. 1. You need to have Interact with Desktop checked under services LogOn info. 2. Reason for CFM code to be stored on App box is purely for speed.

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
I have found the answers to my questions 1. Need to have Interact with Desktop checked under the service LogOn tab. 2. Code resides on app box strictly for speed. ~| Want to reach the ColdFusion community with something they

Re: ColdFusion Distributed Mode

2010-04-08 Thread brad f
Now I know in the documentation it says this is the way you have to set it up.. but I guess my two questions are 1. Why did it work before with the code only being in one place? I don't know. Maybe it was able to resolve to a remote share where the files actually are? 2. Why

ColdFusion Distributed Mode

2010-04-07 Thread brad f
Have a question in regards to setting up distributed mode. We have ran in distributed mode for years with CF7 and windows 2000. We are in the process of upgrading to CF9 and Windows 2008. The problem I am having is the we used to be able to have all of our code on a fileserver and point IIS to

ColdFusion Distributed Mode

2010-04-07 Thread brad f
Have a question in regards to setting up distributed mode. We have ran in distributed mode for years with CF7 and windows 2000. We are in the process of upgrading to CF9 and Windows 2008. The problem I am having is the we used to be able to have all of our code on a fileserver and point IIS to

Re: trouble with cluster

2006-04-10 Thread brad f
, or through JRun and copying the cfusion WAR? :D On 4/9/06, brad f [EMAIL PROTECTED] wrote: Has anyone had any trouble with having more than one instance in your coldfusion cluster? With one, everything works great. Start another and it seems that cf cannot assign a session id. Thanks

Re: trouble with cluster

2006-04-10 Thread brad f
, or through JRun and copying the cfusion WAR? :D On 4/9/06, brad f [EMAIL PROTECTED] wrote: Has anyone had any trouble with having more than one instance in your coldfusion cluster? With one, everything works great. Start another and it seems that cf cannot assign a session id. Thanks. I am

Re: trouble with cluster

2006-04-10 Thread brad f
I have checked the JNDI ports and they are the same. I am creating the cluster through CF admin. Thanks ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237335 Archives:

Re: trouble with cluster

2006-04-10 Thread brad f
On 4/9/06, brad f [EMAIL PROTECTED] wrote: Has anyone had any trouble with having more than one instance in your coldfusion cluster? With one, everything works great. Start another and it seems that cf cannot assign a session id. Thanks. Have checked the JNDI ports and they are different. I

Re: trouble with cluster

2006-04-10 Thread brad f
I know, I know, it's an EAR, not a WAR... that's what you were gonna say, right? hehe. Was the cluster working before you added the instance? :D On 4/10/06, brad f [EMAIL PROTECTED] wrote: I had a great working cluster and had to rebuild it. Now everytime I start a second instance it gives me

trouble with cluster

2006-04-09 Thread brad f
Has anyone had any trouble with having more than one instance in your coldfusion cluster? With one, everything works great. Start another and it seems that cf cannot assign a session id. Thanks. ~| Message:

Sessions timing out incorrectly

2006-02-15 Thread brad f
I am having a the occasional problem with session timeouts.. We have it setup in CF to timeout sessions after 1 hr of idle time. For some reason we are now, sometimes, having a problem with people being logged out after 3 or 4 minutes. The only solution is to restart the IIS services on the web

CF Servers restarting

2005-12-23 Thread brad f
We are having a problem with all four instances of our ColdFusion servers restarting every 1-2 hours. The following error is displayed in the log. An unexpected exception has been detected in native code outside the VM. Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc005) occurred at

Re: CF locking program?

2005-11-15 Thread brad f
Here is my delima. Our application used to call a com object via an . asp page. Now we have rewritten it to call the object via a .cfm page. The program takes information submitted online and makes a text file that is then sent to 1 of 6 report servers to produce the information via an

CF locking program?

2005-11-13 Thread brad f
Here is my delima. Our application used to call a com object via an .asp page. Now we have rewritten it to call the object via a .cfm page. The program takes information submitted online and makes a text file that is then sent to 1 of 6 report servers to produce the information via an online

JDBC connection error

2005-09-29 Thread brad f
I am receiving the following error on two instances of coldfusion on one particular server. This machine operates with another in a coldfusion cluster. The two CF instances on the other box(which is setup exactly the same) does not give this error. The data sources connect fine in all