RE: Need help with connectors

2003-12-12 Thread Yansheng Lin
I am assuming you downloaded apache, tomcat, and mod_jk_2.X.X.dll Try: 1) rename mod_jk_2.X.X.dll to mod_jk2.dll, and place it under $APACHE_HOME/modules/ 2) In apache httpd.conf # Using mod_jk2.dll to redirect dynamic calls to Tomcat

RE: Need help with connectors

2003-12-12 Thread Asif Chowdhary
protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler / -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 5:33 PM To: 'Tomcat Users List' Subject: RE: Need help with connectors I am assuming you downloaded apache

RE: Need help with connectors

2003-12-12 Thread Yansheng Lin
PM To: Tomcat Users List Subject: RE: Need help with connectors This should solve your problem httpd.conf: just one single row like this: LoadModule jk2_module modules/mod_jk2-2.0.43.dll Then I added a worker2.properties in Apache/conf/ like this: [logger] level=DEBUG file=c:/programme/apache

RE: Need help with connectors

2003-12-12 Thread Asif Chowdhary
YES the default port is 8009. It should be 8009 in server.xml file as well -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 6:02 PM To: 'Tomcat Users List' Subject: RE: Need help with connectors Just one quick question(I am just playing

Re: Need help building connectors for Apache 2.0.40 and Tomcat4.0.6 on RedHat 8.0

2003-02-13 Thread Andy Richards
i used this as a guide http://www.pubbitch.org/jboss/ On Thu, 2003-02-13 at 16:49, Michael Harrison wrote: Hello, I'm setting up a web server for a not-for-profit. We set up it with Red Hat 8.0, and we happily installed Apache 2.0.40 from the RPM on the install media. Later, I downloaded

RE: Need help building connectors for Apache 2.0.40 and Tomcat 4.0.6 on RedHat 8.0

2003-02-13 Thread Turner, John
I'm not sure what is included in the Apache RPM, but you will probably need the following: - Connector source, preferably for JK (lots more support and help available, though JK2 is in active development) Then, you can build the connectors by: cd

Re: Need help building connectors for Apache 2.0.40 and Tomcat4.0.6 on RedHat 8.0

2003-02-13 Thread Jake Robb
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, February 13, 2003 11:58 AM Subject: Re: Need help building connectors for Apache 2.0.40 and Tomcat4.0.6 on RedHat 8.0 i used this as a guide http://www.pubbitch.org/jboss/ On Thu, 2003-02-13 at 16:49, Michael Harrison wrote