My version has the "secret sauce" option fully enabled. I am SUPER COMPILER. LOL
John > -----Original Message----- > From: Eric L. Wittle [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 11:18 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Connector issues - jk2, 4.1.18, 2.0.44 > > > Jake, > > I had a similar problem, but with the jk2 binary I downloaded. It > wouldn't run with 2.0.44. I tried the mod_jk2.so that is on John > Turner's site, and it loaded. I don't know what he did to > build it, but > it is clearly radically different from the binary on the Jakarta site, > since the Jakarta binary is 120080 bytes and the one from his site is > 689302 bytes. > > The next challenge was navigating the jk2 documentation for > configuration files. After a few false starts, the following worked. > > In my apache conf directory, my workers2.properties file contains the > following: > > # Get rid of shm errors > [shm] > file=${serverRoot}/logs/shm.file > size=1048576 > > # Define the communication channel > [channel.socket:localhost:8009] > info=Ajp13 forwarding over socket > tomcatId=localhost:8009 > > # Map the Tomcat examples webapp to the Web server uri space > [uri:/examples/*] > info=Map the whole webapp > > In my Tomcat 4.1.18 conf directory, my jk2.properties files > contains the > folloing: > > handler.list=apr,channelSocket,request > channelSocket.port=8009 > > Hope this works for you... > > -Eric > > > > > --------------------------------------------------------------------- > 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]
