Re: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-12 Thread liug
: liug [mailto:[EMAIL PROTECTED]] Sent: February 12, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Re: Connector issues - jk2, 4.1.18, 2.0.44 Eric L. Wittle [EMAIL PROTECTED] wrote: # Map the Tomcat examples webapp to the Web server uri space [uri:/examples/*] info=Map the whole webapp In my

AJP 1.3 Connector jk/jk2

2003-02-12 Thread liug
need to change anything on the tomcat side to revert the default from jk2 to jk? In particular, look at the following in the default server.xml file: .. !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector port

RE: AJP 1.3 Connector jk/jk2

2003-02-12 Thread Turner, John
]] Sent: Wednesday, February 12, 2003 5:25 PM To: [EMAIL PROTECTED] Subject: AJP 1.3 Connector jk/jk2 now that we are pretty much on an agreement that jk2 is not usable on a unix platform, we should concentrate on mod_jk :) with tomcat 4.1, dev team decided that jk2 is ready and enabled

Re: AJP 1.3 Connector jk/jk2

2003-02-12 Thread Bill Barker
ault (so I heard). The question is: if I use mod_jk.so on the apache side, do I need to change anything on the tomcat side to revert the default from jk2 to jk? In particular, look at the following in the default server.xml file: .. !-- Define a Coyote/JK2 AJP 1.3 Connector on p

Re: Trouble with Apache 2.0.43 mod_jk2 JNI connector to Tomcat 4.1.18

2003-02-11 Thread liug
I am having the same problem mod_jk2, tomcat 4.1.18, apache2, but on linux. I am wondering if mod_jk2/jni inprocess works for Unix (solaris or linux). All the success stories that I've seen are on Microsoft Windows. I tried to minic their config files with no luck. the connector builds fine and I

Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Alex Cruise
Hi folks, I'm trying to set up an automated build script that builds the jk2 ISAPI redirector for Tomcat 4.0.x. At the moment it complains that it can't find apr.h. I've downloaded the apr source and tried to find some nice, automatable way of configuring it, but I'm kind of stumped. Can

RE: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Robert Priest
. NOTE - you must build the jkant. It contains the so/ task for compiling the native files. -Original Message- From: Alex Cruise [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:17 PM To: [EMAIL PROTECTED] Subject: Building ISAPI connector with Ant - How to materialize apr.h

RE: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Robert Priest
- From: Robert Priest [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 2:26 PM To: 'Tomcat Users List' Subject: RE: Building ISAPI connector with Ant - How to materialize apr.h? Just curious Alex: you are aware that ant is used to build isapi_redirector2.dll in j-t-c now? under j-t-c\jk

Re: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Alex Cruise
Robert Priest wrote: you are aware that ant is used to build isapi_redirector2.dll in j-t-c now? under j-t-c\jk\native2 there is a build.xml for it. You just have to set up a build.properties file under j-t-c\jk if your environment is set up properly, this should work. Well aware... The

RE: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Robert Priest
-Original Message- From: Robert Priest Sent: Tuesday, February 11, 2003 2:29 PM To: 'Tomcat Users List' Subject: RE: Building ISAPI connector with Ant - How to materialize apr.h? Ahh yes, there is should also be an apr section in the build.properties file in the j-t-c\jk dir. I have

RE: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Ignacio J. Ortega
Alex, 1) Install apache 2 latest version on your system, and you will get all files needed to get jk2 i_r2.dll to compile.. 2) tweak b.p to suit to your needs.. 3) call the vcvars32.bat file you will have in your MSVC6 or 7 install 4) ant.. Saludos, Ignacio J. Ortega

Connector issues - jk2, 4.1.18, 2.0.44

2003-02-11 Thread Jake Robb
I am running RedHat Linux 8.0. I have Tomcat 4.1.18 installed from an RPM, and responding properly on port 8080. I have Apache 2.0.44 installed from source, and responding properly on port 80. I downloaded the jakarta-tomcat-connectors-4.1.18 source package, followed my instructions

RE: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-11 Thread Turner, John
Current versions of JK and JK2 are fully compatible with Apache 2.0.43 and 2.0.44. First, are you sure you compiled the connector against the Apache 2.0.44 source? RH 8 comes with a munged Apache 2.0.40 if you took the defaults. Is it possible that, while building the connectors, the APXS

Re: Connector issues - jk2, 4.1.18, 2.0.44

2003-02-11 Thread Jake Robb
I did a pretty thorough cleansing of the bundled 2.0.40 before I built, but it's possible that I didn't get the old APXS out. I'll take a few steps back and try again. The address you gave is where I got the connector source files. Thanks, -Jake - Original Message - From: Turner, John

Re: Building ISAPI connector with Ant - How to materialize apr.h?

2003-02-11 Thread Alex Cruise
Alex Cruise wrote: Well aware... The question is how to get an apr.h that's correct for my configuration. :) Turns out the problem was that the .dsp files in apr-0.9.1.tar.gz have Unix line-endings, and MSDev can't handle it. I just threw a fixcrlf task into my build script and I'm moving

Need some help with connector

2003-02-07 Thread Mark Strecker
Hello, I have the connector for Netscape/Iplanet 4.1.8 to Tomcat 4.1.12 mostly working and am looking for some help for the rest. Here is what is happening. The connection is up and talking with Tomcat. I can serve up /examples/ ... but /examples/jsp/ returns error 302 The requested

FW: MOD_JK2 Connector possibly corrupting javascript files (mod_jk2-2.0.43.dll)

2003-02-07 Thread Andrew Milkowski
Dear participants of this list. My environment is: OS : Windows XP Web Server : Apache 2.0.43 Tomcat : 4.1.18 Connector : mod_jk2 (mod_jk2-2.0.43.dll) I have deployed a sample application, that includes some dhtml javascript (HM_ScriptDOM.js) for simplicity I placed

RE: MOD_JK2 Connector possibly corrupting javascript files (mod_jk2-2.0.43.dll)

2003-02-07 Thread Turner, John
Can you define seems to be corrupting this javascript file? Be more specific? What exactly is happening? John -Original Message- From: Andrew Milkowski [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 12:41 PM To: Tomcat Users List Subject: FW: MOD_JK2 Connector

RE: MOD_JK2 Connector possibly corrupting javascript files (mod_jk2-2.0.43.dll)

2003-02-07 Thread Reynir Hübner
: Andrew Milkowski [mailto:[EMAIL PROTECTED]] Sent: 7. febrúar 2003 17:41 To: Tomcat Users List Subject: FW: MOD_JK2 Connector possibly corrupting javascript files (mod_jk2-2.0.43.dll) Dear participants of this list. My environment is: OS: Windows XP Web Server: Apache

RE: MOD_JK2 Connector possibly corrupting javascript files (mod_jk2-2.0.43.dll)

2003-02-07 Thread Andrew Milkowski
a connector) file names: original method content in HM_ScriptDOM.js.original file names: original method content in HM_ScriptDOM.js.corrupted regards -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 12:47 PM To: 'Tomcat Users List' Subject: RE

Trouble with Apache 2.0.43 mod_jk2 JNI connector to Tomcat 4.1.18

2003-02-07 Thread Xtreme Modem
Hello, I am having a lot of difficulty getting the JNI connector for Tomcat to work with Apache 2.0.43. I have Tomcat version 4.1.18. I have followed the examples in the documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/confighowto.html, and it appears that I have

Re: Trouble with Apache 2.0.43 mod_jk2 JNI connector to Tomcat 4.1.18

2003-02-07 Thread Francesa Lacreativa
Xtreme Modem [EMAIL PROTECTED] wrote: Hello, I am having a lot of difficulty getting the JNI connector for Tomcat to work with Apache 2.0.43. I have Tomcat version 4.1.18. I have followed the examples in the documentation at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2

Re: Need some help with connector

2003-02-07 Thread Bill Barker
ROTECTED]... Hello, I have the connector for Netscape/Iplanet 4.1.8 to Tomcat 4.1.12 mostly working and am looking for some help for the rest. Here is what is happening. The connection is up and talking with Tomcat. I can serve up /examples/ ... but /examples/jsp/ returns error 302 The requested

Jk2 connector - directives context and servlet for uri in workers2.properties

2003-02-06 Thread Martin Volatier
Hello all, I have perused the archives of the tomcat-users mailing list, to no avail. Here's my situation: Tomcat 4.1.18, Apache 1.3, mod_jk2-ap13-2.0.1-1.2.1 on Redhat 7.2. I am trying to map a path or uri in workers2.properties to a *different* servlet context in Tomcat's server.xml, in vain

jk2 connector - cannot compile

2003-02-06 Thread Mark Eggers
Hans, I'm sorry, but I should have thought of this sooner. When you installed Apache via rpm, there are usually three rpm's available. apache-binaries apache-dev apache-src I believe the apache-dev rpm has the apr utility plus the libraries and include files you will need to build loadable

tomcat 4.1.12 ssl connector stop responding

2003-02-04 Thread ing.Marco Baiguera
i'm using tomcat 4.1.12 on jdsk 1.4.0 as a standalone server with coyote http 1.1 connector having http (8080) connector accessible from internal lan only and https (8443) accessible from external hosts (natted to port 443) after two-three days tomcat stops responding on the https connector

RE: tomcat 4.1.12 ssl connector stop responding

2003-02-04 Thread Mohamed Nasser
I know there was a bug with the coyote connector for tomcat 4.1.12 as I configured with apache. I upgraded to 4.1.18 and I have had no problems. -Original Message- From: ing.Marco Baiguera [mailto:[EMAIL PROTECTED]] Sent: Tue, February 04, 2003 5:09 AM To: [EMAIL PROTECTED] Subject

Tomcat connector of the future? WARP, JK? (Was: Re: tomcat-apache.confnot created during Tomcat startup)

2003-02-04 Thread Bert Catsburg
Hello John, Thanks for your hint. I got the impression that WARP was the Connector of the future. So, I'm wrong. Urgent question to this list then: What is the Connector I should use to be covered for the future? Thanks, Bert Catsburg Turner, John wrote: I think the mentioned tomcat

RE: Tomcat connector of the future? WARP, JK? (Was: Re: tomcat-apache.conf not created during Tomcat startup)

2003-02-04 Thread Turner, John
, handles either. John -Original Message- From: Bert Catsburg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 4:29 PM To: Tomcat Users List Subject: Tomcat connector of the future? WARP, JK? (Was: Re: tomcat-apache.conf not created during Tomcat startup) Hello John

coyote connector: timeout log messages and broken sessions

2003-02-02 Thread THG
Hi, how can i disable the coyote timeout (error) messages with tomcat 4.1.18 and apache 1.3.x. there is also a problem with timed out sessions under tomcat. thanks and best regards, thorsten _ Get 25MB, POP3, Spam Filtering with

Re: mod_jk2 connector module not working (?)

2003-02-01 Thread fred
, 2003 1:18 AM Subject: Re: mod_jk2 connector module not working (?) Looks like your /usr/local/apache2/conf/workers2.properties is missing. Even if Apache is not installed in one directory (as is the case in my Linux distribution), JK2 insists on it to be in ServerRoot\conf. Your ServerRoot

Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
Greetings, I am having many difficulties building the mod_jk DSO module from the jakarta-tomcat-connectors-4.1.18-src dist. I have successfully built an Apache2.0.44 server with SSL engine static to the server core and it works great in encrypted mode. I've also successfully installed the

RE: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Turner, John
- problem building mod_jk connector Greetings, I am having many difficulties building the mod_jk DSO module from the jakarta-tomcat-connectors-4.1.18-src dist. I have successfully built an Apache2.0.44 server with SSL engine static to the server core and it works great in encrypted

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
/apache2/bin/apxs make make install John -Original Message- From: Trevor Hurst [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector Greetings, I am

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Robert Dana
w/ Tomcat 4.1.18 - problem building mod_jk connector Greetings, I am having many difficulties building the mod_jk DSO module from the jakarta-tomcat-connectors-4.1.18-src dist. I have successfully built an Apache2.0.44 server with SSL engine static to the server core and it works great

RE: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Turner, John
building mod_jk connector Tried that also, in jakarta-tomcat-connectors-4.1.18-src/jk/native eskimo [515] ./configure --with-apxs=/usr/local/apache2/bin/apxs ./configure[1228]: syntax error at line 1228 : `(' unexpected Line 1228 is the first function call to automake and I see that's

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
-Original Message- From: Trevor Hurst [mailto:[EMAIL PROTECTED]] Sent: Friday, January 31, 2003 2:47 PM To: Tomcat Users List Subject: Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector Tried that also, in jakarta-tomcat-connectors-4.1.18-src/jk/native

RE: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Turner, John
mod_jk connector Yes, I get the same undefined macro errors because it's (again) calling autoconf: eskimo [534] ./buildconf.sh libtoolize --force --automake --copy ./buildconf.sh[4]: libtoolize: not found aclocal aclocal: configure.in: 22: macro `AM_PROG_LIBTOOL' not found

Re: Apache2+SSL w/ Tomcat 4.1.18 - problem building mod_jk connector

2003-01-31 Thread Trevor Hurst
to build the jni and mod_jk2 stuff after moving some header files around and getting the proper libtools installed. Ant finally built it successfully. Now, to get the connector working properly btwn apache2 and tomcat. The jboss html doc definately helps with some of that. Thanks again!! Cheers

mod_jk2 connector module not working (?)

2003-01-31 Thread Trevor Hurst
Okay, now that I successfully built the connectors and have installed them. The JSP and servlets are not working so, I'm almost there but not quite yet.. Are these errors in the error_log file of any significance? [Fri Jan 31 14:47:04 2003] [warn] RSA server certificate is a CA certificate

Re: mod_jk2 connector module not working (?)

2003-01-31 Thread Hannes Schmidt
Looks like your /usr/local/apache2/conf/workers2.properties is missing. Even if Apache is not installed in one directory (as is the case in my Linux distribution), JK2 insists on it to be in ServerRoot\conf. Your ServerRoot seems to be set to /usr/local/apache2. Check out this link:

Re: mod_jk2 connector module not working (?)

2003-01-31 Thread Lajos
Right, and also make sure your have an [shm:] block in workers2.properties otherwise jk2 can't start correctly. Regards, Lajos Hannes Schmidt wrote: Looks like your /usr/local/apache2/conf/workers2.properties is missing. Even if Apache is not installed in one directory (as is the case in my

TC HTTP Connector

2003-01-26 Thread Jason Jonas - ATTBI
Does the HTTP connector for Tomcat 4.1.x support server-side includes? If so, where can I find the documentation regarding configuration? Thanks a bunch. Jason -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: TC HTTP Connector

2003-01-26 Thread Jacob Kjome
You really need to check the Tomcat docs before posting questions like this. It is pretty well spelled out there. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssi-howto.html Jake At 07:07 PM 1/26/2003 -0600, you wrote: Does the HTTP connector for Tomcat 4.1.x support server-side includes

[LONG] AJP13 Connector or IE6.0 Bug?

2003-01-10 Thread Carl Walker
I am running Tomcat 4.1.12 with Apache 1.3 using the AJP 1.3 Connector. I noticed that occasionly my request parameters are lost when processing an HTTP POST with a Servlet. When I call getParameterNames(), nothing is returned even though the submitting form has several input type=hidden

Re: [LONG] AJP13 Connector or IE6.0 Bug?

2003-01-10 Thread Carl Walker
I can reproduce this bug in 4.1.18 too. Carl Walker wrote: I am running Tomcat 4.1.12 with Apache 1.3 using the AJP 1.3 Connector. I noticed that occasionly my request parameters are lost when processing an HTTP POST with a Servlet. When I call getParameterNames(), nothing is returned even

RE: [LONG] AJP13 Connector or IE6.0 Bug?

2003-01-10 Thread Turner, John
: Carl Walker [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 2:53 PM To: Tomcat Users List Subject: Re: [LONG] AJP13 Connector or IE6.0 Bug? I can reproduce this bug in 4.1.18 too. Carl Walker wrote: I am running Tomcat 4.1.12 with Apache 1.3 using the AJP 1.3 Connector

Simultanous access to Ajp13 connector by more than one apache?

2003-01-08 Thread Steinar Bang
Platform: Intel PIII, debian testing/unstable (sarge) Blackdown JDK 1.3.1 (j2sdk 1.3.1.0b-2), tomcat4 4.1.16-1, apache 1.3.26-1.1, apache-ssl 1.3.26+1.48-2 Is it possible to access an Ajp13 connector in tomcat 4.1.x at the same time, by more than one apache web

RE: Simultanous access to Ajp13 connector by more than one apache?

2003-01-08 Thread Turner, John
Does the behavior go away if you setup a second Ajp13Connector on another port, say 8019? John -Original Message- From: Steinar Bang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 7:51 AM To: [EMAIL PROTECTED] Subject: Simultanous access to Ajp13 connector by more

ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR

2003-01-08 Thread Krishna_R . _Nagaraj
problem.doc Description: MS-Word document -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR

2003-01-08 Thread p niemandt
Rather send your message as plain text: Copy and paste if you are using word. I only run linux and do not open word documents: A suspect a lot of other people as well. On Wed, 2003-01-08 at 14:59, [EMAIL PROTECTED] wrote: -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR ERROR

2003-01-08 Thread Krishna_R . _Nagaraj
Was anyone able to crack this problem with TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR? I am thinking of using JK instead JK2 since we have to implement this in production soon. The only thing concerning me is - I have read that JK is deprecated and may not/won't support future Tomcat

RE: mod_jk tomcat/apache connector issue (dead horse)

2003-01-08 Thread John Bullock
and configure files, but nowhere else... Why would it try to do an 'ld -- -'? [ j o h n ] -Original Message- From: John Bullock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 4:22 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue Well, I really hope

RE: mod_jk tomcat/apache connector issue (dead horse)

2003-01-08 Thread Mark Eggers
: mod_jk tomcat/apache connector issue Well, I really hope someone's seen it before... I just downloaded the source and started over from scratch for the 4th time and ran into the same thing again... Don't you hate it when you know you're hung up on something so simple and obvious you can't

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
Thanks Adrian... I commented out the JK2 connector in server.xml and uncommented the JK connector... still got the 'syntax error on line 4' error message when attempting to start apache. I also followed the instructions for trying to build coyote/JK2 on the URL you posted before I gave up

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread Turner, John
PROTECTED]] Sent: Tuesday, January 07, 2003 12:24 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue Thanks Adrian... I commented out the JK2 connector in server.xml and uncommented the JK connector... still got the 'syntax error on line 4' error message when

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
List' Subject: RE: mod_jk tomcat/apache connector issue There's no need to build the connectors with ant. AFAIK, the ant method builds the tomcat side of the connectors, which is redundant if you're using a binary install of Tomcat as they are included. To build the Apache side, you can use

Re: mod_jk tomcat/apache connector issue

2003-01-07 Thread adrian
where it was looking. Line 4 is the include for mod_jk.so. Sounds like the same problem. I was wrong about the connector, John said last night the JK2 connectors backwards compatable with jk. John Bullock wrote: Thanks Adrian... I commented out the JK2 connector in server.xml and uncommented the JK

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
: adrian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 12:27 PM To: Tomcat Users List Subject: Re: mod_jk tomcat/apache connector issue One more idea, look at mod_jk.conf, I had the same error last night. Line 4 dictates where mod_jk.so is located. I ran apachectl configtest and it told me

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread Turner, John
Well, CoyoteConnector can support multiple protocols: JK, JK2, HTTP, HTTPS, depending on how it's used, what port it is listening on, etc. CoyoteConnector is enabled by default on port 8009 in Tomcat 4.1.x for JK/JK2. If you disable that connector and enable Ajp13Connector (disabled by default

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread Turner, John
Do you have a file called ld.so or ld.so.x on your system? If so, symlink it to ld.so.1. John -Original Message- From: John Bullock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:34 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
source 4.1.18 etc. (let me know if you need any more versions for make, autoconf, etc.) [ j o h n ] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 2:04 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue Have

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread Turner, John
Ooops, my bad. Sorry about that. What's the value of LD_LIBRARY_PATH in your environment? John -Original Message- From: John Bullock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:39 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
connector issue Ooops, my bad. Sorry about that. What's the value of LD_LIBRARY_PATH in your environment? John -Original Message- From: John Bullock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:39 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread Turner, John
/apache connector issue Everything looks fine with ld.so.1 # echo $LD_LIBRARY_PATH /usr/local/lib:/usr/dt/lib:/usr/openwin/lib:/usr/lib -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 2:40 PM To: 'Tomcat Users List' Subject

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
that is 617 bytes. :( [ j o h n ] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 2:53 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue I'm stumped. You're getting this error with the mod_jk.so file from

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread Turner, John
tomcat/apache connector issue There are two threads that split off from my original... Thread one is mainly to you about me not being able to compile mod_jk.so using the instructions on your site. Thread two is mainly to Adrian regarding attempting use of the mod_jk.so binary

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
config.cache, Makefile, build.xml, and other files now while holding out hope to you guys. [ j o h n ] -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:01 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue Sorry

Re: mod_jk tomcat/apache connector issue

2003-01-07 Thread mlh
disable that connector and enable Ajp13Connector (disabled by default in Tomcat 4.1.x) on port 8009 instead, you can only use JK. How do Ajp13Connector and CoyoteConnector compare for stability and maturity? (Performance and features are distinctly lower priorities for me) Matt

Non-ssl connector to port 80

2003-01-07 Thread Stephen Ting
I am running tomcat 4.1.8 on redhat 8 and having this problems when i try to bind the non-ssl connector to port 80, whereas if i bind to port 8080 i don't have this problems. Can anybody please help, i am linux novice so don't really knows the work around. Thanks Cheers Stephen

RE: Non-ssl connector to port 80

2003-01-07 Thread Abhijat Thakur
:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 6:23 PM To: [EMAIL PROTECTED] Subject: Non-ssl connector to port 80 I am running tomcat 4.1.8 on redhat 8 and having this problems when i try to bind the non-ssl connector to port 80, whereas if i bind to port 8080 i don't have this problems. Can

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread John Bullock
: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 1:47 PM To: 'Tomcat Users List' Subject: RE: mod_jk tomcat/apache connector issue Do you have a file called ld.so or ld.so.x on your system? If so, symlink it to ld.so.1. John -Original Message- From: John Bullock

RE: mod_jk tomcat/apache connector issue

2003-01-07 Thread Turner, John
/apache connector issue Everything looks fine with ld.so.1 # echo $LD_LIBRARY_PATH /usr/local/lib:/usr/dt/lib:/usr/openwin/lib:/usr/lib # find . | grep ld.so ./usr/lib/sparcv9/librtld.so.1 ./usr/lib/sparcv9/ld.so.1 ./usr/lib/sparcv9/libld.so.2 ./usr/lib/sparcv9/libld.so.3 ./usr/lib

Re: 4.1.17 Problems - Possibly Coyote Connector?

2003-01-06 Thread Fabio Mengue
Hi Torsten, Sorry the delay (and for sending a copy directly to your address). I got a little vacation :) Torsten Fohrer wrote: Please try this steps. 1. hang on catalina.out, access.log OK. I assume that access.log is localhost_log.date, is that correct ? 2. request the page with the

ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Krishna_R . _Nagaraj
I have explained the error in this attached document. (See attached file: problem.doc) Thanks a lot Krishna problem.doc Description: MS-Word document -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Turner, John
+ APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS I have explained the error in this attached document. (See attached file: problem.doc) Thanks a lot Krishna -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: ERROR IN TOMCAT 4.18 + APACHE 2.0.43 + JK2 CONNECTOR - HELP PLS

2003-01-06 Thread Krishna_R . _Nagaraj
Sorry. I didn't mean to send 4 times. The first 2 times only the attached document was displayed in the mail. That's why I sent it out again by adding more explanation into the attached doc. Again I apologize for the inconvenience.

mod_jk tomcat/apache connector issue

2003-01-06 Thread John Bullock
Haven't seen this anywhere, but when I try to start apache (2.0.43) with the mod_jk module enabled, I get: #apachectl start Syntax error on line 4 of /usr/local/tomcat/conf/auto/mod_jk.conf: Can't locate API module structure `jk_module' in file /usr/local/apache2/modules/mod_jk.so: ld.so.1:

Re: mod_jk tomcat/apache connector issue

2003-01-06 Thread adrian
John Bullock wrote: Haven't seen this anywhere, but when I try to start apache (2.0.43) with the mod_jk module enabled, I get: #apachectl start Syntax error on line 4 of /usr/local/tomcat/conf/auto/mod_jk.conf: Can't locate API module structure `jk_module' in file

RE: mod_jk tomcat/apache connector issue

2003-01-06 Thread John Bullock
tomcat/apache connector issue John Bullock wrote: Haven't seen this anywhere, but when I try to start apache (2.0.43) with the mod_jk module enabled, I get: #apachectl start Syntax error on line 4 of /usr/local/tomcat/conf/auto/mod_jk.conf: Can't locate API module structure `jk_module' in file /usr

Re: mod_jk tomcat/apache connector issue

2003-01-06 Thread adrian
Subject: Re: mod_jk tomcat/apache connector issue John Bullock wrote: Haven't seen this anywhere, but when I try to start apache (2.0.43) with the mod_jk module enabled, I get: #apachectl start Syntax error on line 4 of /usr/local/tomcat/conf/auto/mod_jk.conf: Can't locate API module

RE: mod_jk tomcat/apache connector issue

2003-01-06 Thread Turner, John
Try binaries from the Jakarta site. John -Original Message- From: John Bullock To: 'Tomcat Users List' Sent: 1/6/03 6:46 PM Subject: RE: mod_jk tomcat/apache connector issue I'll try to explain.. :) For a long time, I've tried to build mod_jk with the 4.1.18 connectors package

RE: mod_jk tomcat/apache connector issue

2003-01-06 Thread Turner, John
The default connector on port 8009 can handle JK and JK2 both (CoyoteConnector). Ajp13Connector is deprecated. Going forward, only CoyoteConnector will be supported. John -Original Message- From: adrian To: Tomcat Users List Sent: 1/6/03 6:55 PM Subject: Re: mod_jk tomcat/apache

Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Manuel González Castro
Hi, I'm running Apache HTTP Server 2.0.43 + Tomcat 4.1.12 + mod_jk and everything is working fine, Apache can talk to Tomcat to serve *.jsp pages. Now I'd like to disable the default non-SSL Coyote HTTP/1.1 Connector on port 8080 because I don't like everybody getting into http://mydomain.com

RE: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Turner, John
That is how you disable the connector on 8080. All you do is comment it out. My guess is that you don't have the comment marks in the right place, breaking your server.xml file. John -Original Message- From: Manuel González Castro [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

Re: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Jerry Ford
Looks like you conmmented out the wrong connector. The one you have removed is identified as the one for port 8009, which is the one Apache uses. Restore that connector and comment out the one that is identified as for port 8080. Jerry Manuel González Castro wrote: Hi, I'm running Apache

RE: Apache 2+Tomcat 4.1.12: how to disable the Coyote HTTP connector?

2003-01-02 Thread Turner, John
He wants Ajp13Connector to be his only connector. He wants to disable CoyoteConnector on port 8080, but is getting an error message when he tries to do so. John -Original Message- From: Jerry Ford [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 11:30 AM To: Tomcat

Connector Problem, has anyone seen this behavior?

2003-01-02 Thread Brandon Cruz
server. Has anyone seen this happen to them? I will try compiling a new connector module, but figured I would take a chance and see if anyone else has experienced this same behavior. Brandon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: Connector Problem, has anyone seen this behavior?

2003-01-02 Thread Bill Barker
not find server. Has anyone seen this happen to them? I will try compiling a new connector module, but figured I would take a chance and see if anyone else has experienced this same behavior. Brandon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

tomcat/apache connector startup failure: NCDFE fprorg/apache/commons/logging/LogFactory

2002-12-30 Thread Lacoste (Frisurf)
Having trouble to make ajp13 connector work (jk2 with Apache 2). Tomcat fails connecting initializing with the following error: SEVERE: Can't create apr java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory As a consequence of this problem (I think it is related), I cannot

which connector to use?

2002-12-23 Thread Gery Kahn
Hi! I have to understand which connector to use w/ Apache 1.3 and Tomcat 4.1.18 I believe there are 3 options: jk, jk2 and webapp. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Rasputin
the first couple pages then start blanking. This looks like exactly what is happening to me. 4.1.12 works, 4.1.17 gives me the problem. One thing to note is that my application does not use JSP so must be a catalina or coyote issue. Are you using the stock Coyote/HTTP 1.1 connector

Which connector is best to use between apache 1.3 and tc 4.1.17

2002-12-19 Thread Randy Paries
Hello, I am trying to upgrade to apache apache-1.3.27-2 and jakarta-tomcat-4.1.17 on linux RH7.3 What is the best connector to use. In my current config I am using Ajp13Connector Is this what I should continue to use, or use another? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Fabio Mengue
Hello, Rasputin wrote: This might be a dumb question, but have you tried using the older http/1.1 connectors to see if the problem goes away? At least then you know it's Coyote's fault. I did, and it goes away :) I wrote to the list some time ago; I have the same problem, on all 4.1.x

Re: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Torsten Fohrer
works, 4.1.17 gives me the problem. One thing to note is that my application does not use JSP so must be a catalina or coyote issue. Are you using the stock Coyote/HTTP 1.1 connector or are you using one of the JK connectors? I am using whatever 4.1.x is set to use by default. Which

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
My connector config is not quite up to date, could you provide instructions to disable the coyote connector and enable the old http1.1 connector Can I have multiple connectors operating at the same time? Is is the portion of the default server.xml that I would uncomment? !-- Define a non

RE: Which connector is best to use between apache 1.3 and tc 4.1.17

2002-12-19 Thread Turner, John
Up to you. You'll get different responses from different people. You should be OK with JK for awhile, though the connector dev team is focusing their efforts on JK2. If you want to stick with JK, you might want to consider moving to CoyoteConnector on the Tomcat side, that will mean less work

RE: 4.1.17 Problems - Possibly Coyote Connector?

2002-12-19 Thread Luc Foisy
: Re: 4.1.17 Problems - Possibly Coyote Connector? This is bug in 4.1.17 which will fixed in Tomcat 4.1.18, i attach the compiled classes that fixe it. update the tomcat-coyote and it should work... On Thursday 19 December 2002 14:33, you wrote: * Luc Foisy [EMAIL PROTECTED] [1214

RE: Which connector is best to use between apache 1.3 and tc 4.1.17

2002-12-19 Thread Randy Paries
Is there an advantage of moving to JK 2 Connector? Is it faster, or more stable. I am running the ajp1.3 in production and it works fine. Thanks -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 8:19 AM To: 'Tomcat Users List' Subject

RE: Which connector is best to use between apache 1.3 and tc 4.1.17

2002-12-19 Thread Turner, John
Couldn't tell you for sure...I am also quite content with JK at the moment. John -Original Message- From: Randy Paries [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 9:35 AM To: 'Tomcat Users List' Subject: RE: Which connector is best to use between apache 1.3 and tc

<    4   5   6   7   8   9   10   11   12   13   >