Forum Moderators: phranque

Message Too Old, No Replies

using mod_jk to forward all webapps to tomcat

         

JustAUser

4:51 pm on Mar 7, 2006 (gmt 0)



Hi, i have successfully installed mod_jk to work with apache2 and tomcat 4 on solaris 9. Is there a way to forward all of the webapps in the tomcat/webapps/ folder to automatically be mounted?

currently I am using a seperate JkMount call for each webapp
i.e.
JkMount /webApp1/* worker1
JkMount /webApp2/* worker1

Thanks