How can I activate a pool of threads using Ajp13 and Tomcat 4.x?

2002-11-29 Thread Luca Ventura
Hello everybody! I have Tomcat 4.x integrated with IIS 5. I would like to activate a pool of threads to serve all requests. I tried to add in the server.xml the following lines: Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter name=handler

Re: Error using ajp13 protocol

2002-10-09 Thread Raj Saini
Hi Marc, Telnet to the port 8009 shows that your JK connecter is listening on port 8009. You won't get any output. Now there can be the conflict of host now. What is the defaulthost attribute of your Engine tag and name attribute of the Host tag in your server.xml? Are they both set to

Re: Error using ajp13 protocol

2002-10-09 Thread sonam singh
whih verison of mod_jk u'r using specify . when u try to run the apache is it showing any error . try to connect the tomcat directly nto through apache + tomcat . regards Sonam Singh --- Raj Saini [EMAIL PROTECTED] wrote: Hi Marc, Telnet to the port 8009 shows that your JK connecter is

Re: Error using ajp13 protocol

2002-10-09 Thread Marc
Hi, here I attach my conf files: I've modified server.xml and workers.properties (submitted by Raj), just creating a new context on the server.xml to support my default application, at the root path. I can connect to this page, located in /var/www/html using - Tomcat, on port 8080 -

Re: Error using ajp13 protocol

2002-10-09 Thread Raj Saini
Hi Marc, I had a look you on your server.xml. Do you have a ROOT directory in your server.xml? If yes, move it out of the webapps and they restart your Tomcat and test. Alternativly, try giving a context name other then root to your context in server.xml. In server.xml Context path=/foo

Re: Error using ajp13 protocol

2002-10-08 Thread Raj Saini
Hi Marc, Though I am not expert in the JK Connectors, But it is very clear that mod_jk part at apache is not able to connect to the tomcat process. There may be three reason for this:- 1. Your JK connector on tomcat is not listening on port 8009. 2. The host name of the worker in

Re: Error using ajp13 protocol

2002-10-08 Thread Marc
Hi Raj (and thank you for your help yesterday)... I tried to connect using telenet to localhost 8009 and... there wasn't connection refused, but the connection wasn't accepted (showed the Escape character ... ), finally I killed the telnet process because no response was given. I think that the

RE: Error using ajp13 protocol

2002-10-08 Thread Venkat Reddy Valluri
do you configure your context and appbase? if you send me details i may help you -Original Message- From: Marc [mailto:[EMAIL PROTECTED]] Sent: Tue 10/8/2002 8:56 AM To: Tomcat Users List Cc: Subject:Re: Error using ajp13 protocol Hi Raj (and thank you for your help

Error using ajp13 protocol

2002-10-07 Thread Marc Vila Pérez
Hi! I'm trying to connect apache with tomcat, using jk (ajp13), in my mod_jk.log (debug log level), I can read this: [Tue Oct 08 02:49:20 2002] [jk_uri_worker_map.c (172)]: Into jk_uri_worker_map_t::uri_worker_map_alloc [Tue Oct 08 02:49:20 2002] [jk_uri_worker_map.c (375)]: Into

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Turner, John
for Ajp13 worker # worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 John -Original Message- From: Marc Vila Pérez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 8:22 PM To: Tomcat Users List Subject: Problems connecting Tomcat with Apache using

Re: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread David Cassidy
To: Tomcat Users List Subject: Problems connecting Tomcat with Apache using ajp13 Hi everybody! I'm trying to connect tomcat 4.1.10 with apache 1.3.22, on Linux RH. In the server I want to install several hosts (using virtual hosting). I'm using org.apache.ajp.tomcat4.Ajp13Connector, I've

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Turner, John
with Apache using ajp13 John, Where's the definition for ajp12 ? :o) David Turner, John wrote: I would remove the load-balancing lines from workers.properties. Here is a plain-vanilla, working workers.properties file: # Setup for apache system # workers.tomcat_home=/usr

Re: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread David Cassidy
-Original Message- From: David Cassidy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 9:57 AM To: Tomcat Users List Subject: Re: Problems connecting Tomcat with Apache using ajp13 John, Where's the definition for ajp12 ? :o) David Turner, John wrote: I would remove the load

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Milt Epstein
Subject: Problems connecting Tomcat with Apache using ajp13 Hi everybody! I'm trying to connect tomcat 4.1.10 with apache 1.3.22, on Linux RH. In the server I want to install several hosts (using virtual hosting). I'm using org.apache.ajp.tomcat4.Ajp13Connector, I've downloaded several

RE: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Turner, John
:58 AM To: Tomcat Users List Subject: RE: Problems connecting Tomcat with Apache using ajp13 On Thu, 19 Sep 2002, Turner, John wrote: I would remove the load-balancing lines from workers.properties. Here is a plain-vanilla, working workers.properties file: # Setup for apache

Re: Problems connecting Tomcat with Apache using ajp13

2002-09-19 Thread Milt Epstein
with Apache using ajp13 Hi everybody! I'm trying to connect tomcat 4.1.10 with apache 1.3.22, on Linux RH. In the server I want to install several hosts (using virtual hosting). I'm using org.apache.ajp.tomcat4.Ajp13Connector, I've downloaded several mod_jk.so (tried different versions

Problems connecting Tomcat with Apache using ajp13

2002-09-18 Thread Marc Vila Pérez
Hi everybody! I'm trying to connect tomcat 4.1.10 with apache 1.3.22, on Linux RH. In the server I want to install several hosts (using virtual hosting). I'm using org.apache.ajp.tomcat4.Ajp13Connector, I've downloaded several mod_jk.so (tried different versions), ... On every virtual host in

RE: HELP! Apache Virtual Server setup using Ajp13

2002-05-22 Thread Peter Atkins
Was this the incorrect list for this type of question? Since I received zero replies... -p -Original Message- From: Peter Atkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 11:24 AM To: '[EMAIL PROTECTED]' Subject: HELP! Apache Virtual Server setup using Ajp13 All, I'm

HELP! Apache Virtual Server setup using Ajp13

2002-05-21 Thread Peter Atkins
All, I'm new to JBoss/Tomcat and need some help in the setup phase. Below I included the CONFIG and ERROR that I am getting. I installed the following: JBoss-2.4.4_Tomcat-4.0.1 jdk1.3.1_03 I can start the app server by doing run_with_catalina.sh in the JBoss-2.4.4_Tomcat-4.0.1/jboss/bin

Netscape redirector using ajp13 and Tomcat 3.2.3

2001-10-02 Thread Wesley Gamble
All, Does the Netscape redirector for Tomcat 3.2.3 support ajp13? If so, are there binaries available or do I need to build the DLL myself? Thanks for any help, Wes Gamble [EMAIL PROTECTED]

How do I know if I'm actually using ajp13 workers?

2001-04-04 Thread Peter Smith
I can see the ajp12 and 13 worker threads being instantiated (via log messages in the console) when I crank up Tomcat, but how do I know if the 13's are being used at all? All my auto-generated files continue to point to 'ajp12' workers, even after I've changed almost every reference I can find

Apache/Tomcat multipart/form-data uploads using Ajp13: solution.

2001-02-12 Thread Herko ter Horst
Various people have reported problems with uploading (binary) data to systems with Apache and Tomcat 3.x, using the AJP 1.3 protocol. We believe we have solved this problem in Tomcat 3.2.1, using the fix below. Problem description: Binary data (files) of any size could not successfully be

RE: using ajp13?

2001-01-08 Thread Ed Gomolka
. Ed -Original Message- From: Dario Novakovic [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 06, 2001 5:13 PM To: [EMAIL PROTECTED] Subject: using ajp13? how am i supposed to make my webapps use ajp13 protocol? i use auto-created mod_jk.conf-auto config file, and, by defaults

using ajp13?

2001-01-06 Thread Dario Novakovic
how am i supposed to make my webapps use ajp13 protocol? i use auto-created mod_jk.conf-auto config file, and, by defaults, every context is setup to use ajp12 protocol. i have both workers (ajp12,ajp13) and ajp13 connector set up.

Re: anyone using ajp13 protocol with mod_jk?

2001-01-02 Thread William Au
ecursively to me everything with ajp13 seems to be working well. -- Tom Woteki, a.k.a. Dr. Wo mail to:[EMAIL PROTECTED] 202-544-2743 (fax) From: William Au [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 28 Dec 2000 18:42:09 -0500 To: [EMAIL PROTECTED] Subject: anyone using ajp1

Re: anyone using ajp13 protocol with mod_jk?

2001-01-02 Thread Tom Woteki
rship back to me things were fine and have been ever since and I have been merrily using ajp13 since. All I know is -- it worked! Hope this helps. In any case it wont hurt to try. You can always chown them back to tomcat. Tom From: William Au [EMAIL PROTECTED] Date: Tue, 2 Jan 2001 10:29:05 -050

Re: anyone using ajp13 protocol with mod_jk?

2001-01-01 Thread Tom Woteki
everything with ajp13 seems to be working well. -- Tom Woteki, a.k.a. Dr. Wo mail to:[EMAIL PROTECTED] 202-544-2743 (fax) From: William Au [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Thu, 28 Dec 2000 18:42:09 -0500 To: [EMAIL PROTECTED] Subject: anyone using ajp13 protocol with mod_jk

anyone using ajp13 protocol with mod_jk?

2000-12-28 Thread William Au
Is anyone actually using the ajp13 protocol with mod_jk? I tried it but had to switch back to ajp12. It seems faster but less reliable. I am getting the following error messages in mod_jk.log. All these messages occur multiple times. They only occur when I use the ajp13 protocol. In

Using AJP13

2000-12-20 Thread Lorenzo Soncini
How I can update ajp12 to ajp13 for comunication beetwen IIS and Tomcat 3.2 Thanks Lorenzo Soncini

RE: Using AJP13

2000-12-20 Thread Nacho
Mailinglist Asunto: Using AJP13 How I can update ajp12 to ajp13 for comunication beetwen IIS and Tomcat 3.2 Thanks Lorenzo Soncini

Bug in mod_jk using AJP13 when passing Auth header to JDBCRealm ?

2000-11-03 Thread raimee
code snip: SecurityTools.java start public static void basicCredentials( Request req, Hashtable credentials ) { Context ctx=req.getContext(); String authMethod=ctx.getAuthMethod(); if( authMethod==null || "BASIC".equals(authMethod) ) {