Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Client makes request to web server using VIP over port 80. Load balancer forwards request to web server on port 9000. Web server receives request from client (via LB) on port 9000.Web server makes request to App server via port 8080.App Server resp...
Looking to help out a developer here. Right now all pages http://pyxis.constellation.com:80/* go to a single page http://pyxis.constellation.com:8046/. We want to rewrite the URL changing the port so that http://pyxis.constellation.com:80/whatever go...
Looking to help out a developer here.Right now all pages http://pyxis.constellation.com:80/* go to a single page http://pyxis.constellation.com:8046/. We want to rewrite the URL changing the port so that http://pyxis.constellation.com:80/whatever goe...
Here is an example:He wants it so that if I go to http://pyxis.constellation.com:80/apdet.html that it will redirect to http://pyxis.constellation.com:8046/apdet.html Or if I go to http://pyxis.constellation.com:80/apscript.html it will then go to ht...