How can I configure AES so that it uses the correct URL in the scorecards?
I have AES running on WebSphere in a virtual host setup behind an Apache reverse-proxy. Apache listens on port 80 and forwards WebSphere related requests to the WebSpere instance that is listening on port 5000.
When I get an AES scorecard by mail, the URLs contains the real hostname and the portnumber of the WebSphere virtual host port. As example, the AES Scorecard mail contains this URL: http://lsrv1234.test.nl:5000/prweb/PRServlet. What I want is that the URL points to http://as01lsrv1234.test.nl/prweb/PRServlet. In this example is lsrv1234.test.nl the real hostname and as01lsrv1234.test.nl the virtual hostname.
How can I configure AES so that it uses the correct URL in the scorecards?