francois
11-19-2003, 01:04 PM
Hi there,
In web.xml, I know it's possible to do path mapping:
<path-mapping url-pattern="/aaa/*" real-path="C:\TEMP\"/>
So a call to myserver.com/mywebapp/aaa will redirect to c:\temp.
Is it possible to do the same but with a URL?:confused:
e.g.:
<kind-of-url-mapping url-pattern="/bbb/*" real-url="http://www.google.com" />
Thanks!
Frank
In web.xml, I know it's possible to do path mapping:
<path-mapping url-pattern="/aaa/*" real-path="C:\TEMP\"/>
So a call to myserver.com/mywebapp/aaa will redirect to c:\temp.
Is it possible to do the same but with a URL?:confused:
e.g.:
<kind-of-url-mapping url-pattern="/bbb/*" real-url="http://www.google.com" />
Thanks!
Frank