You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raffaele Viola <ra...@gmail.com> on 2006/09/21 09:05:33 UTC

use mod_jk

Hi all,

I Apache web server with Tomcat and mod_jk.
The row

JkMount /MyApp/* worker1

in the httpd.conf file is it enought to allow the loading of all the web
application from Apache?

Thanks
Raffo

Re: use mod_jk

Posted by Raffaele Viola <ra...@gmail.com>.
If I write

JkMount /MyApp/* worker1

can I load all the page contained in the directory $CATALINA_HOME/webapps/
MyApp/
 or I have a row for every directories?
for example:

JkMount /MyApp/dir1/* worker1
JkMount /MyApp/dir2/* worker1

thanks
Raffo

On 9/21/06, Santosh Puranshettiwar <sa...@wirkle.com> wrote:
>
> Sorry I didn't get you question well but see if this helps.
>
> http://tomcat.apache.org/tomcat-3.2-doc/tomcat-apache-howto.html#adapter_jk_vs_js
>
> Santosh.
> Raffaele Viola wrote:
> > Hi all,
> >
> > I Apache web server with Tomcat and mod_jk.
> > The row
> >
> > JkMount /MyApp/* worker1
> >
> > in the httpd.conf file is it enought to allow the loading of all the web
> > application from Apache?
> >
> > Thanks
> > Raffo
> >
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: use mod_jk

Posted by Santosh Puranshettiwar <sa...@wirkle.com>.
Sorry I didn't get you question well but see if this helps.
http://tomcat.apache.org/tomcat-3.2-doc/tomcat-apache-howto.html#adapter_jk_vs_js

Santosh.
Raffaele Viola wrote:
> Hi all,
>
> I Apache web server with Tomcat and mod_jk.
> The row
>
> JkMount /MyApp/* worker1
>
> in the httpd.conf file is it enought to allow the loading of all the web
> application from Apache?
>
> Thanks
> Raffo
>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org