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 PROTECT
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 enough