You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Joseph Dane <jd...@hotu.com> on 2000/04/05 03:01:46 UTC

all Apache requests to tomcat context

Greetings all -

Most examples in the documentation deal with mounting contexts located 
below the document root.  That is, 

ApJServMount    /examples       /root

and a corresponding

<Context path="/examples" docBase="webapps/examples" ...>

But what if I want *all* requests to go to Tomcat?  I know that in
this case I could use Tomcat's built in web server, but suppose for
some reason I wanted to still use Apache.  What configuration
directives would I supply in this case?

Also, can someone explain to me what "/root" refers to in the
ApJServMount directive above, and what

ApJServMount default    /root

means?

Thanks,

-- 

joe