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 http://easyurl.com to http://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?
Edit: Now that I think about it, this question probably belongs on Server Fault. I'll move it there.
Further edit: http://serverfault.com/questions/177795/url-rewrite-in-weblogic-11g is the Server Fault link.