Hi,
The problem is as follows:
IE ---> Apache ---> Tomcat
This is what I write down in a web browser:
http://IP_address:port/xyz
and this is what tomcat gets:
http://host_name:port/xyz
Can someone tell me what should I change in Apache server configuration so
that it passes on to tomcat the address unchanged?
Thanks in advance.
Krzysztof L.