users@jersey.java.net
[Jersey] UriInfo_at_getBaseUri() with a load balancer
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
Next in thread
] [
Replies
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Eric Stein <
steine_at_locustec.com
>
Date
: Wed, 5 Mar 2014 17:14:56 +0000
Let's say I put a load balancer in front of my Jersey API server. So a client would call:
http://mylb.example.com/api/resources/12
which would push the call through to one of
http://server1.example.com/api/resources/12
or
http://server2.example.com/api/resources/12
When I call UriInfo#getBaseUri(), what will I see?
http://mylb.example.com/
or
http://server1.example.com/
Thanks,
Eric
This message
: [
Message body
]
Next message
:
Noah White: "[Jersey] Re: Jersey 2.7 giving up on jdk 1.6?"
Previous message
:
cowwoc: "[Jersey] Re: Jersey 2.7 giving up on jdk 1.6?"
Next in thread
:
cowwoc: "[Jersey] Re: UriInfo_at_getBaseUri() with a load balancer"
Reply
:
cowwoc: "[Jersey] Re: UriInfo_at_getBaseUri() with a load balancer"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]