f5

F5 load balancer & query string parameters

I'm using F5 as my load balancer and trying to pass some query string parameters to a filter on my J2EE app. It looks like F5 is somehow munging my query string parameters, though, as I can hit each node of my cluster individually with the query string parameters and everything works as expected but when I go through F5 it's as if the qu...

How to configure JBoss for SSL using F5 Load Balancer

Hi, I am having troubles configuring JBoss for a secure environment. Here's our environment: We have an F5 Loadbalancer which has our domain's wildcard certificate. I have several applications running on JBoss on a server called peanut. From within our firewall, I can run the application as http://peanut.mydomain.com:8080 From the ...

Any way to simulate F5 BIG-IP server?

We have a potential client that uses F5 BIG-IP servers for load balancing. In determining if we could cleanly integrate our product with their Load Balancers, I started looking at the API's provided by F5. The problem is, I can't run any custom code with their API's without an F5 server. Does anyone know if there is a software equival...

Ask permission on f5

I've just been listening to music in http://listen.grooveshark.com/ website and tried to refresh the page and then it gave me message "Do you really want to refresh this page?". How is this done? ...

How do I disable the F5 refresh on the browser?

Preferably using JavaScript but would like to hear other ways too ...

Detection of page refresh / F5 key in ASP.NET MVC 2

How would one go about detecting a page refresh / F5 key push on the controller handling the postback? I need to distinguish between the user pressing one of two buttons (e.g., Next, Previous) and when the F5 / page refresh occurs. My scenario is a single wizard page that has different content shown between each invocation of the user ...

Silverlight 4: F5 / refresh

Hi, I want to determine how to filter F5 or the refresh button in browser in silverlight 4.0. thank you ...

F5, HTTPS and secure connection detection

Real quick question. Configuring a new site which will be supported by a F5 load balancer that is handling the SSL certs. The site will be mixed protocol with a few secured pages but the majority of pages will be http. Now, my understanding of F5 is it strips the protocol off and all communication with the servers occurs over http:80....

Why F5 does not start a unit test in VS2008?

Hello, I have a solution with several projects and all of them are unit test projects. While I can start some tests selecting the project as the startup project and pressing F5 there are other projects that when selected as startup and pressed F5 says that a project with an ouput type of class library can not started. I've compared the...

WCF Service under loadbalancer problem

In loadbalancer (bigip/f5) environment WCF services are not working after the website is set to run under asp.net 4.0. The Javascript proxy requests are going as http instead of https under asp.net 4 which is causing “Access denied” errors in JS. the same working with no issues on previous version of asp.net. Any idea?? ...

start without debugging (F5) and start with debugging (Ctrl + F5)

Hi, I have been working on a uni C++ project. I am presently using VS2010 . It is almost the end and now I am facing a strange problem. I try to run my program in debug mode by pressing F5. It works fine. Then I try to run the program by pressing Ctrl + F5, and I get an exception at free.c (It gives an exception to vector.push_back)....