Hi, I am using JAXRS 2.5.0. I meet a problem that the UriInfo.getBaseUri or UriInfo.getRequestUri() always return localhost as the host like http://localhost:8080/hr/. The url sent from another machine is actually http://192.168.0.101/hr/session. Any configuration I missed?
Rice
