Thank you so very much. I knew it had to be a fairly simple method but I wasn't able to find it in the documentation.
Is it in there and I'm just blind ? Matt -----Original Message----- From: Larry Isaacs [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 1:20 PM To: 'Tomcat Users List' Cc: '[EMAIL PROTECTED]' Subject: RE: Tomcat 3.3: How can I make the mod_jk.conf-auto file have dif fere nt DirectoryIndex With the default configuration, i.e. forwardAll="true", there won't be any <Directory> blocks in the generated mod_jk.conf. If you set forwardAll="false" on the ApacheConfig entry in the server.xml, then you will get the <Directory> blocks, which will include a "DirectoryIndex" directive derived from the <welcome-file-list> in the corresponding web.xml. Cheers, Larry > -----Original Message----- > From: Soffen, Matthew [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 28, 2001 3:49 PM > To: [EMAIL PROTECTED] > Subject: Tomcat 3.3: How can I make the mod_jk.conf-auto file have > differe nt DirectoryIndex > > > I've been reading the documentation on the Jakarta Site and > I've searched > the archives to no avail. > > I have it automatically generate my include file for Apache > (/usr/sbin/dtomcat start -jkconf) > > I'm trying to change it so that when generating the > <Directory> blocks for > my servlets it would output > DirectoryIndex index.jsp index.html index.htm index.php > instead of > DirectoryIndex index.jsp index.html index.htm > > Is there any configuration parameter to do this, or is there > a way to tell > it to not generate the DirectoryIndex configuration parameter > (thus relying > DirectoryIndex in the httpd.conf file) ? > > I'm running on a RH 7.2 system using the 3.3 RPM's. > > Matt Soffen - Web Intranet Developer > http://www.iso-ne.com/ > > ============================================== > Boss - "My boss says we need some eunuch programmers." > Dilbert- "I think he means UNIX and I already know UNIX." > Boss - "Well, if the company nurse comes by, tell her I said > never mind." > - Dilbert - > ============================================== > > > -- > 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]>
