Hi,
is it possible on WAS 6.20 to create a virtual directory in the server root that redirects to an external server?
Example.
where the mydir points to http://mysecondserver.com/test/
in other words if I would point to
http://myserver.com/mydir/image.gif
it would physically point to
http://mysecondserver.com/test/image.gif
Of course if we use a webserver in front of the J2EE this is not an issue, but what if we access the J2EE server directly?
Cheers,
Kalle
Add a comment