If you are referring to Tomcat 3.3's auto generated mod_jk.conf, see the forwardAll and noRoot attributes for the ApacheConfig module at:
<http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverxml.html#ApacheConfig> Cheers, Larry > -----Original Message----- > From: Joe Emenaker [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 3:07 AM > To: Tomcat Users List > Subject: Re: Errors using warp connector > > > This brings me to the problem I'm currently having. When I > make a webapp > in Tomcat and define a ROOT context, it doesn't put any DocumentRoot > statement in the auto-generated mod_jk.conf. > > Basically, I'm trying to be able to do all configuration for a virtual > host with an AutoWebApp entry in Tomcat's server.xml. I want > everything > Apache needs (DocumentRoot, JkMounts, the "deny" entries for > WEB-INF.... > everything) to be autogenerated by Tomcat. > > Does anyone know of a way to make it do this? > > ----- Original Message ----- > From: "Emerson" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, January 29, 2002 12:55 PM > Subject: Re: Errors using warp connector > > > Why don't you just use mod_jk.so > you have just to put one line in http.conf, the file with > contexts conf. > is > generated automaticly by tomcat (i think till version 3.2.4) > > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
