"Fredrik H��rd" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I've been working with Tomcat for a while and just migrated my webapps to > my Debian box. Since I'm, already running Apache I thought it a good idea > to use Apache as a proxy for Tomcat, and for simplicity I settled for the > solution specified at this address: > > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/proxy-howto.html > > However, when trying this solution I get a ClassNotFoundException (from > catalina.out): > > Catalina.start: java.lang.ClassNotFoundException: > org.apache.catalina.connector.http.HttpConnector > > Furthermore, when reading up on Tomcat documentation, > org.apache.catalina.connector.http does no longer seem to exist in Tomcat > 5. I tried googling for the exception and for Tomcat 5 and mod_proxy, but > ended up with nothing useful. > > So, is the documentation out of synch and I should use JK2, or did I miss > something?
The documentation is out of synch (It's really talking about Tomcat 4.0.x). To use mod_proxy (or any other proxy server) just set up a normal HTTP/1.1 Connector in Tomcat. Also, the 'proxyName' and 'proxyPort' attributes are unnecessary in Tomcat 5 as well. > > If I have to use JK, can you point me to a good reference source, the link > in the Tomcat docs seem broken - at least I end up at the Jakarta binary > distributions. > > Fredrik > -- > fredrik at haard dot se > > /~\ > \ / Join the ASCII ribbon > x campaign against HTML email > / \ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
