Hello,
I run Roller on Tomcat5.5. The web pages are served by Apache 2. Apache2
and Tomcat interacts trhough mod_jk.
In Apache 2 I ve defined an Alias so that static pages are forwared
directly by Apache2 (avoiding to forward a request to Tomcat):
Alias /roller "C:/Tomcat/webapps/roller"
So I access to the weblog through an URL similar to:
http://hostaname.domain/roller/weblog
I can't figure out how I could do so that I can access to the blog trough
an URLlike this:
- http://blog.domain
I know that it is a Apache 2 matter.. but I someone experienced with a
similar issue..
rocsca