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 r

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 mi

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

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 : The port is opened with out errors, but does never return anything, and I see no errors

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 thread.

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 s

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
Tomcat Users List" 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: A

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

Re: ACCESSING TOMCAT JMX SUPPORT REMORTELY VIA THE RMI CONNECTOR

2005-09-21 Thread jiang ying
TED]> Reply-To: "Tomcat Users List" To: "Tomcat Users List" 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/tomca

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
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" To: "Tomcat Users List" Subject: Re: ACCESSING TOMCAT JMX SUPPORT REMOR

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 is

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 acces

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: Re: Jk connector fails to connect... after some time working ( seems solved )

2005-09-19 Thread Borja Bravo Alférez
rstand 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 connecto

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

2005-09-19 Thread Yassine ELassad
erver.xml examples of connectors will be really apreciated although I will prefer a 4.1 configuration. My jk connector config is: ( I am making changes quite often looking a stable configuration ) Regards, Borja -

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

2005-09-19 Thread Borja Bravo Alférez
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 connector config is: ( I am making changes quite ofte

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

2005-09-19 Thread Yassine ELassad
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 is 1.2.6 and Tomcat 4.1 I hope you may know what

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

2005-09-19 Thread Borja Bravo Alférez
rted 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. T

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

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-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

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 fairly

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

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. http://www.cflex.net/showfiledetails.cfm?Channe

RE: JK Connector with IIS

2005-09-07 Thread Tracy Spratt
list in IIS. Tracy -Original 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

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

IIS connector problem

2005-08-30 Thread Michael Dillon
I've missed, but sifting through the different howto's (for older 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 uns

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:

ssl connector

2005-08-23 Thread Bauer, Daniela
In server.xml I configured an ssl connector like this: clientAuth=true requires a client certificate. If a user doesn't have a certificate, I would like to redirect to a http-connection or show a costum error page. how can I realize this redirect/error page in the connector? Any tho

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

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

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 t

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 addi

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 othe

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

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

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

2005-07-14 Thread Bryan Scarbrough
To: Tomcat Users List > Subject: Re: 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

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

2005-07-14 Thread Alex Sansom
t: Re: 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 l

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/connector

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.

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

2005-07-01 Thread Annie Wang
clude a favicon.ico hence the 404 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

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

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 value

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

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

2005-06-19 Thread charly
05 5:25 AM 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 suppo

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\)
EMAIL 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 connection

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

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 is " The maximum number of request processing threads to be created by this C

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 s

RE: Connector for apache and tomcat

2005-06-16 Thread Christine Ho
I fixed the problem already. thanks, Christine --- Christine Ho <[EMAIL PROTECTED]> wrote: > Thanks. I have tried it and I still cant make it > work. > But it is better than before. I got HTTP status 404 > - > /jsp-eg/index.html. > > In error.log in apache, I got the following: > > [Wed Jun 1

RE: Connector for apache and tomcat

2005-06-15 Thread Christine Ho
Thanks. I have tried it and I still cant make it work. But it is better than before. I got HTTP status 404 - /jsp-eg/index.html. In error.log in apache, I got the following: [Wed Jun 15 15:33:04 2005] [emerg] No JkShmFile defined in httpd.conf. LoadBalancer will not function properly! No JkShmFi

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]

Connector for apache and tomcat

2005-06-14 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 list

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: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk .so" 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: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk.so" JkWorkersFile /etc/httpd/conf/workers.

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: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk.so" 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: LoadModule jk_module "/usr/lib/httpd/modules/mod_jk.so" 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. --

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 Ap

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

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: Set Connector to "secure" but DON'T use TLS/keystore/etc.?

2005-06-08 Thread John G. Norman
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 ha

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

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 ex

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

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

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
is 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 con

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 > bu

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: 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
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 4:42 PM To: [EMAIL PROTECTED]; 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 on Solaris 8) Increase your log le

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
ent: jeudi 2 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

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

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 P

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

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 u

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
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 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 probabl

jk 1.2.14 connector connection problem

2005-05-26 Thread Derrick Koes
# # # The workers that your plugins should create and work with # The name of the worker can contain only the alphanumeric characters # [a-z][A-Z][0-9] and is case insensitive. # # Add 'inprocess' if you want JNI connector worker.list=loadbalancer,j

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

2005-05-25 Thread Wick, Daniel
irewalls. You might be able to use apache 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 B

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 authentica

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: http://jakarta.apache.org/tomcat/connector

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

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

Re: SSL Connector + truststore refresh without bouncing tomcat

2005-05-15 Thread Bill Barker
webapp (The freebXML Registry, > http://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 rea

SSL Connector + truststore refresh without bouncing tomcat

2005-05-15 Thread Diego Ballve
ng 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 it to t

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

2005-05-07 Thread Peter Rossbach
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 I always get either a 404 or a 200. If I hit to

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 wha

Re: Building connector JK-1.2.11

2005-05-04 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 'first

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
checking for flock... no checking for setsockopt in -lsocket... yes checking whether to use SO_RCVTIMEO with setsockopt()... no checking whether to use SO_SNDTIMEO with setsockopt()... no need to check for Perl first, apxs depends on it... checking for perl... /usr/bin/perl building connector for &q

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 Ted Christensen
were also instructions to add "AddModule jk_module" 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 t

Re: apache + tomcat + JK connector configuration

2005-04-26 Thread anshul shrivastava
> To: "Tomcat Users List" 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 To

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. >

Re: apache + tomcat + JK connector configuration

2005-04-26 Thread anshul shrivastava
7;Tomcat Users List'" 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/mod_jk.so JkWorkersFile conf/workers.properties J

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 profil

  1   2   3   4   5   6   7   8   9   10   >