Tagged Questions
The big-ip tag has no wiki summary.
3
votes
4answers
2k views
WCF, Metadata and BIGIP - Can I force the correct url for the WSDL items?
We have a WCF service hosted on ServerA which is a server with no-direct Internet access and has a non-Internet routable IP address.
The service is fronted by BIGIP which handles SSL encryption and ...
1
vote
1answer
933 views
How does ASP.NET MVC 3 know to put https on links even when F5 (big-ip) is handling the ssl?
On our site, we have F5's Big IP handling the SSL encrypting and decryption, and sending the request to port 80 on our server.
Since this is the first site we are doing with ASP.NET MVC, I was ...
0
votes
0answers
42 views
How to close client connection when server closed connection on F5 big ip.
I'am develop a upload service,And I use the f5 Load balance.The upload server will check the upload is correct. If server find some error in upload stream,Server should close the connection.I directly ...
0
votes
1answer
591 views
Problem with struts2 redirectAction result when using BigIP
I am using struts2 (2.1.6) and want to redirect to Action2 from Action1.
struts.xml:
<action name="Action1" class="Action1">
<result name="success" ...
0
votes
1answer
577 views
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 ...
0
votes
2answers
330 views
Can I get the response server name/ip using Apache HttpClient?
I'm using Apache HttpClient 3.x for contacting a Big IP that will then redirect my request to one of 1-N machines. We have the need to know which of the N machines actually picked up the request ...
0
votes
1answer
403 views
Reporting a WCF application's status to F5's Big IP products
In a Windows Server 2003 environment with a self hosted .Net 3.5/WCF application, how can an application report its status to a BigIP Local Traffic Manager?
Example: One of my services errors. My ...