How do I see my application without needing to append the listener port to host?
Shouldn't it be redirected based on the web-module context-root defined in the loadbalancer.xml?
The value is correct so say if I have a web-module context-root="/myApp"
I would suspect hitting the server
http://myServer/myApp would propagate the request to one of the instances in the cluster.
What I need to do is actually
http://myServer:<SSL Listener Port>/myApp to actually get the application displayed. What is wrong here?
Thanks, S.D.
[Message sent by forum member 'samdoyle' (samdoyle)]
http://forums.java.net/jive/thread.jspa?messageID=237315