I don't know anything about tomcat mod_rewrite, but you don't actually
need to deploy your application at "/roller" if you don't want to. In
tomcat if you set the context of the application to empty string, "",
then it would be running at http://localhost/
-- Allen
Ruslan Valiyev wrote:
Hi all.
I just installed Roller 3.0 on my Solaris 10 server with Tomcat 5.5.
I have my blog at http://localhost/roller
Question: how do I make Tomcat "mod_rewrite" the URL to
http://localhost ?
Thank you in advance.