Jk connector fails to connect... after some time working

2005-09-19 Thread Borja Bravo Alférez
Dear Tomcat list, I have a problem with our Tomcat server that is becoming really criticall for us. I need some help or at least a clue. There are quite a lot of people with a similar problem but I haven't found the solution. Let's go to the problem: After some time of working fine all

Re: Jk connector fails to connect... after some time working

2005-09-19 Thread Yassine ELassad
hi, i think its just apache trying to connect to tomcat using JK while the tomcat not confiigured to answer this request ? since you execute your jsp on (8080) i hope i understands your matter if not please try to be clearer about it if you need help with connnecting apache -mod_jk-tomcat i

Re: Jk connector fails to connect... after some time working

2005-09-19 Thread Borja Bravo Alférez
? running out of something? Making wild hypothesis is not too hard ) Anyway, Any kind of server.xml examples of connectors will be really apreciated although I will prefer a 4.1 configuration. My jk connector config is: Connector className=org.apache.coyote.tomcat4.CoyoteConnector

Re: Re: Jk connector fails to connect... after some time working

2005-09-19 Thread Yassine ELassad
examples of connectors will be really apreciated although I will prefer a 4.1 configuration. My jk connector config is: Connector className=org.apache.coyote.tomcat4.CoyoteConnector acceptCount=300 bufferSize=2048 connectionTimeout=1

Re: Re: Jk connector fails to connect... after some time working ( seems solved )

2005-09-19 Thread Borja Bravo Alférez
not understand why it can connect during hours and suddenly it can't. ( persistent connections? running out of something? Making wild hypothesis is not too hard ) Anyway, Any kind of server.xml examples of connectors will be really apreciated although I will prefer a 4.1 configuration. My jk

Connect IIS 6 to Tomcat 5 using Jakarta JK connector: steps, tips for J2EE newbies

2005-09-09 Thread Tracy Spratt
This doc is targeted at developers using Macromedia Flex which is just a J2EE application. It might still be of use to newbies here though. It uses the Jakarta Tomcat JK installer. Please note the security caveat near the end. Corrections welcome.

JK Connector with IIS

2005-09-07 Thread Joe Plautz
We're are successfully using the JK connector between IIS 6.0 and Tomcat 5.0.28 to forward on requests. We starting to run into some configuration issues that I haven't seen any documentation for. I guess I don't truly know what is possible so I thought I would ask. Is there a way

RE: JK Connector with IIS

2005-09-07 Thread Tracy Spratt
Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 07, 2005 11:51 AM To: Tomcat Users List Subject: JK Connector with IIS We're are successfully using the JK connector between IIS 6.0 and Tomcat 5.0.28 to forward on requests. We starting to run into some

Error message in isapi.log of jk-connector IIS/Tomcat

2005-07-29 Thread Ingo Rockel
Hi, on a customer system we have the following error message written into the log very often: [Thu Jul 28 14:27:52 2005] [error] write::jk_isapi_plugin.c (619): WriteClient failed with 2746 What does this message mean? What might be the problem causing this error? And what could I do

RE: What is the current stable version of jk connector?

2005-07-28 Thread Gary Moh
Users List Subject: Re: What is the current stable version of jk connector? Gary Moh wrote: According to http://www.apache.org/dist/jakarta/tomcat-connectors/jk/, the current stable version is 1.2.10. Thanks for spotting that. Updated to reflect the 1.2.14 stable. Now, four additional releases

RE: What is the current stable version of jk connector?

2005-07-27 Thread Alex Sansom
[mailto:[EMAIL PROTECTED] Sent: 27 July 2005 03:15 To: tomcat-user@jakarta.apache.org Subject: What is the current stable version of jk connector? According to http://www.apache.org/dist/jakarta/tomcat-connectors/jk/, the current stable version is 1.2.10. Now, four additional releases have been

Re: What is the current stable version of jk connector?

2005-07-27 Thread Mladen Turk
Gary Moh wrote: According to http://www.apache.org/dist/jakarta/tomcat-connectors/jk/, the current stable version is 1.2.10. Thanks for spotting that. Updated to reflect the 1.2.14 stable. Now, four additional releases have been made. Does 1.2.10 remain the stable version? No. All

What is the current stable version of jk connector?

2005-07-26 Thread Gary Moh
According to http://www.apache.org/dist/jakarta/tomcat-connectors/jk/, the current stable version is 1.2.10. Now, four additional releases have been made. Does 1.2.10 remain the stable version? gary

Which is the latest 'stable' JK connector?

2005-07-14 Thread Alex Sansom
Hi, Can someone please confirm which is the latest stable JK connector please? I've been looking at the JK documentation located at http://jakarta.apache.org/tomcat/connectors-doc/index.html but it is not clear which is the most recent 'stable' release. I'm currently using 1.2.10 for testing

Re: Which is the latest 'stable' JK connector?

2005-07-14 Thread Bryan Scarbrough
I believe it is v. 1.2.13. Bryan On 7/14/05, Alex Sansom [EMAIL PROTECTED] wrote: Hi, Can someone please confirm which is the latest stable JK connector please? I've been looking at the JK documentation located at http://jakarta.apache.org/tomcat/connectors-doc/index.html

RE: Which is the latest 'stable' JK connector?

2005-07-14 Thread Alex Sansom
: Which is the latest 'stable' JK connector? I believe it is v. 1.2.13. Bryan On 7/14/05, Alex Sansom [EMAIL PROTECTED] wrote: Hi, Can someone please confirm which is the latest stable JK connector please? I've been looking at the JK documentation located at http://jakarta.apache.org/tomcat

Re: Which is the latest 'stable' JK connector?

2005-07-14 Thread Bryan Scarbrough
' JK connector? I believe it is v. 1.2.13. Bryan On 7/14/05, Alex Sansom [EMAIL PROTECTED] wrote: Hi, Can someone please confirm which is the latest stable JK connector please? I've been looking at the JK documentation located at http://jakarta.apache.org/tomcat/connectors-doc

JK connector - behavior if cachesize is exceeded

2005-06-22 Thread Möbus . Manfred
log contains a warning [warn] ajp_get_endpoint::jk_ajp_common.c (2126): Unable to get the free endpoint for worker from 1 slots While this works as desired up to the point when this warning is written to log, I would have expected that JK connector retries such a request a few times to see

JK Connector - Can't get it to work

2005-05-07 Thread Pep Blast
Hi everyone, I have studied this problem for a week now, and I can't seem to figure it out. All I want to do is connect Tomcat 5.5.4 Server to Apache 2.0.52. I've read the documents about the jk connector over and over, and tried doing the setup with many tiny variations, but whatever I do

Re: JK Connector - Can't get it to work

2005-05-07 Thread Peter Rossbach
, and I can't seem to figure it out. All I want to do is connect Tomcat 5.5.4 Server to Apache 2.0.52. I've read the documents about the jk connector over and over, and tried doing the setup with many tiny variations, but whatever I do I always get either a 404 or a 200. If I hit tomcat directly

RE: apache + tomcat + JK connector configuration

2005-04-27 Thread Raghupathy,Gurumoorthy
http://www.one0.com/html/downloads.php Download the pdf ( nice ) / doc version Nice :o) Guru -Original Message- From: anshul shrivastava [mailto:[EMAIL PROTECTED] Sent: 26 April 2005 18:08 To: Tomcat Users List Subject: Re: apache + tomcat + JK connector configuration Importance: High

Re: apache + tomcat + JK connector configuration

2005-04-26 Thread anshul shrivastava
, 2005 6:26 PM Subject: RE: apache + tomcat + JK connector configuration Bob, Thank you but Apache doesn't start if I add this line. The Apache config I have is: LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/workers.properties JkLogFile logs/mod_jk.log JkLogLevel debug JkMount /examples

RE: apache + tomcat + JK connector configuration

2005-04-26 Thread Caldarale, Charles R
From: anshul shrivastava [mailto:[EMAIL PROTECTED] Subject: Re: apache + tomcat + JK connector configuration I'm using Tomcat Apache Tomcat/5.0.16 Why such an old level? If you want to use the 5.0 branch, at least get the current version. Better yet, use 5.5. I read, it is better

Re: apache + tomcat + JK connector configuration

2005-04-26 Thread anshul shrivastava
List tomcat-user@jakarta.apache.org Sent: Tuesday, April 26, 2005 11:11 PM Subject: RE: apache + tomcat + JK connector configuration From: anshul shrivastava [mailto:[EMAIL PROTECTED] Subject: Re: apache + tomcat + JK connector configuration I'm using Tomcat Apache Tomcat/5.0.16 Why

Re: apache + tomcat + JK connector configuration

2005-04-26 Thread Ted Christensen
: Delphine Lê [EMAIL PROTECTED] To: 'Tomcat Users List' tomcat-user@jakarta.apache.org Sent: Monday, April 18, 2005 6:26 PM Subject: RE: apache + tomcat + JK connector configuration Bob, Thank you but Apache doesn't start if I add this line. The Apache config I have is: LoadModule jk_module modules

RE: apache + tomcat + JK connector configuration

2005-04-18 Thread Delphine Lê
message). And also, I can see that it automatically creates a mod_jk.conf file in $TOMCAT_HOME\conf\auto Regards -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: vendredi 15 avril 2005 19:52 To: Tomcat Users List Subject: Re: apache + tomcat + JK connector configuration

Re: apache + tomcat + JK connector configuration

2005-04-15 Thread Robert Harrison
- From: Delphine Lê [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 6:41 PM To: tomcat-user@jakarta.apache.org Subject: RE: apache + tomcat + JK connector configuration thank you, but it's got them: # Define 1 real worker using ajp13 worker.list=worker1 # Set properties

RE: apache + tomcat + JK connector configuration

2005-04-14 Thread Trung Nguyen
enableLookups=false acceptCount=10 debug=0/ Hope this helps... -Original Message- From: Delphine Lê [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 6:41 PM To: tomcat-user@jakarta.apache.org Subject: RE: apache + tomcat + JK connector configuration thank you, but it's got them

RE: apache + tomcat + JK connector configuration

2005-04-14 Thread Delphine Lê
+ JK connector configuration thank you, but it's got them: # Define 1 real worker using ajp13 worker.list=worker1 # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=6969 worker.worker1.lbfactor=50 worker.worker1.cachesize=10

apache + tomcat + JK connector configuration

2005-04-13 Thread Delphine Lê
Hello, Has anyone had any success in configuring Apache (2.0.53) with Tomcat (4.1.29) in Windows XP, using a recent JK connector ? We have a server running with the JK2 connector and I'm trying to replace it with the latest JK connector (JK-1.2.10), the reason being that JK2 is officially

RE: apache + tomcat + JK connector configuration

2005-04-13 Thread Trung Nguyen
: apache + tomcat + JK connector configuration Hello, Has anyone had any success in configuring Apache (2.0.53) with Tomcat (4.1.29) in Windows XP, using a recent JK connector ? We have a server running with the JK2 connector and I'm trying to replace it with the latest JK connector (JK-1.2.10

RE: apache + tomcat + JK connector configuration

2005-04-13 Thread Delphine Lê
, April 13, 2005 2:01 PM To: tomcat-user@jakarta.apache.org Subject: apache + tomcat + JK connector configuration Hello, Has anyone had any success in configuring Apache (2.0.53) with Tomcat (4.1.29) in Windows XP, using a recent JK connector ? We have a server running with the JK2

IPlanet6.1, Tomcat, JK Connector

2005-04-08 Thread Ashish Tripathi
Has anybody used this combination, I can get the static content working, but I cant get the dynamic content from Tomcat any help will be greaty appreciated. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: FW: challenging JK connector problem: java.net.SocketException

2005-02-24 Thread Guernsey, Byron \(GE Consumer Industrial\)
To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: FW: challenging JK connector problem: java.net.SocketException hi Patrick, i've just tried your suggestion and unfortunately i still get the java.net.SocketExceptions. i installed Tomcat 5.0.25, upgraded my JDK to 1.4.2_07, reinstalled the JK

RE: FW: challenging JK connector problem: java.net.SocketException

2005-02-24 Thread Woodchuck
connector problem: java.net.SocketException hi Patrick, i've just tried your suggestion and unfortunately i still get the java.net.SocketExceptions. i installed Tomcat 5.0.25, upgraded my JDK to 1.4.2_07, reinstalled the JK connector (setupJK204.exe). the only real difference it seems

FW: challenging JK connector problem: java.net.SocketException

2005-02-23 Thread Patrick . King
-Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: February 22, 2005 5:20 PM To: [EMAIL PROTECTED] Subject: RE: challenging JK connector problem: java.net.SocketException hello Patrick! thank you for your help, i really appreciate it as i'm at a total loss

Re: FW: challenging JK connector problem: java.net.SocketException

2005-02-23 Thread Woodchuck
hi Patrick, i've just tried your suggestion and unfortunately i still get the java.net.SocketExceptions. i installed Tomcat 5.0.25, upgraded my JDK to 1.4.2_07, reinstalled the JK connector (setupJK204.exe). the only real difference it seems is that i'm using Windows XP. how do you install

challenging JK connector problem: java.net.SocketException

2005-02-22 Thread Woodchuck
hihi all, i have installed the JK connector (setupJK204.exe) with my IIS 5.1 and Tomcat 4.1.24. everything is working fine, except that i'm noticing in the Tomcat console display i see the following exceptions at run-time: java.net.SocketException: Software caused connection abort: recv failed

RE: challenging JK connector problem: java.net.SocketException

2005-02-22 Thread Patrick . King
Scientist Canada Centre For Remote Sensing 615 Booth St. Room 650 Ottawa, Ontario K1A0E9 Phone: 613-947-0463 E-mail : [EMAIL PROTECTED] -Original Message- From: Woodchuck [mailto:[EMAIL PROTECTED] Sent: February 22, 2005 2:15 PM To: tomcat; struts Subject: challenging JK connector problem

Connecting http-2.0.48 with tomcat 3.3.1a using jk connector.

2005-02-16 Thread varsha.agrawal
Hello, I have already installed the apache(http-2.0.48) and tomcat 3.3.1a in my Linux system. The jk connector is also installed. But now the problem is that I don't know how to test whether my tomcat is running or not. When I try to see giving the URL: http://IP http://ip/ Address:8080

RE: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector.

2005-02-16 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector. I have already installed the apache(http-2.0.48) and tomcat 3.3.1a in my Linux system. Curiosity forces me to ask: Why are you using such an ancient level of Tomcat

RE: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector.

2005-02-16 Thread varsha.agrawal
, February 17, 2005 11:26 AM To: Tomcat Users List Subject: RE: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector. I have already installed the apache(http-2.0.48

RE: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector.

2005-02-16 Thread Caldarale, Charles R
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Subject: RE: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector. Please do give me any idea of how to just test whether tomcat is running or not. Any help would be appreciated!!! You should be able to use netstat or its equivalent

Re: Connecting http-2.0.48 with tomcat 3.3.1a using jk connector.

2005-02-16 Thread Bill Barker
to answer on 8080. Otherwise, you can follow Charles' suggestions, along with possibly 'ps'. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I have already installed the apache(http-2.0.48) and tomcat 3.3.1a in my Linux system. The jk connector is also installed. But now

jk connector build problem

2005-02-07 Thread Thor Muller
I think others have had this problem but I can't find an answer that helps me. I have a fresh install of redhat9 and I've installed Apache 2.053, PHP 4.3.1 and Tomcat 5.5, all without a hitch. Now I'm trying to compile the mod_jk.so and it gives me the following error. Any answers would be very

Re: jk connector build problem

2005-02-07 Thread Mladen Turk
Thor Muller wrote: I think others have had this problem but I can't find an answer that helps me. I have a fresh install of redhat9 and I've installed Apache 2.053, PHP 4.3.1 and Tomcat 5.5, all without a hitch. Now I'm trying to compile the mod_jk.so and it gives me the following error. Any

JK connector configuration

2005-01-10 Thread Seenappa, Chandrashekar
Hi , Need help ! Want to setup Tomcat with jk connector on a red hat linux 9 OS . So can you please help me how to configure workers.properties to start stop tomcat through Apache. Thanks Chandra - To unsubscribe, e

Re: JK connector configuration

2005-01-10 Thread Troy Simpson
This might help: http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html Here is what mine looks like: # This is a list of workers that I'm going to create. # Only one for now. worker.list=ajp13_dli # This worker points to my Tomcat instances: # Tomcat starts up an AJP Connector in

Re: Recent JK connector 1.2.7 beta 3 +

2004-12-15 Thread Mladen Turk
Derrick Koes wrote: I just accepted Mladen's recent change to JK/native/common, so I'm up to date on the bleeding edge. However, I find this in the isapi log file. [Wed Dec 15 16:05:33 2004] [1588:580] [error] jk_isapi_plugin.c (938): could not get a worker for name ajp13 Can anyone explain

Recent JK connector 1.2.7 beta 3 +

2004-12-15 Thread Derrick Koes
1.2.6 of the JK connector I used to get info about each worker at startup. This is missing from the log now. My workers.properties file: # +++ BEGIN CONFIGURATION ++ # # The following configuration file describes a JK installation # which does

Configuring JK connector to execute JSP pages.

2004-11-09 Thread Amit Gupta
Hi , I have configured tomcat 5.5.3 with jk connector . My jk.config is LoadModule jk_module modules/jakarta-tomcat-connectors-jk-1.2.6-linux-fc2-i386-apache-2.0.50.so JkWorkersFile /etc/httpd/conf/workers2.properties JkAutoAlias /usr/local/tomcat/webapps JkMount /java-server/* testWorker

JK-Connector 2 with IIS and Tomcat on different machines ?

2004-07-16 Thread Bjoern . Andersen
Hello, we ad IIS 5 with JK 1.x running as a frontend against TC 4.x-Cluster. All works well. Now we wanna change to IIS6, JK2 and TC5. In the proof-of-concept, I saw that JK2 needs Tomcat-Path to be configured in the registry. Why that? On our IIS-Machines, there is no Tomcat. It is running on

JK-Connector 1.2.x on IIS6 ?

2004-07-12 Thread Bjoern . Andersen
Hello, We run a TomCat4-Farm with JK-Connector's 1.2.x on IIS6 Frontends. We can't upgrade to Tomcat5 / JK 2.x jet. IIS 6 is set to IIS 5 Compatible Mode as described in the Setup. Now I heared it is also possible to run that in normal IIS6-Mode somehow... Can anyone help / supply a Howto? --

Re: JK-Connector 1.2.x on IIS6 ?

2004-07-12 Thread Tom Burke
I don't know about JK-Connector 1.2. However, since I got JK_2 working last week I have been running IIS 6 on a Windows 2003 Server in proper 'IIS 6' mode, ie with IIS 5 Emulation not ticked. All other config details were as normal. It seems to work OK, in a very light load demo environment

Apache Tomcat JK connector

2004-07-07 Thread adamk1
I hope that people on this list can help me. I have been trying to install Apache and Tomcat on a Solaris 9 machine. I have had success up to the point of apache and tomcat working. I am working on getting the JK connector to work. I was using the documentation provided at: http

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
- From: JoAnn Lemm [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 18:17 To: 'Tomcat Users List' Subject: RE: JK connector -- isapi2 -- file upload Importance: High While we're discussing this ... has anyone developed a work-around for this problem? I have beta product clients calling me, so

Vedr.: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Thomas Nybro Bolding
til Tomcat Users List Til:[EMAIL PROTECTED] cc: Vedr.: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED Hm, I just decided to test the stream terminated unexpectedly upload bug with JK2/IIS/TC5 and your statement that adding DEBUG to JK2 removes

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Alex
I've been following this thread for a while now in hopes someone would come up with something to help resolve it. My issue is not with big files, as i have that working, but sending PNG files from the application server to the client. the connection dies between the tomcat5 server and the

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
-Original Message- From: Alex [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 12:20 To: Tomcat Users List Subject: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED I've been following this thread for a while now in hopes someone would come up with something to help resolve

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Mladen Turk
-Original Message- From: Allistair Crossley Nevertheless my tests and the chap who previously mentioned logger helped his case both show that logger being switched on has _some_ effect in relation to this issue, although your case now shows that it is not the _complete_

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
I have been using JK 2.0.4 since 26th March, just after it got released and also this morning in my tests that reveal the bug is still present. Sorry! :) ADC -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 14:01 To: 'Tomcat Users List' Subject: RE: JK

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Alex
] To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED I have been using JK 2.0.4 since 26th March, just after it got released and also this morning in my tests that reveal the bug is still present. Sorry! :) ADC

RE: JK connector -- isapi2 -- file upload - SOLVED

2004-04-20 Thread Allistair Crossley
: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: 20 April 2004 14:01 To: 'Tomcat Users List' Subject: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED -Original Message- From: Allistair Crossley Nevertheless my tests and the chap who previously mentioned logger helped his

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Mladen Turk
-Original Message- From: Alex [mailto:[EMAIL PROTECTED] I do believe the link provided below is an updated dll. Yes. I've implemented it however I see no changes / differences. See the bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=15278 I'd be glad to se your

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Allistair Crossley
] Sent: 20 April 2004 12:20 To: Tomcat Users List Subject: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED I've been following this thread for a while now in hopes someone would come up with something to help resolve it. My issue is not with big files, as i have that working

RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED

2004-04-20 Thread Alex
: Allistair Crossley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: JK connector -- isapi2 -- file upload - BUG HACK PROVED Alex don't ask me where I saw this but I read that your SHM size causes issues - I cannot remember what

RE: JK connector -- isapi2 -- file upload

2004-04-19 Thread Allistair Crossley
I use a workaround - my upload form uploads to port 8080 directly and then Tomcat redirects the user back to port IIS port 80 after the upload. ADC. -Original Message- From: JoAnn Lemm [mailto:[EMAIL PROTECTED] Sent: 16 April 2004 18:17 To: 'Tomcat Users List' Subject: RE: JK connector

Re: jk connector build / configure failure

2004-04-16 Thread Christoph P. Kukulies
On Fri, Apr 16, 2004 at 07:31:40AM +0800, Eric Noel wrote: On 4/15/2004 10:28 PM, C. Kukulies wrote: In the vein of getting tomcat 5 apache 1.3.29 integration working I'm now at the point where I came to the conclusion that I need to build jakarta-tomcat-connectors-jk-1.2.5-src/jk/native

Re: jk connector build / configure failure

2004-04-16 Thread John Sidney-Woollett
Christoph P. Kukulies said: On Fri, Apr 16, 2004 at 07:31:40AM +0800, Eric Noel wrote: On 4/15/2004 10:28 PM, C. Kukulies wrote: In the vein of getting tomcat 5 apache 1.3.29 integration working I'm now at the point where I came to the conclusion that I need to build

Re: JK connector -- isapi2 -- file upload

2004-04-16 Thread E Cunningham
We verified this using Tomcat 4.1.30 not 5.x. Therein may be the problem. The connector code in Tomcat. Let's ask this then. Is there a dependency between JK2 and Tomcat? When they started to release separately one would think that any JK2 would work with any Tomcat? Does JK2 need to include

RE: JK connector -- isapi2 -- file upload

2004-04-16 Thread JoAnn Lemm
- From: E Cunningham [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 9:59 AM To: Tomcat Users List Subject: Re: JK connector -- isapi2 -- file upload We verified this using Tomcat 4.1.30 not 5.x. Therein may be the problem. The connector code in Tomcat. Let's ask

jk connector build / configure failure

2004-04-15 Thread C. Kukulies
In the vein of getting tomcat 5 apache 1.3.29 integration working I'm now at the point where I came to the conclusion that I need to build jakarta-tomcat-connectors-jk-1.2.5-src/jk/native Correct me if I'm wrong but I came there by reading and skimming the web. Noone could help me in this list so

JK connector -- isapi2 -- file upload

2004-04-15 Thread JoAnn Lemm
Hi All, I've search the archives and I've seen several posts indicating that there is a bug in the isapi connector in regards to large file uploads (or not that large, since the error seems to occur at or around 50Kb.) The problem being that the stream ended unexpectedly. The strange thing is,

Re: jk connector build / configure failure

2004-04-15 Thread Eric Noel
On 4/15/2004 10:28 PM, C. Kukulies wrote: In the vein of getting tomcat 5 apache 1.3.29 integration working I'm now at the point where I came to the conclusion that I need to build jakarta-tomcat-connectors-jk-1.2.5-src/jk/native Correct me if I'm wrong but I came there by reading and skimming the

RE: I can´t compile the jk connector source for apache 2.0.40 in Redhat 9.0

2004-03-31 Thread Dale, Matt
Is there any reason that you are not using the JK2 connector, as it was written for apache 2? -Original Message- From: Salvador Santander Gutierrez [mailto:[EMAIL PROTECTED] Sent: 31 March 2004 08:49 To: Tomcat List Subject: I can´t compile the jk connector source for apache 2.0.40

JkMount command for the setup having apache tomcat/5.0.19 not working with jk connector dll

2004-03-31 Thread Barkha Shah
Hi All, I am receiving HTTP Status 404 - /logion.jsp error while trying to send request to apache using jk connector. Jk connector version: 1.2 apache: 1.3.29 tomcat : 5.0.19 I am trying to access a site http://localhost/shoestore/login.jsp kept under the location of webapps folder in tomcat. I

RE: JK Connector versus mod_proxy

2004-03-30 Thread SH Solutions
Hi The primary benefit is, that using mod_jk, the request is not pushed to a proxy. Having a proxy in between gives serveral problems: - Authentication issues (as David mentioned) - Logging issues - Security issues All the last two come from the point, that each and every request is done by the

I can´t compile the jk connector source for apache 2.0.40 in Redhat 9.0

2004-03-30 Thread Salvador Santander Gutierrez
I'm trying to compile the source of jk connector 1.2.5 in a RedHat 9.0 with apache 2.0.40 and tomcat 4.1.24. I've installed all required (httpd-devel and all the developing tools) and I do: ./builconf.sh ./configure --with-apxs=/usr/sbin/apxs ./make all goes well but then make gives some errors

JK Connector versus mod_proxy

2004-03-29 Thread Frank Febbraro
Historically I have had problems with the JK Connectors and have typically resorted to useing mod_proxy to connect my tomcat applications to an Apache website. Can someone here tell me why this might not be a good idea? It is easy to setup and work great, however what are the additional

Re: JK Connector versus mod_proxy

2004-03-29 Thread David Smith
I use mod_proxy all the time with no problem well that is until my last webapp project. The good is you can map your webapp in anywhere and even in several places in the main site with a little help from mod_rewrite. The bad is user credentials from an authentication module in Apache

Re: JK Connector versus mod_proxy

2004-03-29 Thread Frank Febbraro
Message - From: David Smith [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 29, 2004 9:04 AM Subject: Re: JK Connector versus mod_proxy I use mod_proxy all the time with no problem well that is until my last webapp project. The good is you can map your

Re: JK Connector versus mod_proxy

2004-03-29 Thread David Smith
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 29, 2004 9:04 AM Subject: Re: JK Connector versus mod_proxy I use mod_proxy all the time with no problem well that is until my last webapp project. The good is you can map your webapp in anywhere and even in several places

Re: JK Connector SYN packet for established connection

2004-03-12 Thread David Rees
Antonio Fiol Bonnín wrote, On 3/11/2004 11:11 PM: Tomcat will detect the closed connection and return that JK thread back to the pool for later use. It won't. If the firewall has already dropped the connection, Tomcat will not notice it being closed. OK, so if the conn is dropped, TC won't know

RE: JK Connector SYN packet for established connection

2004-03-11 Thread CONANT,PATRICK (HP-FtCollins,ex1)
. -Original Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 9:47 AM To: Tomcat Users List Subject: Re: JK Connector SYN packet for established connection CONANT,PATRICK (HP-FtCollins,ex1) wrote, On 3/10/2004 7:58 AM: Our workers.properties file is pretty

RE: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
CONANT,PATRICK (HP-FtCollins,ex1) wrote: Thanks for the proposal. We made the change, but to no avail. When the IIS server came back up, we saw the same problem start almost immediately. The only other report of this problem I could find was for a different product

Re: JK Connector SYN packet for established connection

2004-03-11 Thread Antonio Fiol Bonnín
That won't help. socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. What we did (but our problem was slightly different) was: Set the tcp keepalive sysctl of the web server (it is a

Re: JK Connector SYN packet for established connection

2004-03-11 Thread David Rees
Antonio Fiol Bonnín wrote: That won't help. I think it will, see below. socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. Why will it cause problems on the Tomcat side? IMO, it

Re: JK Connector SYN packet for established connection

2004-03-11 Thread Antonio Fiol Bonnín
socket_timeout tells Apache to CLOSE connections that have been unused for that time, but only WHEN it needs it. So that will cause problems on the Tomcat side. Why will it cause problems on the Tomcat side? See below. IMO, it has a good chance of fixing the problem as Apache/mod_jk will

JK Connector SYN packet for established connection

2004-03-10 Thread CONANT,PATRICK (HP-FtCollins,ex1)
I'm running into an issue with our JK communications being interrupted by our firewall. Any help would be appreciated... Our firewall is reporting that the JK Connector is sending SYN packets for connections that are already established. The firewall is configured to drop connections

Re: JK Connector SYN packet for established connection

2004-03-10 Thread David Rees
CONANT,PATRICK (HP-FtCollins,ex1) wrote, On 3/10/2004 7:58 AM: Our workers.properties file is pretty simple: worker.list=frontend worker.frontend.host=X.XXX.hp.com worker.frontend.type=ajp13 worker.frontend.port=8007 Try setting the socket_keepalive and socket_timeout options and see if that

How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
Hello, I installed the JK connector in IIS 5.0 on Win2K, directing JSP and servlet requests for a certain context to Tomcat 4.1.29, and though it works I can't access the Tomcat resources (JSPs and servlets) anonymously. In fact, the way IIS's directory security is involved is something

RE: How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 11:17 AM To: [EMAIL PROTECTED] Subject: How does IIS directory security relate to JK connector? Hello, I installed the JK connector in IIS 5.0 on Win2K, directing JSP and servlet requests for a certain context

RE: How does IIS directory security relate to JK connector?

2004-02-18 Thread David . Ventimiglia
Fixed it, sort of. My advice to anyone having similar trouble with the Tomcat JK connector and IIS 5.0 is to futz with the Anonymous User Account settings (strip local domain name out, check the password, uncheck Allow IIS to control password). You might get lucky. -Original Message

jk connector Apache 1.3.29 Tomcat 4.1.29 too slow

2003-12-20 Thread George Shafik
Things that I'm using Platform: Linux 9 Apache 1.3.29 - built from source Tomcat 4.1.29 - built from source jakarta-tomcat-connectors-4.1.29 - yep also built from source - built my own mod_jk.so Everything works but its very very very strange - its too slow to load the jsps/servlets on every

JK connector / Tomcat 5

2003-12-19 Thread Dale, Matt
Hi, Recently I tried to use the last beta release of Tomcat 5 before it went to stable and found that the connector appeared to not be implemented or if it was then it was differently from Tomcat 4. Does anyone know if this has now been implemented or can point me towards some documentation

Problem w/JK connector

2003-11-12 Thread John_Cunningham
John Cunningham Lead Software Engineer 617.519.2453 - Forwarded by John Cunningham/BOSTON/IDX1 on 11/12/03 12:29 PM - John Cunningham 11/12/03 10:34 AM To: [EMAIL PROTECTED] cc: Subject:Problem w/JK connector Get following msg when trying

Re: Problem w/JK connector

2003-11-12 Thread Christopher Schultz
John, Get following msg when trying to invoke Apache: Syntax error on line 4 of /usr/local/Tomcat/jakarta-tomcat-4.1.27/conf/auto/mod_ jk.conf: Cannot load /usr/local/apache/modules/mod_jk.so into server: What do you get when you: $ ls -l /usr/local/apache/modules/mod_jk.so Also, is there

Re: Problem w/JK connector

2003-11-12 Thread John_Cunningham
Engineer 617.519.2453 Christopher Schultz [EMAIL PROTECTED] 11/12/03 01:39 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Problem w/JK connector John, Get following msg when trying to invoke Apache

RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-11-05 Thread Adam Krouskop
. Regards. Adam Krouskop -Original Message- From: Adam Krouskop [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 1:41 PM To: 'Tomcat Users List' Cc: 'Matthew Hall-Smith' Subject: RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load! With some good suggestions

RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load!

2003-11-05 Thread Januski, Ken
Thanks Adam, I haven't had to wrestle with this yet but I know it's waiting for me down the line. Ken -Original Message- From: Adam Krouskop [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 4:14 PM To: 'Tomcat Users List' Subject: RE: Tomcat JK Connector DLLs for IIS in IIS

  1   2   >