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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to