What I want:

1)       To have apache responsible for running all my static (html) pages
from my /www directory.

2)       To have tomcat responsible for running all my web applications
(jsp's and Servlets) from my ./tomcat/webapps directory.

3)       To be able to deploy from my local client using ant and the manager
that is part of tomcat, all without rebooting.

 

I have read the tomcat docs on mod_jk connector configuration and worker
properties, as well as various articals I have found with google, but I
still don't completely get it. Actually I don't get it at all. 

 

My questions are these:

1)       I am using the autoconfig file .../tomcat/conf/auto/mod_jk.conf.
When is this file created? And where does it get its information for JkMount
entries?

2)       When I deploy an application using ant and tomcat manager, is it
possible to update this information (mod_jk.conf) without rebooting my
servers.

 

Harry

Reply via email to