Sure, you deploy roller on Tomcat, Jetty or on any other Servlet Container or even on application server like Geronimo or Glassfish. When tomcat is running on port 8080, you permit only localhost access to localports (8009 for jk is needed, 8080 is for browser) and leave open apache2 port 80 for end users. Then you set up apache2 jk connector to connect to tomcat. And then as I wrote in previous post, you setup RedirectMatch in your apache's enabled site virutal host.
Here is Quick HowTo for jk connector for tomcat for impatient http://tomcat.apache.org/connectors-doc/generic_howto/quick.html Personaly I use RedirectMatch for my domain so its redirected to Frontpage with summary, but you can redirect it for one single blog. Roller is multiuser advanced blogging solution. For single user I would use wordpress. 2007/11/13, Rocco Scappatura <[EMAIL PROTECTED]>: > > but Im using Tomcat 5.5.. This is my big clue!! > > rocsca >
