Jump to content
We've recently updated our Privacy Statement, available here ×

jasper.test.com/serverpro redirects to localhost instead of request url


kry_1

Recommended Posts

I'm trying to configure haproxy for my jasper server.  The problem is that jasper.test.com/jasperserver-pro redirects to the internal server url and not the url specified in the haproxy.cfg.

 

My haproxy settings

frontend ws_frontend_443    bind :443 ssl crt /var/haproxy/test_fo.crt    option http-server-close    option forwardfor    acl jaspertest_av_acl hdr(host) -i jasper.test.com    use_backend jaspertest_backend if jaspertest_av_aclbackend test_backend    #http-send-name-header Host    option httpchk    cookie farmID insert #assign a farmID coockie to each client    option httpclose    option httpchk    option forwardfor    server localhost localhost:8080 check[/code]

I've also changed deploy.base.local.url in js.config.properties but that didn't solve it.

 

Any help is appreciated.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...