Re: Strange problem with Apache2/Tomcat4 part II

2004-08-02 Thread Harold Pritchett
Harold Pritchett wrote: OK, i gave up on the mod_jk version 1.2 connector. I downloaded the version 2 connector and built it with: Thnaks to everyone here, I got it to work. I ended up downloading the mod_JK2 source, built it (after editing the makefile to add in all the missing libs) and

RE: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Cox, Charlie
Have you enabled the Connector in server.xml for port 8009? -Original Message- From: Harold Pritchett [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 8:27 PM To: Tomcat Users List Subject: Strange problem with Apache2/Tomcat4 Help! I'm trying to install Apache HTTPD

RE: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-30 Thread Ernesto Echeverría
:/examples/*] Etc? José Ernesto Echeverría [EMAIL PROTECTED] Tel. (503)8859011 -Original Message- From: Harold Pritchett [mailto:[EMAIL PROTECTED] Sent: Jueves, 29 de Julio de 2004 06:56 p.m. To: Tomcat Users List Subject: Re: [tomcat] Strange problem with Apache2/Tomcat4 Ernesto

Re: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Harold Pritchett
Cox, Charlie wrote: Have you enabled the Connector in server.xml for port 8009? I think so... I'm using the mod_jk connector version 1.2.5 and NOT version 2. Here's my workers.properties and server.xml files... workers.properties worker.list=ajp13 worker.ajp13.port=8009

Strange problem with Apache2/Tomcat4 part II

2004-07-30 Thread Harold Pritchett
OK, i gave up on the mod_jk version 1.2 connector. I downloaded the version 2 connector and built it with: ./configure --with-apxs2=/usr/local/apache2/bin/apxs \ --with-tomcat-41=/usr/local/tomcat \ --with-java-home=/usr/lib/java \ --with-jni Installed jkjni.so and mod_jk2.so in

Re: Strange problem with Apache2/Tomcat4 part II

2004-07-30 Thread Mark Eggers
I think that this has been discussed on the list before. You might want to check the archives. If I remember correctly, this happens on a Redhat 9 system where the SSL libraries have been installed via RPMs. Before running your configure commmand, setting an environment variable via the

Strange problem with Apache2/Tomcat4

2004-07-29 Thread Harold Pritchett
Help! I'm trying to install Apache HTTPD and Jakarta Tomcat and get them to play nice together. I've done this before with different releases of the software, so I can't figure out what I'm doing wrong. First, the releases of the software I'm using: SuSE Linux Standard Server 8, done as a basic

RE: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-29 Thread Ernesto Echeverría
Echeverría [EMAIL PROTECTED] Tel. (503)8859011 -Original Message- From: Harold Pritchett [mailto:[EMAIL PROTECTED] Sent: Jueves, 29 de Julio de 2004 06:27 p.m. To: Tomcat Users List Subject: [tomcat] Strange problem with Apache2/Tomcat4 Help! I'm trying to install Apache HTTPD

Re: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-29 Thread Harold Pritchett
Ernesto Echeverría wrote: I'm having problems with mod_jk myself. Haven't gone thru all your steps, however I'd try to establish whether the problem is related to mod_jk or incorrect settings of tomcat. Have you tried accessing the same pages with the tomcat default port 8080 instead of going thru