Hi John, Sorry about the etiquette. You get to feeling a bit desparate when the documentation overwhelms you with its volume and ineffectiveness. I found it difficult to test because I only have one Linux box and the 4.1.12 replaces the 4.0.4 in the /var/tomcat4 directory. I should have zipped up the whole thing in hindsight, but for me to maintain a standard install I was going to have to endure this day of hell trying to get the thing to work. Gurus may not have a problem but this is my second install of httpd+tomcat and the first took 5 days to get working.
My install of Apache 2 is in /usr/local/apache2 I managed to build for jakarta-tomcat-connectors webapp. But I think I need to build in the jk directory, there is no .configure file there ( as there should be according to the aphowto )and it seems to have an ant build process. The documentation does not mention this at all. There is also no mod_jk.conf-auto file. so is it an ant build for jk now? Is there documentation on how it is done. Thanks David -----Original Message----- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: 26 September 2002 14:45 To: 'Tomcat Users List' Subject: RE: Urgent, no website until Apache 2.0.42 works with Tomcat 4.1.12 First, putting "urgent" in the subject line isn't good etiquette. Second, test first before deploying. Third, a mod_jk.so compiled for Apache 1.3 will not work with Apache 2.0. Fourth, apxs is always in the Apache bin directory. On a *nix box it would be something like /usr/local/apache/bin/apxs. If it's not there, your install of Apache is screwed up. John > -----Original Message----- > From: David Wynter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 9:40 AM > To: 'Tomcat Users List' > Subject: Urgent, no website until Apache 2.0.42 works with > Tomcat 4.1.12 > > > I replaced Tomcat 4.0.4 and httpd 1.3.23 becuase it had > IllegalStateException problems. Now my website is off line as > the install of > Apache 2.0.42 with Tomcat 4.1.12 does not work. > > I used my original workers.properties. I added "LoadModule jk_module > modules/mod_jk.so" to httpd.conf. The server.xml already has > a section for > the 8009 port connector. I copied my mod_jk.so from my old > Apache 1.3.23 > modules directory to the new /usr/local/apache2/modules directory. > Separately I built the jakarta-tomcat-connectors-4.1.12 from > source but the > system could not find apxs. I looked for somewhere to > download apxs and > could not find it. > > I read an email on the list that said the mod_jk works with > the new coyote > conenctor stuff. But it does not seem to do so for me. > > Also whenever I "service stop tomcat4" I get a > "java.net.ConnectException: > Connection refused" stack trace. > > Not sure what to do next, any ideas? > > Thanks > > David Wynter > > roamware Ltd. > (+44) (0) 208 922 7539 B. > (+44) (0) 7879 605 706 M. > [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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
