RE: Tomcat (embedded in JBoss) hangs during startup of SSL connector

2003-12-18 Thread Nicolai Bieber
: Mittwoch, 17. Dezember 2003 17:27 An: [EMAIL PROTECTED] Betreff: Tomcat (embedded in JBoss) hangs during startup of SSL connector Hi there, I've encountered a strange problem while starting jboss 3.2.1 (including tomcat 4.1.24) with the SSL-Connector enabled on port 443: Symptom: The server hangs

RE: Quick questions about Connector connectionTimeout

2003-12-18 Thread Howard Jim
Does anyone have any insight on this? Any help at all would be much appreciated. Thank you. Jim -Original Message- From: Howard Jim Sent: Thursday, December 18, 2003 8:48 AM To: [EMAIL PROTECTED] Subject: Quick questions about Connector connectionTimeout My current config looks

Re: Quick questions about Connector connectionTimeout

2003-12-18 Thread Bill Barker
this: Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8011 minProcessors=5 maxProcessors=150 enableLookups=false redirectPort=443 acceptCount=10 debug=0 connectionTimeout=-1 useURIValidationHack=false protocolHandlerClassName

Tomcat (embedded in JBoss) hangs during startup of SSL connector

2003-12-17 Thread Nicolai Bieber
Hi there, I've encountered a strange problem while starting jboss 3.2.1 (including tomcat 4.1.24) with the SSL-Connector enabled on port 443: Symptom: The server hangs while initializing the SSL-connector and never comes back (at least not for several hours). So the whole start-up processes

Connector Error

2003-12-17 Thread Steven Garrett
Hi there, I know there is a link/page that will tell me what this error is: [error] mod_jk child init 1 -2 [error] jk2_init() Can't find child 2529 in scoreboard I just can't find it. Could someone please point me to it. Thanks in advance, Steve

Confusing - Compression 5.0.16 - Filter or connector???

2003-12-09 Thread Ron Andersen
I am only using one platform and I need the best performance, since I will be compressing images. Therefore, if I use the connector compression, shall I turn the filter compression off(in web.xml). Also, does the connector(in server.xml) support the following attributes?? compression

RE: Confusing - Compression 5.0.16 - Filter or connector???

2003-12-09 Thread Shapira, Yoav
Howdy, That's not at all trivial to answer. The connector offers better performance as Remy said. How much better? I don't know. I haven't seen benchmarks, so you might want to do a few JMeter runs on your server, one with the connector compression and one with the filter. If you use one

Re: Confusing - Compression 5.0.16 - Filter or connector???

2003-12-09 Thread Erik Wright
the connector compression, shall I turn the filter compression off(in web.xml). Also, does the connector(in server.xml) support the following attributes?? compression=on compressionMinSize=2048 noCompressionUserAgents=gozilla, traviata compressableMimeType=text/html,text/xml Remy Maucherat

Re: Confusing - Compression 5.0.16 - Filter or connector???

2003-12-09 Thread Aymeric Alibert
use the connector compression, shall I turn the filter compression off(in web.xml). Also, does the connector(in server.xml) support the following attributes?? compression=on compressionMinSize=2048 noCompressionUserAgents=gozilla, traviata compressableMimeType=text/html,text/xml Remy

Starting coyote connector manually

2003-12-09 Thread Subbu Srinivasan
Folks, Has anyone started a SSL connector programatically from a servlet instead of through the server.xml file? I started a SSL connector programatically, but none of the requests are going through. I got the following error. Dec 9, 2003 3:01:18 PM org.apache.coyote.tomcat5

Re: Port 8443 Connector Question

2003-12-05 Thread Kagi (sm)
X-Kagi-AutoReply:r2db Hello, You sent an email that does not contain the formated purchase data that this email account is able to parse. So that we may be able to assist you, we offer the following suggestions. If you are writing to ask a question about a payment made to Kagi, you might be

RE: Instructions for compiling JK2 connector for tomcat 5?

2003-12-05 Thread Neil Aggarwal
connector for tomcat 5? Neil, Have not talked to you in a while, and I have not tried this particular Linux configuration, but I can tell you that it is not unusual to have to either copy files from one directory to another or set up symbolic links to make the ant build/make work

Port 8443 Connector Question

2003-12-04 Thread John Kammer
... In the server.xml file... Having enabled SSL on port 8443 I have a question regarding the clientAuth attribute of the Factory tag. The value for the clientAuth attribute can be either 'true' or 'false'. What specifically will the server be expecting from a connection when clientAuth is

Instructions for compiling JK2 connector for tomcat 5?

2003-12-04 Thread Neil Aggarwal
Hello: Are there any instructions for compiling the JK2 connector for Tomcat 5? I am trying to do this on a RedHat 9 machine with the IBM 1.4.1 SR1 JDK. I have ant 1.5.3 installed and the ANT_HOME variable set properly. I have apache 2.0.45 installed in /usr/local/apache I have an enviroment

Re: Port 8443 Connector Question

2003-12-04 Thread Tim Funk
From ... http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html Set this value to true if you want Tomcat to require all SSL clients to present a client Certificate in order to use this socket. -Tim John Kammer wrote: ... In the server.xml file... Having enabled SSL on port 8443 I

RE: Instructions for compiling JK2 connector for tomcat 5?

2003-12-04 Thread Jerry Birchler
:[EMAIL PROTECTED] Sent: Thursday, December 04, 2003 5:58 PM To: 'Tomcat-User' Subject: Instructions for compiling JK2 connector for tomcat 5? Hello: Are there any instructions for compiling the JK2 connector for Tomcat 5? I am trying to do this on a RedHat 9 machine with the IBM 1.4.1 SR1 JDK. I

Re: Problems with Tomcat 4.1.27 and MySQL J/Connector 3.0.9 (stable)

2003-12-03 Thread Doug Parsons
Here's my two cent's. The problem is that when I try to open the connection by calling method dataSource.getConnection() it throws a java.sql.SQLException stating Cannot load JDBC driver class 'null'. Had the same problem on 4.1.29 and 3.23.58 Try adding this to the Web.xml servlet-mapping

Re: Problems with Tomcat 4.1.27 and MySQL J/Connector 3.0.9 (stable)

2003-12-03 Thread Ilari Kontinen
ke, 2003-12-03 kello 04:19, Doug Parsons wrote Had the same problem on 4.1.29 and 3.23.58 Try adding this to the Web.xml servlet-mapping servlet-nameinvoker/servlet-name url-pattern/servlet/*/url-pattern /servlet-mapping Does not make sense, since I do not have servlets in my web

Re: Problems with Tomcat 4.1.27 and MySQL J/Connector 3.0.9 (stable)

2003-12-03 Thread Ilari Kontinen
Realm className=org.apache.catalina.realm.DataSourceRealm debug=99 dataSourceName=jdbc/TestDB userTable=UserTBL userNameCol=userid userCredCol=pass userRoleTable=RoleTBL roleNameCol=role/ The Realm did not change. Sorry, the Realm indeed changed. I had to change the

Problems with Tomcat 4.1.27 and MySQL J/Connector 3.0.9 (stable)

2003-12-02 Thread Ilari Kontinen
Hello, I am developing a JSP-based web application that uses database (MySQL) to preserve data. I am using a datasource (javax.sql.DataSource) as a global resource and a datasource realm (org.apache.catalina.realm.DataSourceRealm) as a realm for authenticating the users of my web application. I

Re: Opening .JSP file through Apache without using mod_jk connector ?

2003-12-01 Thread Christopher Schultz
Soma, Is is possible to open .JSP files through Apache Server without using Mod_JK connector. Currently I'using Mod_JK connector 4.1.27 between Apache 2.0.40 and Tomcat 2.1.47 on Red Hat Linux 9.0. So, you want Apache to serve the .jsp file? It can certainly do that, but it will not actually

Opening .JSP file through Apache without using mod_jk connector ?

2003-11-30 Thread somashekara D M
Hi all, Is is possible to open .JSP files through Apache Server without using Mod_JK connector. Currently I'using Mod_JK connector 4.1.27 between Apache 2.0.40 and Tomcat 2.1.47 on Red Hat Linux 9.0. Can anyone help me on this ? TIA, SOMA

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-28 Thread Bhavdeep Sharma
Bhavdeep -Original Message- From: Wendell Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:04 AM To: 'Tomcat Users List' Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Looks like you've set up a worker for ajp12 instead of ajp13

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Bhavdeep Sharma
To: Tomcat Users List Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector You will find more infos here. http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html Remember to restart iis and tomcat after modify properties files (workers.properties

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-27 Thread Antony Paul
List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 6:06 PM Subject: RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Thanks all (especially Walter do Valle, Wendell Holmes, Stphane Brogi) for the help. I will check on the link and try what they suggest

Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-26 Thread Walter do Valle
connector Hi all, I am running tomcat 4.0 as service on Win 2K I am trying to connect IIS to tomcat on AJP 13 connector using JK1.2 (isapi_redirect_1.2.5.dll) I try to access the sample JSP page using IIS and get the error Page cannot be displayed The same JSP page works fine if I

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-26 Thread Stphane Brogi
] Envoy : mercredi 26 novembre 2003 12:48 : Tomcat Users List Objet : Re: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Try this It helps me a lot. http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm - Original Message - From: Bhavdeep Sharma

Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-25 Thread Bhavdeep Sharma
Hi all, I am running tomcat 4.0 as service on Win 2K I am trying to connect IIS to tomcat on AJP 13 connector using JK1.2 (isapi_redirect_1.2.5.dll) I try to access the sample JSP page using IIS and get the error Page cannot be displayed The same JSP page works fine if I access it directly from

Best Connector for mod_jk + 4.1.x

2003-11-25 Thread Mike Millson
I am using Tomcat 4.1.24 on Red Hat Linux 9 with the mod_jk (ajp13) connector to forward requests from Apache 2.0. There are 2 connectors that will handle mod_jk/ajp13: (1) org.apache.ajp.tomcat4.Ajp13Connector (2) org.apache.jk.server.JkCoyoteHandler What are the advantages/disadvantages

RE: Tomcat 4 - IIS 5 on Win 2K: Unable to connect IIS to tomcat on AJP13 connector

2003-11-25 Thread Wendell Holmes
on Win 2K: Unable to connect IIS to tomcat on AJP13 connector Hi all, I am running tomcat 4.0 as service on Win 2K I am trying to connect IIS to tomcat on AJP 13 connector using JK1.2 (isapi_redirect_1.2.5.dll) I try to access the sample JSP page using IIS and get the error Page cannot

Re: Apache Tomcat connector FAQ admin?

2003-11-24 Thread Tim Funk
time) -Tim Oscar Carrillo wrote: Hi, I have to move my tutorial listed on the Apache Tomcat Connector FAQ page. I'm wondering who I should contact. I couldn't find the contact info on the FAQ. I guess it's not Frequent enough:) I believe I remember Tim Funk starting it, but maybe it's changed now

need attribute for java key password for ssl connector

2003-11-24 Thread Ian Elverson
I have a customer that has assigned a password to his private key and a separate password to his keystore...and is unwilling to make them the same. I can't get Tomcat (using 4.0) to access the cert in his keystore because I can't figure out what attribute to use to specify the key password. I

Apache Tomcat connector FAQ admin?

2003-11-23 Thread Oscar Carrillo
Hi, I have to move my tutorial listed on the Apache Tomcat Connector FAQ page. I'm wondering who I should contact. I couldn't find the contact info on the FAQ. I guess it's not Frequent enough:) I believe I remember Tim Funk starting it, but maybe it's changed now. I don't have a new URL yet

Re: Connector and MBean

2003-11-19 Thread Bill Barker
As long as you don't care that it doesn't work with the 'admin' webapp, and you register the MBean correctly, it should work. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I wrote my own Connector for Tomcat which have to be registered on the MbeanServer since version 4.1

Connector and MBean

2003-11-18 Thread Arthur . Cieslik
Hello, I wrote my own Connector for Tomcat which have to be registered on the MbeanServer since version 4.1. Without registration, Tomcat throw an Exception ManagedBean is not found ... and the MBeanServer is not available for the Tomcat Administration. I tried to register the Connector using my

IIS tomcat 4.1 jk2 connector

2003-11-13 Thread Stéphane Brogi
I have a web server IIS 5.0 with tomcat 4.1.12 running with JK2 connector (isapi2_redirector.dll). The configuration works fine except for one link redirection calling a jsp. This problem appears only when using the jk2 connector because if we use the port 8080 with the tomcat standalone web

Problem with IIS tomcat 4.1 jk2 connector

2003-11-12 Thread Stéphane Brogi
Hi First sorry for my english. We have a web server with tomcat 4.1.12 running with JK2 connector (isapi2_redirector.dll). The configuration works fine except for one link redirection calling a jsp. This problem appears only when using the jk2 connector because if we use the port 8080

RE: Problem with IIS tomcat 4.1 jk2 connector

2003-11-12 Thread Andy Eastham
connector Hi First sorry for my english. We have a web server with tomcat 4.1.12 running with JK2 connector (isapi2_redirector.dll). The configuration works fine except for one link redirection calling a jsp. This problem appears only when using the jk2 connector because if we use the port

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: Connector Problem

2003-11-09 Thread lohcl
] cc: (bcc: LOH Choon Leng/Mfg Plan Sys/CHRT/ST Group) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-07 Thread geeta
[EMAIL PROTECTED] Subject: Re: Connector Problem Hi ! I am using solaris 2.8, will this set of instruction works fine as well ? where do I get rpm : autmake, autoconfig, m4 libtool from ? Best Regards, Loh Choon Leng Chartered Semiconductor Manufacturing

Tomcat + jk2 connector configuration

2003-11-07 Thread Tatu Vanhanen
/user1/ means that Apache should forward the requests having 'user1' to user1's running Tomcat instance. We have this working with the ancient Warp- connector but we should move to jk2 because of some issues with warp. Could someone please include some example of workers2.properties/jk2.properties

Re: Connector Problem

2003-11-07 Thread lohcl
Hi, I have downloaded the automake, autoconf, libtool from GNU and installed, and try to execute the following command to build the connector, however, following error occur. cannot proceed further ... anyone can help ? I did not seems to get libtoolize installed when installing the libtool

Re: Tomcat + jk2 connector configuration

2003-11-07 Thread inaminute
with the ancient Warp- connector but we should move to jk2 because of some issues with warp. Could someone please include some example of workers2.properties/jk2.properties that would give us some hint of how to make things work. Yes, we have tried to configure things but apparently something has

Re: Connector Problem

2003-11-07 Thread lohcl
: Connector Problem

Re: Connector Problem

2003-11-07 Thread Chong Yu Meng
] cc: (bcc: LOH Choon Leng/Mfg Plan Sys/CHRT/ST Group) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-07 Thread Chong Yu Meng
the following command to build the connector, however, following error occur. cannot proceed further ... anyone can help ? I did not seems to get libtoolize installed when installing the libtool. $PWD ./buildconf.sh libtoolize --force --automake --copy aclocal aclocal: configure.in: 22: macro

RE: Tomcat + jk2 connector configuration

2003-11-07 Thread Dean Searle
] Sent: Fri 11/7/2003 02:17 To: User Tomcat Cc: Subject:Tomcat + jk2 connector configuration Hello, We have a development environment where each developer has a separate Tomcat instance to play with. Each Tomcat should listen in it's port for requests coming from the Apache front-end

Re: Connector Problem

2003-11-06 Thread Chong Yu Meng
to work for your competitor across the street in Woodlands (TECH Semiconductor) several years ago. Regards, pascal chong [EMAIL PROTECTED] wrote: When following the following procedure to build the connector, Building * Install tomcat(3.3, 4.0, 4.1). Install Apache(1.3, 2.0). Any

Re: Connector Problem

2003-11-06 Thread lohcl
) Subject: Re: Connector Problem

Re: Connector Problem

2003-11-05 Thread lohcl
When following the following procedure to build the connector, Building * Install tomcat(3.3, 4.0, 4.1). Install Apache(1.3, 2.0). Any combination is fine, but j-t-c developers should have them all. * Copy build.properties.sample to build.properties * Edit build.properties to taste

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: Connector Problem

2003-11-05 Thread Bill Barker
following the following procedure to build the connector, Building * Install tomcat(3.3, 4.0, 4.1). Install Apache(1.3, 2.0). Any combination is fine, but j-t-c developers should have them all. * Copy build.properties.sample to build.properties * Edit build.properties to taste

AW: Session mixup problem in Tomcat with Coyote Connector

2003-11-05 Thread Markus Heussen
with Coyote Connector Hi, We are seeing a session mixup problem in a deployed tomcat instance running with coyote connector. A user is seeing another user's data and request parameters. We took a look at the Coyote code and found out that parameters are not reset till the next request. If a thread

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

tomcat connector 4.1.29 problem

2003-11-05 Thread Phillip Qin
I upgraded tomcat from 4.1.24 to 4.1.29. There are two issues with the new connector. 1. If I use the old connector 4.1.24 with tomcat 4.1.29, I got this error but tomcat ran fine. INFO: APR not loaded, disabling jni components: java.io.IOException: java.lang.UnsatisfiedLinkError: /usr/local

Re: tomcat connector 4.1.29 problem

2003-11-05 Thread Jeff Tulley
When you say you built the new connector, where did you get your source? From the HEAD of the repository? I know there is some work going on right now on the mod_jk2 connector, to move it to using the APR library exclusively. You might have gotten a version that is in transition. Of course

RE: tomcat connector 4.1.29 problem

2003-11-05 Thread Phillip Qin
I downloaded connector source from http://apache.mirror.secondchapter.info/jakarta/tomcat-4/v4.1.29/src/ Please ignore issue 1 since I don't use jni. -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: November 5, 2003 1:52 PM To: [EMAIL PROTECTED] Subject: Re: tomcat

Re: Connector Problem

2003-11-05 Thread srevilak
lohcl When following the following procedure to build the connector, [snip ..] lohcl Following error occur, pls help ... lohcl BUILD FAILED lohcl file:/PTSDEV/jakarta-tomcat-connectors-4.1.27-src/jk/native/build.xml:222: lohcl java.io.IOException: libtool: not found You need to have the tools

RE: Connector Problem

2003-11-05 Thread Phillip Qin
Linux's libtools is needed. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: November 5, 2003 3:33 PM To: Tomcat Users List Subject: Re: Connector Problem lohcl When following the following procedure to build the connector, [snip ..] lohcl Following error

Session mixup problem in Tomcat with Coyote Connector

2003-11-04 Thread Krishna Ganti
Hi, We are seeing a session mixup problem in a deployed tomcat instance running with coyote connector. A user is seeing another user's data and request parameters. We took a look at the Coyote code and found out that parameters are not reset till the next request. If a thread switch were

RE: Session mixup problem in Tomcat with Coyote Connector

2003-11-04 Thread Tracy Saward
: Session mixup problem in Tomcat with Coyote Connector Hi, We are seeing a session mixup problem in a deployed tomcat instance running with coyote connector. A user is seeing another user's data and request parameters. We took a look at the Coyote code and found out that parameters are not reset

Connector Problem

2003-11-04 Thread lohcl
Trying to build the connector, got the following error, anyone can help? $PWD ./buildconf.sh libtoolize --force --automake --copy ./buildconf.sh: libtoolize: not found aclocal ./buildconf.sh: aclocal: not found automake -a --foreign -i --copy ./buildconf.sh: automake: not found autoconf

Re: Connector Problem

2003-11-04 Thread David Rees
[EMAIL PROTECTED] wrote: Trying to build the connector, got the following error, anyone can help? $PWD ./buildconf.sh libtoolize --force --automake --copy ./buildconf.sh: libtoolize: not found aclocal ./buildconf.sh: aclocal: not found automake -a --foreign -i --copy ./buildconf.sh: automake

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

2003-11-03 Thread Sarel Bester
PROTECTED] Sent: Thursday, October 30, 2003 07:40 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS - Won't Load! One additional thing to note (though it may be obvious to some), is that the ISAPI function needs to be enabled

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

2003-10-30 Thread Sarel Bester
2340790 Cell: +27 82 8825009 e-mail: [EMAIL PROTECTED] -Original Message- From: Adam Krouskop [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 08:41 To: 'Tomcat Users List' Cc: 'Matthew Hall-Smith' Subject:RE: Tomcat JK Connector DLLs for IIS in IIS 6.0

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

2003-10-30 Thread Matthew Hall-Smith
In the IIS console, try Website Properties - Service (tab) - Isolation Mode :) Matt -Original Message- From: Sarel Bester [mailto:[EMAIL PROTECTED] Sent: Thursday, 30 October 2003 9:06 p.m. To: Tomcat Users List Subject: RE: Tomcat JK Connector DLLs for IIS in IIS 6.0/Win2k3SBS

coyote connector timeout in seconds or milliseconds?

2003-10-30 Thread Klaas van der Ploeg
Hi All, Using tomcat4.1.12 (but seen in other versions too). According to the documentation the connection timeout for the coyote connector is set in milliseconds (in server.xml, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/coyote.html). However, the implementation

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

2003-10-30 Thread rsteck
Tomcat Web Server Connector JK 1.2.5. The various registry settings and configuration files are setup the standard way described in the numerous online tutorials for setting up IIS to work with Tomcat. (One, for instance, is located at http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-iis

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

2003-10-29 Thread Adam Krouskop
Server talking to Tomcat 4.1.27 via Tomcat Web Server Connector JK 1.2.5. The various registry settings and configuration files are setup the standard way described in the numerous online tutorials for setting up IIS to work with Tomcat. (One, for instance, is located at http://jakarta.apache.org

Tomcat + Connector issues

2003-10-27 Thread Tatu Vanhanen
Hello I have two questions about Tomcat and connnectors. The front-end web server is Apache. 1.) When using Tomcat 4.1.24 and the Warp- connector, the creation of the servlet and the call to init() happens two times (even the class loading). Normally this would not be a great problem, but in my

Tomcat + Connector issues

2003-10-27 Thread Tatu Vanhanen
Hello I have two questions about Tomcat and connnectors. The front-end web server is Apache. 1.) When using Tomcat 4.1.24 and the Warp- connector, the creation of the servlet and the call to init() happens two times (even the class loading). Normally this would not be a great problem, but in my

Re: Tomcat + Connector issues

2003-10-27 Thread Bill Barker
Tatu Vanhanen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello I have two questions about Tomcat and connnectors. The front-end web server is Apache. 1.) When using Tomcat 4.1.24 and the Warp- connector, the creation of the servlet and the call to init() happens two times

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

2003-10-24 Thread Adam Krouskop
(never green and up) and the service log shows that the filter fails to lead each time I restart IIS. I am using identical /conf files and registry settings as my *working* IIS 5.1/XP setup. (And that setup is based on the general setup guide for the IIS connector on the jakarta.apache.org site

Fake https connector

2003-10-23 Thread Norris Shelton
parameters on the standard connector. I was thinking that I could use a regular connector, but change scheme to https. This would give my filter what it needs and still allow BigIP to perform decryption. However, when I do this, requests to https (443) hang. They never get through. Any ideas

jk2 connector with apache 1.3 ?

2003-10-21 Thread Javier Sanchez Monzon
Hi there, i have only one question, do you know if the jk2 connector can also be connected with apache 1.3 ? regards, tino - This mail sent through IMP: http://horde.org/imp

Restrict Coyote/JK2 AJP 1.3 connector to local loopback interface

2003-10-21 Thread Sascha Hess
Hi there! I couldn't figure out how to restrict Coyote/JK2 AJP 1.3 connector to the local loopback interface. Actually, I would expect the default settings in workers.properties (worker.ajp13.host=localhost) to only bind to the local loopback device, but a netstat -an indicates: Proto Recv-Q Send

RE: Restrict Coyote/JK2 AJP 1.3 connector to local loopbackinterface

2003-10-21 Thread Francois JEANMOUGIN
I couldn't figure out how to restrict Coyote/JK2 AJP 1.3 connector to the local loopback interface. Actually, I would expect the default settings in workers.properties (worker.ajp13.host=localhost) to only bind to the local loopback device, You should try the address attribute under

RE: jk2 connector with apache 1.3 ?

2003-10-21 Thread Greg_Cope
Yes it can! Greg -Original Message- From: Javier Sanchez Monzon [mailto:[EMAIL PROTECTED] Sent: 21 October 2003 10:12 To: Tomcat Users List Subject: jk2 connector with apache 1.3 ? Hi there, i have only one question, do you know if the jk2 connector can also be connected

warp connector under tomcat 4.1?

2003-10-20 Thread Javier Sanchez Monzon
Hi all there, do you know if the warp connector still works on the tomcat 4.1.27 ? I have an apache 1.3(solaris), this is already setup with mod_webapp. On the other side i have tomcat 4.1.27 and my application that want to present. Do you know if this tomcat version still have

mod_webapp connector ?

2003-10-19 Thread Javier Sanchez Monzon
Hi all, i am searching the mod_webapp web connector in order to connect tomcat 4.1.27 LE and Apache 1.3.27. I am using solaris. This connector does not appear anymore under the jakarta-tomcat server. Anyone that already downloaded it?, please send me it to this email. tino

Re: mod_webapp connector ?

2003-10-19 Thread Nikola Milutinovic
i am searching the mod_webapp web connector in order to connect tomcat 4.1.27 LE and Apache 1.3.27. I am using solaris. This connector does not appear anymore under the jakarta-tomcat server. Anyone that already downloaded it?, please send me it to this email. mod_webapp is not maintained

Re: Log4j debugging of Coyote HTTP/1.1 connector

2003-10-14 Thread Mike Dillon
On Mon, Oct 13, 2003 at 11:07:32PM -0700, Bill Barker wrote: Should work fine as long as your log4j jar file is in common/lib. This is my usual configuration for debugging Tomcat problems. Actually, I was simply wrong to think that these messages were going through commons-logging or log4j.

Log4j debugging of Coyote HTTP/1.1 connector

2003-10-13 Thread Mike Dillon
Hello- I am trying to debug an OutOfMemoryError that I think is occuring inside of the Coyote connector. I have tried a couple of approaches to try to get logging, but I can't get a stack trace for these errors. 1. I stuck a log4j.properties file in common/classes/ setting the level

Re: Log4j debugging of Coyote HTTP/1.1 connector

2003-10-13 Thread Bill Barker
Mike Dillon [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello- I am trying to debug an OutOfMemoryError that I think is occuring inside of the Coyote connector. I have tried a couple of approaches to try to get logging, but I can't get a stack trace for these errors. 1. I

[ANN] Apache Tomcat mod_jk 1.2.5 Web Server Connector released

2003-10-11 Thread Glenn Nielsen
[October 11, 2003] The Tomcat team is pleased to announce the release of version 1.2.5 of the Apache Tomcat mod_jk web server connector. Tomcat is the reference implementation of a web application server which implements the Java Servlet and JavaServer Pages specifications. mod_jk is a connector

Re: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-08 Thread jerome moliere
Boulatian, Misak wrote: Hi Jeromy, Hi misak, I am sorry. I thought my attachments made to the list. Here I am including them directly here. Please look at it and let me know if I have done anything wrong. When I point my browser to the link: http://[web-server-ip]/test1 it works. When I point

RE: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-08 Thread Boulatian, Misak
in fact what is your aim ? do you want to be able to switch from T1 to T2 or T3 for one request to the next one ? because this is what i suggested while deploying a load balancer Do you your 3 instances behave exctly from the same manner or do you want to deploy different web-apps on

jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread Boulatian, Misak
Hi,I am trying to setup jk2 connector on a single apache instance to connect to multiple jboss instances running on the same machine usingjboss-port-bindings.xml. Based onjboss-port-bindings.xml I have three instances having the following ports for jk2 connector: 8009, 8109, 8209

Re: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread jerome moliere
Boulatian, Misak wrote: Hi, I am trying to setup jk2 connector on a single apache instance to connect to multiple jboss instances running on the same machine using jboss-port-bindings.xml. Based on jboss-port-bindings.xml I have three instances having the following ports for jk2 connector

RE: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread Boulatian, Misak
Hi Jerome, hi misak, do you use any load balancing mechnaism (round robin) to balance around your different ports ? to setup such thing in JK2 you should define your 3 tomcat instances (in fact jboss bundle with different port numbers) then adding one other which is the load balancer...

Re: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread jerome moliere
Boulatian, Misak wrote: Hi Jerome, hi misak, do you use any load balancing mechnaism (round robin) to balance around your different ports ? to setup such thing in JK2 you should define your 3 tomcat instances (in fact jboss bundle with different port numbers) then adding one other which is

RE: jk2 connector config to connect to multiple tomcat-jboss instances

2003-10-07 Thread Boulatian, Misak
, Misak -- workers2.properties: -- # # JK2 connector configuration (APP_SERVER_IP is an entry in the /etc/hosts file). # # In production uncomment it out

Tomcat - Apache connector (JK2) - limited capacity?

2003-10-03 Thread Alexandr Molochnikov
I am facing a weird problem: Our Tomcat is connected to Apache web server via JK2 connector. The servlet creates a PDF file and sends it to to the browser. If the file is larger than, say, 100K (haven't measured the breaking point, but it is below 150K) then the browser page comes empty. Hitting

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
989.245.7369 (p) 989.921.3904 (f) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:32 PM To: Tomcat Users List Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help 20 pages? What else is in there besides connector configuration? Just

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-27 Thread Dean Searle
) -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 4:32 PM To: Tomcat Users List Subject: Re: Tomcat connector for Apache 2.0.47 ... Please Help 20 pages? What else is in there besides connector configuration? Just curious John Bhaskar

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Jeremy Nix
1158 -Original Message- From: Dean Searle [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 7:44 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help Joe, You place the mod_jk2 file in the correct folder, however you

RE: Tomcat connector for Apache 2.0.47 ... Please Help

2003-09-26 Thread Bhaskar Marthi
the sender and delete the original and any copies from your computer system. -Original Message- From: Jeremy Nix [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 8:01 AM To: Tomcat Users List Subject: RE: Tomcat connector for Apache 2.0.47 ... Please Help I'd like to see your

<    1   2   3   4   5   6   7   8   9   10   >