Hi all,
Here is a tip on how to rewrite the Aware app URL (last part of the URL i.e. after AwareIM). To clarify, the default Aware IM URL is "myapp.com:8080/AwareIM/logonAdmin.html" and say I want to have a custom URL like this one: "myapp.com:8080/AwareIM/applogin" and this URL should still lead to / show the "myapp.com:8080/AwareIM/logonAdmin.html" page, I can use this plugin to achieve that. NB: This is not a redirect but a URL rewrite which means the "myapp.com:8080/AwareIM/applogin" is displayed in the address field but the page displayed is "myapp.com:8080/AwareIM/logonAdmin.html".
This can also be used with Aware IM parameters so I can for example have "myapp.com:8080/AwareIM/applogin" open up "myapp.com:8080/AwareIM/logonOp.aw?domain=MyApp&perspective=MyappVP" etc..
Here is the plugin and the plugin has extensive documentation and examples and I have tested it and works in Aware IM:
http://tuckey.org/urlrewrite/
PS: This plugin also has a lof of cool additional stuff like rewrite based on parameters (like browser, day, date etc. etc.) so If I, for example, want to have 1 login page per weekday, I can use this plugin to do that under the hood while still keeping the same public URL.