You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Anthony Marino <An...@RESoftInc.com> on 2000/08/23 16:43:53 UTC

mod_jk

Is anyone using mod_jk and any opinions as to differences with that vs
mod_jserv.

Thank you,
Anthony

-----Original Message-----
From: Shu Yan Chan (UK) [mailto:shuyan.chan@eu.citrix.com]
Sent: Wednesday, August 23, 2000 5:50 AM
To: 'tomcat-user@jakarta.apache.org'
Subject: RE: Tomcat configuration


if your servlets is in the webapps/sample directory and not the
webapps/ROOT, 
then

>I am now trying to set up a new context underneath the webapps directory.
I
>have inserted the following line in tomcat.conf:
>
>	ApJServMount /sample /root  

you should add ApjServMount /sample /sample  
instead

the second /sample matches with your path="sample" below

>        <Context path="/sample" docBase="webapps/sample" debug="0"
>reloadable="t
>rue" >
>        </Context>    


Try reading the TomCat user guide and the Servlet API to get an better idea
of Context.

Yours,
Shu Yan