RE: [cfaussie] Determine Server

2011-12-19 Thread Steve Onnis
You want to get the local ip address of the server?

 

From: Dale Fraser [mailto:d...@fraser.id.au] 
Sent: Monday, 19 December 2011 10:40 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Determine Server

 

Hi,

 

I'm setting up cloud servers via a load balancer

 

I want to test the rotation of servers through the round robin allocation of
requests over the multiple app servers.

 

Im just trying something simple by dumping HTTP_HOST

 

But that dumps the host of the balancer and not the destination server.

 

How can I determine the server that I land on

 

Regards

Dale Fraser

 

http://dale.fraser.id.au

http://cfmldocs.com

http://learncf.com

http://flexcf.com

 

-- 
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.

-- 
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.



Re: [cfaussie] Determine Server

2011-12-19 Thread christophe albrech
Hi Dale,

If you run into trouble with stuff like that, I know we have implemented
something similar here for some of our bigger clients, like dpt of defence
or ato. In our case the session itself was spread across multiple app
servers and a single DB server (I wasn't involved with that project,
though). Now we're implementing terracotta and swapping transfer with
hibernate to prepare for the even nastier load we'll get with US
departments.

Anyway, people here are pretty busy at the moment, but if you run into
problems with that stuff, feel free to send me an email and I'll shoot it
around the dev team.

Cheers,

Tof.

On Tue, Dec 20, 2011 at 3:55 AM, Steve Onnis st...@cfcentral.com.au wrote:

 You want to get the local ip address of the server?

 ** **

 *From:* Dale Fraser [mailto:d...@fraser.id.au]
 *Sent:* Monday, 19 December 2011 10:40 PM
 *To:* cfaussie@googlegroups.com
 *Subject:* [cfaussie] Determine Server

 ** **

 Hi,

 ** **

 I’m setting up cloud servers via a load balancer

 ** **

 I want to test the rotation of servers through the round robin allocation
 of requests over the multiple app servers.

 ** **

 Im just trying something simple by dumping HTTP_HOST

 ** **

 But that dumps the host of the balancer and not the destination server.***
 *

 ** **

 How can I determine the server that I land on

 ** **

 Regards

 Dale Fraser

 ** **

 http://dale.fraser.id.au

 http://cfmldocs.com

 http://learncf.com

 http://flexcf.com

 ** **

 --
 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.

 --
 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.


-- 
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.