> Nikola,
> Thanks for the virtualHost file it has helped a great deal.

Glad to have helped.

> One more question.
> 
> I've had this working on 3.x using ContextManager but is it still possible
> on tomcat 4.x
> 
> eg.
>    http://www.blablah.com:8080/index.jsp    which serves up a jsp page
> however I need this to be done on apache (2.x)
>     http://www.blablah.com/index.jsp
> Apache deals with the image files and tomcat deals with jsp/servlets. I;ve
> used a root context for each virtual host before but is it possible in 4.x
> ??

For separating Active from Static content, you'll need either mod_jk or mod_jk2, since 
mod_webapp serves the entire webapp context. And you'll also need Ant to deploy it, if 
you have separate document trees in Tomcat and Apache (a good choice).

Nix.


Reply via email to