Hijacking the coyote connector

2005-10-11 Thread Dobbins, Michael G
In tomcat 5.0.28, we were able to replace the coyote connector using a className setting in the connector in server.xml. In tomcat 5.5.9 it looks like className is ignored. Looking at the source, it looks like the Connector is hardcoded in. Is this the case or am I missing something? My next

RE: Hijacking the coyote connector

2005-10-11 Thread Caldarale, Charles R
From: Dobbins, Michael G [mailto:[EMAIL PROTECTED] Subject: Hijacking the coyote connector My next attempt, I repackaged our connector to replace the org.apache.catalina.connector package and put that in the -Xbootclasspath I don't think that's the right place. -Xbootclasspath should

http connector secure=true

2005-10-03 Thread Reynir Hubner
Hi, I'm trying to have one connector on tomcat open with secure=true with out it being SSL or https. I just want request.isSecure() return true. This is the setup for the connector : Connector port=9020 maxThreads=150 minSpareThreads=25 maxSpareThreads=75

Re: http connector secure=true

2005-10-03 Thread Mark Thomas
ignore any messages that hijack another thread. The correct procedure is to create a new message with a new subject. This will start a new thread. Mark tomcat-user-owner Reynir Hubner wrote: Hi, I'm trying to have one connector on tomcat open with secure=true with out it being SSL or https

Vexing Problem with Tomcat connector

2005-09-28 Thread [EMAIL PROTECTED]
Hello, I have a website that I am migrating to a new server. Server is Redhat ES3 2.4.21-20.0.1.ELsmp. Server version: Apache/2.0.46 I have jakarta-tomcat-5.5.9 installed and working properly on the new server. It is perfectly accessible from the legacy web server. On the Website on the new

Re: Vexing Problem with Tomcat connector

2005-09-28 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old

ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
hi, I know the way to access Tomcat JMX support via http adaptor. I also know how to monitor an application via JMX by registering an mbeanserver. But I really confused about accessing Tomcat JMX support via RMI connector: 1. how to configure Mx4j RMI connector with Tomcat 5.5, since only

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread Dirk Weigenand
Hi, --- Ursprüngliche Nachricht --- Von: jiang ying [EMAIL PROTECTED] An: tomcat-user@jakarta.apache.org Betreff: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Datum: Wed, 21 Sep 2005 16:26:00 +0800 hi, I know the way to access Tomcat JMX support via http adaptor. I also

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread andy gordon
connector client in a very small bit of java code as well as establish as use the MBeanServerConnection class to access TOMCAT domains and MBeans. THis is probably about a 1/2 dozen LOC to gain access and there are examples to be found. You can use JConsole (JMX monitoring from SUN) which

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
suggest really do me a lot. Finally I am able to monitor the tomcat via RMI connector. Thanks a lot. cylinder From: Dirk Weigenand [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: ACCESSING TOMCAT

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread Dirk Weigenand
Hi, Before posting my question, I have studied http://jakarta.apache.org/tomcat/tomcat-5.5-doc/monitoring.html. It explains the way to activate HTTP adaptor. Well it explains how to activate jmx remote monitoring right at the start of the page. Did you follow the link to SUNs web site?

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
List tomcat-user@jakarta.apache.org To: Tomcat Users List tomcat-user@jakarta.apache.org Subject: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Date: Wed, 21 Sep 2005 16:57:20 +0200 (MEST) Hi, Before posting my question, I have studied http://jakarta.apache.org/tomcat/tomcat

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread Dirk Weigenand
Hi, --- Ursprüngliche Nachricht --- Von: jiang ying [EMAIL PROTECTED] An: tomcat-user@jakarta.apache.org Betreff: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Datum: Wed, 21 Sep 2005 23:38:36 +0800 I did follow the link to SUNs web site and did the exercise. I know how

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
Subject: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR Date: Wed, 21 Sep 2005 17:58:33 +0200 (MEST) Hi, --- Urspr�ngliche Nachricht --- Von: jiang ying [EMAIL PROTECTED] An: tomcat-user@jakarta.apache.org Betreff: Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI

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

2005-09-19 Thread Borja Bravo Alférez
or is listening on the wrong port. worker=ajp13 failed errno = 111 [Sun Sep 18 06:00:18 2005] [jk_ajp_common.c (783)]: ERROR: can't receive the response message from tomcat, network problems or tomcat is down (127.0.0.1:8009), err=-1 We have an apache 2.50 under Madriva Linux. The connector

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

2005-09-19 Thread Yassine ELassad
:00:18 2005] [jk_ajp_common.c (783)]: ERROR: can't receive the response message from tomcat, network problems or tomcat is down (127.0.0.1:8009), err=-1 We have an apache 2.50 under Madriva Linux. The connector is 1.2.6 and Tomcat 4.1 I hope you may know what may be affecting

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
the server and the service which are needed to connect to apache -- start -- Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009

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

2005-09-19 Thread Borja Bravo Alférez
and the service which are needed to connect to apache -- start -- Server port=8005 shutdown=SHUTDOWN debug=0 Service name=Tomcat-Apache !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector

Re: AJP connector maxthreads problem

2005-09-11 Thread Malcolm Warren
Thank you David and Wade for this information. I now have an idea what caused it. I have a fairly new programme that uses too many threads, and I can deal with it. However I would like to try the thread dump, but running kill -3 xxx or kill -QUIT xxx on the first Tomcat thread found after

Re: AJP connector maxthreads problem

2005-09-11 Thread Malcolm Warren
P.S. I've found the stack trace in catalina.out. I thought I could pipe it to a file, but never mind. Anyway thankyou for your help, I think I can get to the bottom of it all now. Wade Chandler wrote: --- David Wall [EMAIL PROTECTED] wrote: 1) We have only a moderately busy site with

AJP connector maxthreads problem

2005-09-10 Thread Malcolm Warren
I've got Tomcat 4.1.30 and Apache 1.3 on Linux and I've been using the jk2 connector for a year and a half without any problems. Now I've suddenly got Tomcat stopping with the following message: All threads (75) are currently busy, waiting. Increase maxThreads (75) or check the servlet status

Re: AJP connector maxthreads problem

2005-09-10 Thread David Wall
1) We have only a moderately busy site with about 500 new visitors entering from outside every day, so it would have thought it would be fairly difficult for them to use up all the 75 connections at the same time, but I do have some programmes that create their own threads, though in a

Re: AJP connector maxthreads problem

2005-09-10 Thread Wade Chandler
--- David Wall [EMAIL PROTECTED] wrote: 1) We have only a moderately busy site with about 500 new visitors entering from outside every day, so it would have thought it would be fairly difficult for them to use up all the 75 connections at the same time, but I do have some

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

IIS connector problem

2005-08-30 Thread Michael Dillon
versions) has been challenging. Thanks in advance, Mike P.S. I installed the connector using the exe installation (isapi_redirect-1.2.14.exe) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Tomcat5.5.9 - Apache Connector

2005-08-24 Thread Deepak J
Hi, I'm trying to configure the Apache-Tomcat Connector for Apache 2.0 and Tomcat 5.5.9 on my Redhat ES3.0. I downloaded the mod_jk (1.2.14) connector files : prefork and worker .so files. I' trying the Using TomCat Autoconfigure as given in the Apache website : http://jakarta.apache.org/tomcat

ssl connector

2005-08-23 Thread Bauer, Daniela
In server.xml I configured an ssl connector like this: Connector port=8443 address=${jboss.bind.address} maxThreads=100 strategy=ms maxHttpHeaderSize=8192 emptySessionPath=true scheme=https secure=true clientAuth=true keystoreFile=${jboss.server.home.dir}/keystore keystorePass=xx password=yy

Long refresh delay with apache connector

2005-08-22 Thread Zsolt
Long refresh delay with apache connector Hi, When I make a out.flush() and response.flushBuffer() the browser gets refreshed but when I go through the apache connector, the browser refreshes only when the servlet is finished. The servlet might long for a long time, how can I provide some

RE: Long refresh delay with apache connector

2005-08-22 Thread Longson, Robert
Like this perhaps? http://www.unix.org.ua/orelly/java-ent/servlet/ch06_03.htm Best regards Robert -Original Message- From: Zsolt [mailto:[EMAIL PROTECTED] Sent: 22 August 2005 13:22 To: Tomcat Users List Subject: Long refresh delay with apache connector Long refresh delay with apache

mysql, Tomcat and Connector/mxj

2005-08-19 Thread andy gordon
All, Has anyone successfully run Connector MXJ successfully with Tomcat, Standalone, or with JBoss? Connector MXJ allows you to manage MySQL databases through JDBC or JMX MBeans. - andy - Start your day with Yahoo! - make it your home page

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

error count for http connector and localhost/ default context seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
whenever i access any web application deployed on tomcat, i notice that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count also increments. i'm checking these counter values via

Re: error count for http connector and localhost/ default context seem to increment for no reason: mbean bug?

2005-07-01 Thread Mark Thomas
that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count also increments. i'm checking these counter values via the tomcat manager web application as well as through my own servlet which

Re: error count for http connector and localhost/ default context seem to increment for no reason: mbean bug?

2005-07-01 Thread Annie Wang
response. Mark Annie Wang wrote: whenever i access any web application deployed on tomcat, i notice that error count for localhost/ default[/] increments (request count also increments, not sure either if request count is suppose to increment..). http connector error count

JK connector - behavior if cachesize is exceeded

2005-06-22 Thread Möbus . Manfred
Hi, Have set up JK (1.2.13) connector from IIS to tomcat. When I define a worker to have cachesize=1, and there happen to come two simultaneous requests, the second request is aborted with status 500 Internal Server Error (as seen in IIS log file) and no bytes are returned. The isapi redirector

Problem with apache 2.0.46 and jakarta connector 1.2.13

2005-06-21 Thread Jarkka Kivikanta
Hi, I'm having a very strange problem with the connector. It creates only one connection and after this it does not create any additional connections. In the mod_jk.log I only get : [Tue Jun 21 16:16:12 2005] [13609:34976] [debug] ajp_done::jk_ajp_common.c (2046): recycling connection cache

Re: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-19 Thread charly
Subject: RE: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0 Bill: Thanks for your answer. In my case, the client just directly talks to Tomcat. So, the maxThread means maxConnections. Is it possible for Tomcat ( any version which supports

RE: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-18 Thread Feng Xie \(fxie\)
PROTECTED] On Behalf Of Bill Barker Sent: Friday, June 17, 2005 10:47 PM To: tomcat-user@jakarta.apache.org Subject: Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0 If you are fronting with Apache, then the mapping between connections

configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-17 Thread Feng Xie \(fxie\)
I like to get some help on how to configure the maximum number of connections could be supported by Tomcat5.0. There is one config attribute called maxThreads, according to Tomcat doc, which isThe maximum number of request processing threads to be created by this Connector, which therefore

Re: configuration question : the number of connections could be supported by a connector in Tomcat 5.0

2005-06-17 Thread Bill Barker
If you are fronting with Apache, then the mapping between connections and threads is more a function of your MPM. As a result, I'm just going to answer for the stand-alone Connector. In Tomcat 5.0, there is a one-to-one mapping between socket connections and threads. Pipelined HTTP/1.1 keep

RE: Connector for apache and tomcat

2005-06-16 Thread Christine Ho
/workers.properties / Connector port=8009 protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler redirectPort=8443 protocol=AJP/1.3 / Then I restart the tomcat and apache respectively. I have no problem to go to the following link through tomcat: http://localhost:8080/jsp-examples

RE: Connector for apache and tomcat

2005-06-16 Thread luc_boudreau
Please verify first that you did not added a secont connector on port 8009 in tomcat/conf/server.xml for they cannot listen both on the same port. Second, the instructions i've provided are for mod_jk.so version 1 minor 13. Please make sure you've got the right module library. It seems to me

Connector for apache and tomcat

2005-06-15 Thread Christine Ho
Hi, I am running the apache server 2.x and tomcat 5.5.x on RHEL4. I tried to setup the connector (JK1.2) between them and it didnt work. I know how to do the configuration on apache side. And I have documentation how to modify the Tomcat 4.1.x's server.xml file so that the tomcat can listen

RE: Connector for apache and tomcat

2005-06-15 Thread luc_boudreau
Please refer to message 128209 for a complete howto. Request it by sending an email to : [EMAIL PROTECTED]

RE: Connector for apache and tomcat

2005-06-15 Thread Christine Ho
/apache2/logs/jk-tomcat.log jkDebug=debug noRoot=False workersConfig=/export/chrisho/apache2/conf/workers.properties / Connector port=8009 protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler redirectPort=8443 protocol=AJP/1.3 / Then I restart the tomcat and apache respectively. I have

Problem with the connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: IfModule !mod_jk.c LoadModule jk_module /usr/lib/httpd/modules/mod_jk.so /IfModule JkWorkersFile /etc

Problem with the connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: IfModule !mod_jk.c LoadModule jk_module /usr/lib/httpd/modules/mod_jk.so /IfModule JkWorkersFile /etc

Problem with jakarta-connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: IfModule !mod_jk.c LoadModule jk_module /usr/lib/httpd/modules/mod_jk.so /IfModule JkWorkersFile /etc

Problem with jakarta-connector

2005-06-14 Thread Jarkka Kivikanta
Hi all, I am having problems with the jakarta-connector version 1.2.13 and tomcat 5.5.9. The apache version is Apache/2.0.46 (White Box). I have the following configuration in httpd.conf: IfModule !mod_jk.c LoadModule jk_module /usr/lib/httpd/modules/mod_jk .so /IfModule JkWorkersFile /etc

Re: Apache Tomcat JK1.2 Connector

2005-06-13 Thread Mladen Turk
Darrell Bechtel wrote: Both workers are setup to communicate to the localhost using port 8009?? Perhaps your /etc/hosts file has a entry that resolves the 'localhost' to that IP address. Anyhow use 127.0.0.1 instead localhost to be sure. Regards, Mladen.

Apache Tomcat JK1.2 Connector

2005-06-12 Thread Darrell Bechtel
I have connected these 2 servers previously, but I am now running into problems getting apache 2.0.5 to communicate with tomcat 5.5.9 using the jk1.2 connector on the Fedora Core 3 test 4. From looking through the jk log file it appears that apache is trying to communicate to 66.103.44.3:8009. I

RE: Apache Tomcat JK1.2 Connector

2005-06-12 Thread David Short
Look in the Apache2\conf\workers.properties file. -Original Message- From: Darrell Bechtel [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 5:41 PM To: tomcat-user@jakarta.apache.org Subject: Apache Tomcat JK1.2 Connector I have connected these 2 servers previously, but I am now

RE: Apache Tomcat JK1.2 Connector

2005-06-12 Thread Darrell Bechtel
Both workers are setup to communicate to the localhost using port 8009?? Darrell -Original Message- From: David Short [mailto:[EMAIL PROTECTED] Sent: Sunday, June 12, 2005 9:11 PM To: 'Tomcat Users List' Subject: RE: Apache Tomcat JK1.2 Connector Look in the Apache2\conf

default IP address connector binding?

2005-06-08 Thread Paul Singleton
My Linux server's eth0 supports ten IP addresses. What happens (in 5.5.9) if my HTTP Connector doesn't specify an address = 216.119.217.240 attribute? Does it use the first one? all of them? (it's working but I need to know exactly what it's doing) Paul Singleton -- No virus found

Re: default IP address connector binding?

2005-06-08 Thread Tim Funk
All of them -Tim Paul Singleton wrote: My Linux server's eth0 supports ten IP addresses. What happens (in 5.5.9) if my HTTP Connector doesn't specify an address = 216.119.217.240 attribute? Does it use the first one? all of them? (it's working but I need to know exactly what it's

Re: default IP address connector binding?

2005-06-08 Thread Markus Schönhaber
Am Mittwoch, 8. Juni 2005 16:04 schrieb Paul Singleton: My Linux server's eth0 supports ten IP addresses. What happens (in 5.5.9) if my HTTP Connector doesn't specify an address = 216.119.217.240 attribute? Does it use the first one? all of them? (it's working but I need to know

Re: Set Connector to secure but DON'T use TLS/keystore/etc.?

2005-06-08 Thread John G. Norman
or not a Connector can be set to be secure but without its wanting to do TLS, etc. I wonder if there is a way through this problem with proxy settings. Also, in the solution below, I think there are some issues with cached resources. Anyhoo . . . Scenario: 1. You have Tomcat behind a hardware SSL

Set Connector to secure but DON'T use TLS/keystore/etc.?

2005-06-07 Thread John G. Norman
For Tomcat 5.0.28: I have an SSL accelerator in front of a set of hardware load-balanced Tomcats. SSL is handled by the accelerator. HTTP requests come in on port 80 and are redirected via the load balancer (it's actually an Inkra) to a Tomcat HTTP Connector listening on port 8080. I would

binding 5.5.9 HTTP connector to specific IP address

2005-06-05 Thread Paul Singleton
I run 5.5.9 standalone under Fedora Core 3, and have ten consecutive IP addresses on one NIC. When I configure a standard HTTP connector without any particular IP address, it seems to happily accept requests on all these addresses (is this by design?) When I configure it with the extra

RE: binding 5.5.9 HTTP connector to specific IP address

2005-06-05 Thread Caldarale, Charles R
From: Paul Singleton [mailto:[EMAIL PROTECTED] Subject: binding 5.5.9 HTTP connector to specific IP address When I configure it with the extra attribute address=195.108.201.212 (not the real address) then Tomcat seems to start up happily snip but requests to that IP address fail

RE: Tomcat thread is dying unexpectedly (Tomcat5.0.28, apache2.0.54 and mod_jk 1.2.5 connector on Solaris 8)

2005-06-05 Thread Muhammad Owais Ansari
-Original Message- From: M. Owais Ansari [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 9:46 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: tomcat-user@jakarta.apache.org Subject: RE: Tomcat thread is dying unexpectedly (Tomcat5.0.28, apache2.0.54 and mod_jk 1.2.5 connector

Tomcat thread is dying unexpectedly (Tomcat5.0.28, apache2.0.54 and mod_jk 1.2.5 connector on Solaris 8)

2005-06-02 Thread Muhammad Owais Ansari
Hello there, I've tried to configure tomcat 5.0.28 with apache 2.0.54 through mod_jk connector (mod_jk.so used from file jakarta-tomcat-connectors-jk-1.2.5-solaris8-sparc-apache-2.0.47.tar.gz at jakarta.apache.org) on Solaris 5.8 (Solaris 8) platform but tomcat is dieing after some time

tomcat 5.5.x J2EE Connector

2005-06-02 Thread faisal
I found this http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg73629.html on the archive but this thread is very old and I am wondering if newer tomcat 5.5.x version implements JCA. - To unsubscribe, e-mail: [EMAIL

RE: tomcat 5.5.x J2EE Connector

2005-06-02 Thread Guy Katz
tomcat is not a J2EE implementation so you should not expect JCA to be implemented in tomcat. -Original Message- From: faisal [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 1:35 PM To: tomcat-user@jakarta.apache.org Subject: tomcat 5.5.x J2EE Connector I found this http

RE: Tomcat thread is dying unexpectedly (Tomcat5.0.28, apache2.0.54 and mod_jk 1.2.5 connector on Solaris 8)

2005-06-02 Thread pierre-yves.3.landanger
juin 2005 11:55 To: tomcat-user@jakarta.apache.org Subject: Tomcat thread is dying unexpectedly (Tomcat5.0.28, apache2.0.54 and mod_jk 1.2.5 connector on Solaris 8) Hello there, I've tried to configure tomcat 5.0.28 with apache 2.0.54 through mod_jk connector (mod_jk.so used from file jakarta

RE: Tomcat thread is dying unexpectedly (Tomcat5.0.28, apache2.0.54 and mod_jk 1.2.5 connector on Solaris 8)

2005-06-02 Thread M. Owais Ansari
Thanks for your response, Yes the tomcat still dies with out apache might be because the configuration for mod_jk are still there only the apache is shutdown. below are the updated logs after changing in workers.properties, and commenting out the following lines in server.xml !-- Connector port

jk 1.2.14 connector connection problem

2005-05-26 Thread Derrick Koes
/tomcat-users.xml/value /parameter /ResourceParams /GlobalNamingResources Service name=Catalina Connector URIEncoding=UTF-8 acceptCount=100 connectionTimeout=2 disableUploadTimeout=true port=8080 redirectPort=8443 /Connector Connector URIEncoding=UTF-8 port=8009 protocol

Re: jk 1.2.14 connector connection problem

2005-05-26 Thread Mladen Turk
Derrick Koes wrote: I've run with this configuration elsewhere without error. I'm not certain what the issue is. I have this same problem without using the loadbalancer worker. I can't even get to jkstatus. Any help is greatly appreciated. The problem is with the installation. You

RE: jk 1.2.14 connector connection problem

2005-05-26 Thread Derrick Koes
After verifying with Mladen that the setup was correct, the problem is still exhibited. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 2:39 PM To: Tomcat Users List Subject: Re: jk 1.2.14 connector connection problem Derrick Koes wrote

RE: jk 1.2.14 connector connection problem

2005-05-26 Thread Phillip Qin
worker.worker1.cache_timeout=600 worker.worker1.socket_keepalive=1 worker.worker1.reclycle_timeout=300 worker.status.type=status -Original Message- From: Derrick Koes [mailto:[EMAIL PROTECTED] Sent: May 26, 2005 3:59 PM To: Tomcat Users List Subject: RE: jk 1.2.14 connector connection problem

RE: jk 1.2.14 connector connection problem

2005-05-26 Thread Derrick Koes
Nope, no dice. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 4:06 PM To: 'Tomcat Users List' Subject: RE: jk 1.2.14 connector connection problem Try the simpliest configuration in workers.properties # Define 1 real worker using ajp13

Different Authentication Requirements Based On Connector, Port or Protocol?

2005-05-25 Thread Daniel Rigal
Hi, We have a Tomcat server (without Apache HTTP server) serving on two ports, 8080 and 8443 (HTTP and HTTPS respectively) using two connectors as described in the various Tomcat SSL FAQs. What I want to do is require users coming in on port 8443 (from the internet) to pass basic user

RE: Different Authentication Requirements Based On Connector, Por t or Protocol?

2005-05-25 Thread Wick, Daniel
to do the authentication that way too. Just my 2 cents. --Dan -Original Message- From: Daniel Rigal [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 9:09 AM To: tomcat-user@jakarta.apache.org Subject: Different Authentication Requirements Based On Connector, Port or Protocol? Hi

jakarta iis connector under heavy load

2005-05-16 Thread Anatoly Kern
Hello! One question about jakarta connector on IIS (isapi filter): Our servlet under heavy load does not receive some pages, client get error The connection with the server was reset or The server returned an invalid or unrecognized response It was with ~ 100 connections per minute. I tried

Re: jakarta iis connector under heavy load

2005-05-16 Thread Peter Rossbach
Has you set the cachesize and cache_timeout at your tcp worker ? I have read that IIS default use only one TCP socket as default. Peter PS: 100 request per minute is not a heavy load and normal high end PC :-) Anatoly Kern schrieb: Hello! One question about jakarta connector on IIS (isapi filter

Re: jakarta iis connector under heavy load

2005-05-16 Thread Mladen Turk
Anatoly Kern wrote: Hello! http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html (recovery_options=3,prepost_timeout=100,connect_timeout=100) but all Hi, prepost_timeout and connect_timeout are defined in milliseconds, Like you said read the:

SSL Connector + truststore refresh without bouncing tomcat

2005-05-15 Thread Diego Ballve
an user account. The certificate gets added to truststoreFile and other account details are set. My problem is that the SSL Connector will only read the truststoreFile when it is initialized. What I would like to have something monitoring the keystore file for changes and reload

Re: SSL Connector + truststore refresh without bouncing tomcat

2005-05-15 Thread Bill Barker
://ebxmlrr.sourceforge.net/) to allow the user to register his own certificate when creating an user account. The certificate gets added to truststoreFile and other account details are set. My problem is that the SSL Connector will only read the truststoreFile when it is initialized. What I would like

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: Building connector JK-1.2.11

2005-05-05 Thread Mladen Turk
Dan Baggott wrote: Hi, I'm attempting to build JK-1.2.11 on Solaris 2.8 (sparc) for use with Apache 1.3. There was a thread on the same subject but for the Apache 2 with the same problem. The reason why build fails is because the Solaris 8 make is some sort of BSD make that does not populate

SSL Connector with client auth in TC 5.5.9

2005-05-04 Thread Domenico Aquilino
We are switching to TC 5.5.9 in an embedded server. In version 5.0.29, whe configured SSL with client auth as follows: CoyoteConnector connector = new CoyoteConnector(); connector.setAddress( host ); connector.setPort( port ); connector.setSecure(true); connector.setCiphers

Building connector JK-1.2.11

2005-05-02 Thread Dan Baggott
on it... checking for perl... /usr/bin/perl building connector for apache-1.3 checking for target platform... unix no apache given ...Enabling EAPI Support... configure: creating ./config.status config.status: creating Makefile config.status: creating apache-1.3/Makefile config.status: creating

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
to the httpd.conf file, but everytime I did, it barked on startup so I've left it out. The other mods to httpd.conf are to enable the connector, in a section of the file that is not part of a VirtualHost declaration. I modified the JkLogLevel and file so I could attempt to see what's happening

Pb with thread and http-connector

2005-04-21 Thread Xavier AMBROSIONI
Hi, I'm running tomcat 4.1.31 on HP-UX 11i with the HotSpot JVM 1.4.2_02. I'm using a Coyote HTTP/1.1 Connector. I'm investigating the following memory issue : the heap size grows until the -Xmx value and then the I have a java.lan.OutOfMemory exception. Using HPjmeter to profile my appliation

  1   2   3   4   5   6   7   8   9   10   >