On Mon, 23 Sep 2002, Turner, John wrote: > Yes, you need to copy the mod_jk.conf to the Apache box each time > Tomcat is started. [ ... ]
I don't think this is quite true -- I'd say it only needs to be copied if the Tomcat configuration changes -- and that's represented by server.xml, the directories under webapps, and perhaps some other things. But if those are in a steady state, there shouldn't need to be any changes to the mod_jk conf -- and I'd even remove (or comment out) the Listener lines in server.xml that are creating it. So, it depends on what kind of environment the person is working in -- production, where things change rarely, or development, where things may change much more often. > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, September 22, 2002 7:56 PM > > To: [EMAIL PROTECTED] > > Subject: where to put mod_jk.conf > > > > > > Hi all. > > Tomcat is generating > > /usr/local/jakarta-tomcat-4.0.4/conf/auto/mod_jk.conf > > everytime I start > > Tomcat on BoxAAA. Apache is intentionally disabled on this box . > > In BoxBBB , Apache2 is enable and its httpd.conf modified to "Include > > /usr/local/tomcat4/conf/auto/mod_jk.conf" , do I need to copy > > the .conf > > file from BoxAAA to BoxBBB everytime Tomcat creates a new one ??? > > Do I assume right that mod_jk.so is stays with Apache and > > does not need > > to be refreshed ??? > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > Milt Epstein Research Programmer Integration and Software Engineering (ISE) Campus Information Technologies and Educational Services (CITES) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
