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 install

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 followin

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 /usr/local/a

Re: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Harold Pritchett
Cox, Charlie wrote: Have you enabled the 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 worker.ajp13.host=localhost worker

RE: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-30 Thread Ernesto Echeverría
[uri:/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 Er

RE: Strange problem with Apache2/Tomcat4

2004-07-30 Thread Cox, Charlie
Have you enabled the 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 tr

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

RE: [tomcat] Strange problem with Apache2/Tomcat4

2004-07-29 Thread Ernesto Echeverría
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:27 p.m. To: Tomcat Users List Subject: [tomcat] Strange problem with Apache2/Tomcat4 Help! I'm trying to inst

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: Apache2 + Tomcat4 + mod_jk2 success

2004-01-05 Thread Timothy Stone
...snip instructions... Ian, Thank you! Just want'd to pass along some notes from the field on this: 1. Works on RHL8 (psyche). 2. Config: Binary Tomcat in /usr/local/jakarta-tomcat-4.1.29 Source build of Apache 2.0.48 in /usr/local/httpd-2.0.48 # maybe not the most effective/ef

Re: Apache2 + Tomcat4 + mod_jk2 success

2004-01-05 Thread Ian harwood
Ian - Original Message - From: "Oscar Carrillo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, January 05, 2004 4:04 AM Subject: Re: Apache2 + Tomcat4 + mod_jk2 success > Thanks. Some of the steps surprised me in missing fil

Re: Apache2 + Tomcat4 + mod_jk2 success

2004-01-04 Thread Oscar Carrillo
Thanks. Some of the steps surprised me in missing files, etc. Can anyone else comment on why this would be the case? BTW, you have a reference to "/usr/local/apache2/bin/apes", which should probably be "/usr/local/apache2/bin/apxs". I'm also surprised that some of your directories say "jk", not

Apache2 + Tomcat4 + mod_jk2 success

2004-01-04 Thread Ian Harwood
Hi Having succeeded in getting jk2_mod to work thought I would document what I did My setup Linux RH9 basic setup, httpd-2.0.48 installed from source NOT RPM, tomcat-4.1.29, ant-1.5.4 The following was setup in /etc/profile JAVA_HOME="/usr/java/java" CATALINA_HOME="/usr/local/tomcat" PATH="$JAVA_HO

Re: RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

2003-11-18 Thread David Rees
David Muller wrote: 2X Intel(R) Xeon(TM) CPU 2.40GHz with hyperthreading on Downloaded binaries for Apache2.0.47 & modjk2 RH Linux 8 - Linux 2.4.18-14smp #1 SMP Wed Sep 4 12:34:47 EDT 2002 i686 i686 i386 GNU/Linux IBM JDK 1.4.1 We tried LD_KERNEL_ASSUME=2.2.5 on Sun JVM but it didn't seem to hav

Re: RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

2003-11-18 Thread Christopher Schultz
David, 2X Intel(R) Xeon(TM) CPU 2.40GHz with hyperthreading on Downloaded binaries for Apache2.0.47 & modjk2 RH Linux 8 - Linux 2.4.18-14smp #1 SMP Wed Sep 4 12:34:47 EDT 2002 i686 i686 i386 GNU/Linux Try using a single-processor kernel, turning off hyperthreading, and compiling Apache and mod_

RE: RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

2003-11-18 Thread David Muller
fect. We are now crashing instead a socket in tomcat/modjk2 which is using native code. -Dave -Original Message- From: Oscar Carrillo [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 11:03 AM To: Tomcat Users List Subject: Re: RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

Re: RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

2003-11-18 Thread Oscar Carrillo
3, David Muller wrote: > > > Hello all, Can anyone please confirm or deny rumors that moving from RH8 > > to RH9 fixes random Sig 11 crashes when an Apache2/Tomcat4/JVM1.4X app > > is loaded? > > > > We have gone through a huge matrix of heap sizes, stack

Re: RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

2003-11-18 Thread Oscar Carrillo
Have you tried setting the environment variable: LD_KERNEL_ASSUME=2.2.5? Oscar On Tue, 18 Nov 2003, David Muller wrote: > Hello all, Can anyone please confirm or deny rumors that moving from RH8 > to RH9 fixes random Sig 11 crashes when an Apache2/Tomcat4/JVM1.4X app > is loaded? >

Re: RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

2003-11-18 Thread Christopher Schultz
Dave, Can anyone please confirm or deny rumors that moving from RH8 to RH9 fixes random Sig 11 crashes when an Apache2/Tomcat4/JVM1.4X app is loaded? If it happens under load (when the CPU gets hot :) and it's always in a different place, then get another server and try again (r

RH9 fixes sig 11 with Apache2/Tomcat4/JVM1.4X/RH8??

2003-11-18 Thread David Muller
Hello all, Can anyone please confirm or deny rumors that moving from RH8 to RH9 fixes random Sig 11 crashes when an Apache2/Tomcat4/JVM1.4X app is loaded? We have gone through a huge matrix of heap sizes, stack sizes, connectors, connector settings, hyperthreading off, etc. with jvm gcverbose

RE: Apache2 / Tomcat4-1 / mod_jk2.dll / XP setup issues

2003-07-18 Thread Tricky
operties --- -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 15:59 To: 'Tomcat Users List' Subject: RE: Apache2 / Tomcat4-1 / mod_jk2.dll / XP setup issues Tricky, I got this problem a while ago. I think it has something to do with how you are startin

RE: Apache2 / Tomcat4-1 / mod_jk2.dll / XP setup issues

2003-07-18 Thread Atreya Basu
Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: Tricky [mailto:[EMAIL PROTECTED] Sent: July 18, 2003 11:36 AM To: [EMAIL PROTECTED] Subject: Apache2 / Tomcat4-1 / mod_jk2.dll / XP setup issues Hi, I emailed yesterday with my problems, I since followed the

Apache2 / Tomcat4-1 / mod_jk2.dll / XP setup issues

2003-07-18 Thread Tricky
Hi, I emailed yesterday with my problems, I since followed the tutorial provided very kindly by one of the respondents, but still no joy :( So, what I'm trying to do is to get tomcat running as an apache process. Tomcat appears to be sulking about this idea, and just won't have any of it. Its per

RE: Apache2 + Tomcat4 + ssl

2003-01-30 Thread Raible, Matt
I've put together a step-by-step howto on my site at: http://tinyurl.com/4f7a HTH, Matt > -Original Message- > From: Shufelt, Jonathan S. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 1:52 PM > To: '[EMAIL PROTECTED]' > Su

RE: Apache2 + Tomcat4 + ssl

2003-01-30 Thread Filip Hanik
http://www.pubbitch.org/jboss/mod_jk2.html -Original Message- From: Shufelt, Jonathan S. [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 12:52 PM To: [EMAIL PROTECTED] Subject: Apache2 + Tomcat4 + ssl -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I was

Apache2 + Tomcat4 + ssl

2003-01-30 Thread Shufelt, Jonathan S.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I was just wondering if anyone had knowledge with Apache2 + Tomcat4 and SSL. I have the Apache2 and the SSL working together just fine. The problem is I can't get the Apache2 to pass off to Tomcat4. If anyone had any good lin

Apache2+tomcat4+Mod_jk2+load blance ?

2002-11-20 Thread m jun
Hi, Anyone succeed to config them with loadblance ? Please give me a detail about config file. My config file: * /* workers2.properties*/ [logger] file=${serverRoot}/logs/jk2.log level=info [config:] file=${serverRoot}/conf/workers2.properties debug=0 debugEnv=0

Anyone succeed with: Apache2+tomcat4+Mod_jk2+load blance ?

2002-11-19 Thread m jun
Hi, Anyone succeed to config them with loadblance ? Please give me a detail about config file. My config file: * /* workers2.properties*/ [logger] file=${serverRoot}/logs/jk2.log level=info [config:] file=${serverRoot}/conf/workers2.properties debug=0 debugEnv=0

RE: Apache2-Tomcat4 on Solaris 7 anyone?

2002-10-31 Thread Madere, Colin
well-polished armour out there? (BTW, my platform is inflexible due to customer requirements) > : -Original Message- > : From: Madere, Colin [mailto:colin.madere@;ieminc.com] > : Sent: Thursday, October 31, 2002 3:42 PM > : To: 'Tomcat Users List' &

RE: Apache2-Tomcat4 on Solaris 7 anyone?

2002-10-31 Thread Brzezinski, Paul J
-- mailto:Paul.Brzezinski@;EDS.com Enterprise Distributed Capabilities EDS Corporation 248-265-8283 : -Original Message- : From: Madere, Colin [mailto:colin.madere@;ieminc.com] : Sent: Thursday, October 31, 2002 3:42 PM : To: 'Tomcat Users List' : Subject: Apache2-Tomcat4

Apache2-Tomcat4 on Solaris 7 anyone?

2002-10-31 Thread Madere, Colin
I'm running into tool and building problem and problem. I've got: Solaris 7 on x86 Apache2.0.43 (compiled and working) Tomcat 4.1.12-LE (working) gcc 3.2 J2SDK 1.4.1_01 all suggested Solaris 7 for x86 patches Does anyone out there have these (or similar) versions integrated and working on Solaris

RE: mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-23 Thread Robert L Sowders
Glad I could help. rls Peng Annie <[EMAIL PROTECTED]> 10/23/2002 02:17 AM Please respond to "Tomcat Users List" To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject: RE: mod_webapp for Apache2 Tomcat4 Windows2000 I ha

RE: mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-23 Thread Peng Annie
I have got the mod_jk2 working. Many thanks!! -Original Message- From: Robert L Sowders [mailto:rsowders@;usgs.gov] Sent: 23 October 2002 10:52 To: Tomcat Users List Subject: RE: mod_webapp for Apache2 Tomcat4 Windows2000 I attached it to my previous email, or you can get it from ftp

RE: mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-23 Thread Peng Annie
t: 23 October 2002 10:52 To: Tomcat Users List Subject: RE: mod_webapp for Apache2 Tomcat4 Windows2000 I attached it to my previous email, or you can get it from ftp://pokey.wr.usg.gov/pub/rsowders rls Peng Annie <[EMAIL PROTECTED]> 10/23/2002 12:42 AM Please respond to "T

RE: mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-23 Thread Robert L Sowders
cc: Subject: RE: mod_webapp for Apache2 Tomcat4 Windows2000 Yes I found mod_jk2 for Apache2 windows2000, but i could not find the installation instructions. Do you have any thing about it? Many thanks! Annie -Original Message- From: Robert L Sowders [mailto:rsowders@;usgs.gov

RE: mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-23 Thread Peng Annie
: mod_webapp for Apache2 Tomcat4 Windows2000 Mod_webapp will gave me headaches. Attached is a easy How to for using mod_jk2. rls Peng Annie <[EMAIL PROTECTED]> 10/23/2002 12:00 AM Please respond to "Tomcat Users List" To: "'[EMAIL PROTECTED]'&

Re: mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-23 Thread Robert L Sowders
c: Subject:mod_webapp for Apache2 Tomcat4 Windows2000 > Hi there, > > Where can I find mod_webapp for Apache2 Tomcat4 Windows2000? The directory > about this is empty on apache website. > > BR, > > Annie Apache2_Jk2_TC4.1.x_JSDK1.4.zip Descrip

mod_webapp for Apache2 Tomcat4 Windows2000

2002-10-22 Thread Peng Annie
> Hi there, > > Where can I find mod_webapp for Apache2 Tomcat4 Windows2000? The directory > about this is empty on apache website. > > BR, > > Annie

RE: Apache2/Tomcat4

2002-08-30 Thread Turner, John
[mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 8:31 AM > To: 'Tomcat Users List' > Subject: RE: Apache2/Tomcat4 > > > > Don't you need mod_jk2, not mod_jk, to enable in-process features? > > John > > > -Original Message- >

RE: Apache2/Tomcat4

2002-08-30 Thread Ray Madigan
Users List' Subject: RE: Apache2/Tomcat4 Don't you need mod_jk2, not mod_jk, to enable in-process features? John > -Original Message- > From: Ray Madigan [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 11:24 AM > To: Tomcat Users List > Subject: RE: Apa

RE: Apache2/Tomcat4

2002-08-30 Thread Turner, John
Don't you need mod_jk2, not mod_jk, to enable in-process features? John > -Original Message- > From: Ray Madigan [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 30, 2002 11:24 AM > To: Tomcat Users List > Subject: RE: Apache2/Tomcat4 > > > My platform

RE: Apache2/Tomcat4

2002-08-30 Thread Ray Madigan
)/logs/inprocess.stdout In tomcat/server.xml i changed the Engine to mailto:[EMAIL PROTECTED]] Sent: Thursday, August 29, 2002 5:16 AM To: 'Tomcat Users List' Subject: RE: Apache2/Tomcat4 It would be helpful if you could tell us which platform you are using, and what the log files

RE: Apache2/Tomcat4

2002-08-29 Thread Turner, John
TECTED]] > Sent: Wednesday, August 28, 2002 4:57 PM > To: Tomcat Users List > Subject: Apache2/Tomcat4 > > > I have the source for the connectors, and have built and > installed them. I > made changes to apache2/httpd.conf, copied workers.properties from the > connector s

Apache2/Tomcat4

2002-08-28 Thread Ray Madigan
I have the source for the connectors, and have built and installed them. I made changes to apache2/httpd.conf, copied workers.properties from the connector source tree and added the lines to point to the tomcat directory. I ran apache2 and am unable to handle any .jsp files. My question is: Ho

Re: Apache2 / Tomcat4

2002-08-16 Thread Graham Chapman
to Tomcat4 on Linux. I have >seen the help on Apache1.3 but the mod_jk.so file build is not >compatible with Apache2. Can anyone out there PLEASE post some links >or docs on Apache2-Tomcat4. > >Muchas Gracias > >Brian Orledge - Graham Chapman Email : [EMAIL PROTECTED]

Re: Apache2 / Tomcat4

2002-08-16 Thread sibusiso xolo
Apache2. Can anyone out there PLEASE post some links > or docs on Apache2-Tomcat4. > > Muchas Gracias > > Brian Orledge -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Apache2 / Tomcat4

2002-08-16 Thread Andrew
- > From: Brian Orledge [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 16, 2002 9:36 AM > To: [EMAIL PROTECTED] > Subject: Apache2 / Tomcat4 > > > Hello, > > Still having problems connecting Apache2 to Tomcat4 on Linux. I have > seen the help on Apa

Apache2 / Tomcat4

2002-08-16 Thread Brian Orledge
Hello, Still having problems connecting Apache2 to Tomcat4 on Linux. I have seen the help on Apache1.3 but the mod_jk.so file build is not compatible with Apache2. Can anyone out there PLEASE post some links or docs on Apache2-Tomcat4. Muchas Gracias Brian Orledge

RE: Apache2 - Tomcat4 Integration

2002-08-11 Thread Aaron Chan
[mailto:[EMAIL PROTECTED]] Sent: Friday, August 09, 2002 7:53 PM To: 'Tomcat Users List' Subject: RE: Apache2 - Tomcat4 Integration Aw, shucks. Any comments or suggestions you have towards making my HOWTO work with both apache 1.3 and apache 2.0 would be greatly appreciated. That goes for

RES: Apache2 - Tomcat4 Integration

2002-08-09 Thread Tiago Ferraz Machado
r, John [mailto:[EMAIL PROTECTED]] Enviada em: sexta-feira, 9 de agosto de 2002 8:53 Para: 'Tomcat Users List' Assunto: RE: Apache2 - Tomcat4 Integration Aw, shucks. Any comments or suggestions you have towards making my HOWTO work with both apache 1.3 and apache 2.0 would be greatly a

RE: Apache2 - Tomcat4 Integration

2002-08-09 Thread Turner, John
- From: Lou Fox [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 08, 2002 4:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Apache2 - Tomcat4 Integration Have you gotten any help on this? Last night I started on practically the same task, the only difference is that I'm

Re: Apache2 - Tomcat4 Integration

2002-08-08 Thread Lou Fox
I'll do the same for you. Good luck. - Original Message - From: "Brian Orledge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 12:06 PM Subject: Apache2 - Tomcat4 Integration > Hello, > > I have spent over 3 days

RE: Apache2-Tomcat4 over port 21

2002-07-07 Thread Kapil Sharma
Hi, But I am using tomcat 3.3.1 and there is no default web.xml file in $TOMCAT_HOME ? kapil -Original Message- From: Daniel Farinha [mailto:[EMAIL PROTECTED]] Sent: 07 July 2002 05:55 To: 'Tomcat Users List' Subject: Apache2-Tomcat4 over port 21 I've configured Virtu

Apache2-Tomcat4 over port 21

2002-07-06 Thread Daniel Farinha
I've configured Virtual Hosts as you describe under apache1.3/tc2.3 as well, and they did work ok (i.e. no crossing of context), but haven't gone around doing it with apache2/tc4 yet. If I do crack it I'll let you know. My problem now is to make apache2 in one box speak with tomcat4 in another bo

Apache2 tomcat4 virtual hosts

2002-06-13 Thread Ahmed Alawy
I am moving from apache 1.3 + tomcat 2.3 to apache2 +tomcat 4 on linux 7.1 with ssl. I am defining virtual hosts as firstHost, secondHost, etc. My configuration works fine until I try to use some of my jsp applications. My goal is to be able to type http://firstHost/myJspapp/index.jsp and the same

RE: Using Apache2 + Tomcat4 together

2002-04-15 Thread Rich
Subject: Using Apache2 + Tomcat4 together I have Apache2 up and running fine, as well as Tomcat4 (with a webapp deployed). I just want to set up so that people can access the Tomcat webapp by typing http://mywebbapp.mydomain.com rather than the very annoying http://mydomain.com:8080/mywebapp without

Using Apache2 + Tomcat4 together

2002-04-12 Thread Darrin
I have Apache2 up and running fine, as well as Tomcat4 (with a webapp deployed). I just want to set up so that people can access the Tomcat webapp by typing http://mywebbapp.mydomain.com rather than the very annoying http://mydomain.com:8080/mywebapp without having any affect on any requests sent