I run Apache HTTP Server 2.0 and Tomcat 5.0.x to achieve the virtual hosting and the port 80->8080 redirection.
The virtual hosting is just standard httpd.conf stuff. I add a redirect so that the simple link goes straight to the blog page itself: <VirtualHost 64.253.103.116> <snip....usual virtual host stuff> RedirectMatch ^/$ http://blog.generationjava.com/roller/page/bayard/ </VirtualHost> Then just look into the Tomcat Connector stuff to hook the httpd process to the tomcat process. Looks like I'm using mod_jk2, so I'm a bit out of date there and should let you check the site instead. Hen On 12/25/05, metinex (sent by Nabble.com) <[EMAIL PROTECTED]> wrote: > > I would like to setup each blog to be a virtual domain either using Tomcat or > Apache. > > It would be great if somebody tells how it is possible. > -- > Sent from the Roller - Dev forum at Nabble.com: > http://www.nabble.com/Virtual-domain-for-each-blog-t804720c12275.html#a2092419 > >
