i mannged to install mod_jk2 on a apache1.3 but not with unix socket connection.
so the jk2.propertis has no JNI .so for the sockets. so i make the connection with TCP sockets and it works fine i followed the steps from http://www.pubbitch.org/jboss/mod_jk2.html but instead of configuring for apache 2 i used my already existing version of apache 1.3 when the build reached compiling the JNI thing for tomcat i got some errors and i skipped that part ! there is a thing in the workers2.properties # To use the TCP/IP socket instead, just comment out the above # line, and uncomment the one below channel=channel.socket:localhost:8009 it works on my server ! another thing would be to find out how to configure virtualhosts on apache 1.3 with mod jk2 cause now the example uri (/examples) from tomcat is mapped to all virtual hosts configured on the server. does anybody has a clue how you can do virtual hosts with mod_jk2 and apache 1.3 ? 10x in advance Catalin ----- Original Message ----- From: Turner, John To: 'Tomcat Users List' Sent: Thursday, September 12, 2002 2:54 PM Subject: RE: apache 1.3 and mod_jk2 I'm not aware of anyone doing so. I haven't been able to do this, after several hours of trying. I am still trying to determine if its even possible...I'm starting to think that mod_jk2 (at least, the latest version of it) is for Apache 2 only, but I don't know that for sure. John > -----Original Message----- > From: Catalin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 6:12 PM > To: Tomcat Users List > Subject: apache 1.3 and mod_jk2 > > > did somebody succeded installing > mod_jk2 on a apache 1.3 server ? > > is there any HOWTO help available for this issue ? > > 10x > > Catalin > > > -- > 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]>
