John, You can use httpd's mod_rewrite to modify the URL without the ending "/' and append it. The mod_rewrite module uses regular expressions and is fairly easy to learn and extremely powerful. I haven't actually done this, but am positive that sequenec will matter. i.e. mod_rewrite processing before mod_jk processing.
Mark Aufdencamp [EMAIL PROTECTED] > -------- Original Message -------- > Subject: Apache httpd and Geronimo-Tomcat Integration > From: John <[EMAIL PROTECTED]> > Date: Sun, April 20, 2008 5:45 pm > To: [email protected] > > > Hi, > > I followed the documentation to integrate both Apache httpd and > Geronimo/Tomcat 2.1 - the documentation was great. However, the last > section that discusses appending the "/" to the end of the request so > that Tomcat Connector module can it is frustrating. > > Is there a change, or set of changes, that I can make that will make > this unnecessary? > > Thanks, > John
