Hi all when i tried to get the requested url on some page on myapp.com i get something like : http://127.0.0.1:8084/myapp/mypage
and it was expected to be: http://myapp.com/mypage
i think that this is because Apache acts as a Mediator between the tomcat and the user requests/responses
any ideas guys why such behaviour occurs, and how to fix it ? thanks