URL Rewrite in WebLogic 11g
Posted
by
A. Wilson
on Server Fault
See other posts from Server Fault
or by A. Wilson
Published on 2010-09-03T15:25:01Z
Indexed on
2013/11/10
3:58 UTC
Read the original article
Hit count: 530
I have a client running a WebLogic 11g install on a Windows Server machine who wishes to implement Apache-style mod_rewrite-like functionality to translate requests for easyurl.com to super.complicated.com/with/this/junk?here=and_more. I have scoured the Internet for advice, but all I can find are other people who are asking the same question and not getting any answer. Assuming that installing 3rd-party apps is not an option, how do I implement this in WebLogic?
To clarify, WebLogic is not running with Apache (or else I'd just use mod_rewrite).
© Server Fault or respective owner