Awesome.. I had some trouble understanding the documentation at the Jakarta site as well.
So far I've been successful using http://www.connecties.com/cymulacrum/tomcat5/book1.html and it seems pretty cut and dry.. no fancy stuff. Thanks for the reply... Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 3:56 PM To: Tomcat Users List Subject: Re: RE: Connecting Apache and Tomcat SUCCESS!!!!!!!!! I made one little change and it works now. Bother jsp-examples and servlets-examples apps run. The change was adding the PROTOCOL property to the connector on port 8009 in the server.xml. I added protocol="AJP/1.3", restarted both Tomcat and Apache, and it worked!! Here's what my Connector looks like: <Connector port="8009" enableLookups="false" redirectPort="8443" debug="0" protocol="AJP/1.3" /> Thanks to all who responded. Karl > > From: <[EMAIL PROTECTED]> > Date: 2004/03/30 Tue AM 10:52:28 CST > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Subject: Re: RE: Connecting Apache and Tomcat > > That's one I tried already. That setup is the one that gave me the 503 Service Not Available error. > > I will post the logs from Apache and Tomcat when I get a chance. Maybe that will help. > > Karl > > > > > From: "Dale, Matt" <[EMAIL PROTECTED]> > > Date: 2004/03/30 Tue AM 10:30:34 CST > > To: "Tomcat Users List" <[EMAIL PROTECTED]> > > Subject: RE: Connecting Apache and Tomcat > > > > Try this one > > > > http://www.connecties.com/cymulacrum/tomcat5/book1.html > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 30 March 2004 17:26 > > To: [EMAIL PROTECTED] > > Subject: Connecting Apache and Tomcat > > > > > > Someone on this planet surely has gotten this to work. I have found 4 sites with instructions, all 4 have vastly different instructions, and none of them work, at least on my system. > > > > I am running Fedora Core 1, Apache 2.0.47 and Tomcat 5.0.19. I've tried a pre-compiled connector. I've tried compiling it myself. Nothing works. > > > > The last setup I tried was the instruction found at www.greenfieldresearch.ca/technical/jk2_config.html. > > > > Those also seemed to be the simplest instructions. I have gotten different errors, but this setup from the site above gives me an error about a possible misconfiguration. Other setups have given me a 503 Service Unavailable error. > > > > My files are exactly as suggested on the site above. Any suggestions or ideas are welcome. > > > > Thanks, > > Karl > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
