On 26 Jun 2002, Keith Pemberton wrote: > Ah, ok, sorry misread your last email. The directives that I have in > httpd.conf are the stardard ones found in the server.xml file. I > changed the default localhost:8008 to www.mydomainame.net:8008 since > that is what I have in my httpd.conf. Under the WebAppDeploy for the > examples I have /examples/ instead of /examples but I have tried both > ways and the same result happens each time. Any more assistance is > greatly appreciated. Maybe I will just go back to struggling with > mod_jk, though. We'll see....
Well, I'm not sure mod_jk will be any different. And is this any more than a minor aesthetic issue? FWIW, here's something a bit weird, I tried this on a machine where I have web_app and tomcat 4.0.3 set up, the first time I tried /examples, I got a 404 Not Found error. Then I tried /examples/ and it worked, I got the directory listing of that directory. Then I tried /examples again, and it kept working, adding the trailing / itself! When I try it to tomcat standalone, it works both ways. > On Wed, 2002-06-26 at 22:53, Milt Epstein wrote: > > On 26 Jun 2002, Keith Pemberton wrote: > > > > > I'm using mod_webapp as my connector to Apache 1.3.22 under Redhat 7.2. > > > I have attached my server.xml file. Could you clarify a little on the > > > connection directories part? Thanks! > > > > Not sure the server.xml is relevant here. By "connector directives" > > (not "connection directories"), I mean what you put in Apache's > > httpd.conf file to tell it what to forward to Tomcat. (It may be in a > > different file, and included in httpd.conf via an "Include" > > directive.) Although if you're using mod_webapp, you probably have > > some WebAppDeploy directives, and I think there's a standard format > > for them, not sure you can control things down to the level of > > "/examples/" vs. "/examples". (With JkMount, you might be able to.) > > > > > > > > On Wed, 2002-06-26 at 22:42, Milt Epstein wrote: > > > > On 26 Jun 2002, Keith Pemberton wrote: > > > > > > > > > Ok, this is bugging me that one has to type /examples/ instead of > > > > > /examples in order for apache to send the command on to Tomcat. Does > > > > > anyone know how to correct this if it can be corrected? Thanks in > > > > > advance! > > > > > > > > Which connector are you using and what do your connector config > > > > directives look like? > > > > > > > > Milt Epstein > > > > Research Programmer > > > > Systems and Technology Services (STS) > > > > Campus Information Technologies and Educational Services (CITES) > > > > University of Illinois at Urbana-Champaign (UIUC) > > > > [EMAIL PROTECTED] > > > > Milt Epstein > > Research Programmer > > Systems and Technology Services (STS) > > 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]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > Milt Epstein Research Programmer Systems and Technology Services (STS) 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]>
