Which connector to use, and how to build

2005-04-19 Thread Daxin Zuo
Please help Computer: UNIX Sparc 2.9 Apache 2.0.54 Tomcat 5.0.28 Please tell me what connector to use. I see the jk2 is in history. The last version it supports is 2.0.43. I downloaded the jakarta-tomcat-connectors-1.2.10-src.tar, it is difficult to find a clear instruction for the build process

RE: apache + tomcat + JK connector configuration

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

Can't stop AJP Connector received URL's resolving relative to ROOT context

2005-04-15 Thread Paul Worrall
1.3 Connector, configured to listen on port 8109, to the ROOT servlet context. The ex. URL: http://www.domain.com/raptor/tomcat-docs This was discovered by trussing the Tomcat JVM process:- /43:lwp_cond_wait(0x009DB680, 0x009DB668, 0x) = 0 /43:read(25, 12 401 00202\0\b

Re: apache + tomcat + JK connector configuration

2005-04-15 Thread Robert Harrison
.lbfactor=50 Try to use this configuration in the server.xml Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=6969 minProcessors=5 maxProcessors=75 enableLookups=false acceptCount=10 debug=0/ Hope this helps... -Original Message

RE: apache + tomcat + JK connector configuration

2005-04-14 Thread Trung Nguyen
Are you using load balance in your app? If not, you probably don't need this line: worker.worker1.lbfactor=50 Try to use this configuration in the server.xml Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=6969 minProcessors=5 maxProcessors=75

RE: apache + tomcat + JK connector configuration

2005-04-14 Thread Delphine Lê
I tried this, but it didn't help unfortunately Thank you Are you using load balance in your app? If not, you probably don't need this line: worker.worker1.lbfactor=50 Try to use this configuration in the server.xml Connector className=org.apache.ajp.tomcat4.Ajp13Connector

apache + tomcat + JK connector configuration

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

RE: apache + tomcat + JK connector configuration

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

RE: apache + tomcat + JK connector configuration

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

Apache2 Authentication with Coyote Connector

2005-04-12 Thread Seth Milder
directly to tomcat via the HTTP connector. We have set the attribute tomcatAuthentication=false, but this seems to have no effect on the Coyote Connector. As a result, the users are prompted twice for their credentials when they go via the Apache/Ajp route. Previously, using Tomcat4 and Ajp13Connector

AUTO {IDBIBank#482-427}Apache2 Authentication with Coyote Connector

2005-04-12 Thread Customer Care
Dear Customer, Thank you for writing to us. This auto-acknowledgement confirms the receipt of your e-mail. If you have posted a query, we will revert to you shortly on same. If you are an existing customer, and have not mentioned your correct Account Number or Customer Identification

IPlanet6.1, Tomcat, JK Connector

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

Re: problem configuring context resource in Tomcat 5.0 for mysql connector/j

2005-04-08 Thread junker
-user@jakarta.apache.org Sent: Thursday, April 07, 2005 7:58 AM Subject: problem configuring context resource in Tomcat 5.0 for mysql connector/j Im having problems with setting up a database connection pool with mysql connector/j. I follow the example code in the how-twos. My

problem configuring context resource in Tomcat 5.0 for mysql connector/j

2005-04-07 Thread junker
Im having problems with setting up a database connection pool with mysql connector/j. I follow the example code in the how-twos. My problem is that Tomcat seems to pickup my resource and its parameters (kind of)! I would like to connect to a database that is not on localhost. So in the url

Re: problem configuring context resource in Tomcat 5.0 for mysql connector/j

2005-04-07 Thread Parsons Technical Services
connector/j Im having problems with setting up a database connection pool with mysql connector/j. I follow the example code in the how-twos. My problem is that Tomcat seems to pickup my resource and its parameters (kind of)! I would like to connect to a database that is not on localhost. So

Connector on Solaris 10

2005-04-04 Thread jefou
Hello, I have setup Solaris 10 OS on AMD64 and I am trying to build the JK connector for Apache2 with Tomcat5, but I am not having any success at all with neither the Solaris nor the GNU gcc compiler. This is the only missing piece for my 64-bit java framework. I would hate to have Tomcat

RE: Connector on Solaris 10

2005-04-04 Thread Dale, Matt
Are you saying that you can't get gcc to work? This would be why you are having difficulty compling JK. Get gcc to work then worry about the connector. Ta Matt -Original Message- From: jefou [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 17:00 To: Tomcat Users List Cc: [EMAIL PROTECTED

RE: Connector on Solaris 10

2005-04-04 Thread jefou
. Get gcc to work then worry about the connector. Ta Matt -Original Message- From: jefou [mailto:[EMAIL PROTECTED] Sent: 04 April 2005 17:00 To: Tomcat Users List Cc: [EMAIL PROTECTED] Subject: Connector on Solaris 10 Hello, I have setup Solaris 10 OS on AMD64 and I am trying to build

Re: Connector on Solaris 10

2005-04-04 Thread QM
On Mon, Apr 04, 2005 at 10:59:52AM -0500, jefou wrote: : I have setup Solaris 10 OS on AMD64 and I am trying to build the JK connector for Apache2 with Tomcat5, but I am not having any success at all with neither the Solaris nor the GNU gcc compiler. What errors do you see? -QM -- software

tomcat connector

2005-03-21 Thread Remo rahman
listen to any protocol type of request i.e. Http, Telnet or any of application protocol. In my case I need a Connector which can listen to a socket for raw data type requests And, I can hook my application (or servlet) with that Connector can listen to those requests which are coming

tomcat 5.5 connector

2005-03-17 Thread Rahman, Hamdur
As tomcat provide coyote connector that is http based, Is there any connector available that are non-http based And how we can use in our project when we are using tomcat 5.5 As both web server and servlets engine, Or can we make our own connector that is non-http(say telnet) And how we can

Re: tomcat 5.5 connector

2005-03-17 Thread QM
On Thu, Mar 17, 2005 at 11:18:00AM +0100, Rahman, Hamdur wrote: : As tomcat provide coyote connector that is http based, : Is there any connector available that are non-http based : And how we can use in our project when we are using tomcat 5.5 : As both web server and servlets engine, : Or can we

RE: tomcat 5.5 connector

2005-03-17 Thread Rahman, Hamdur
Basically we have to make tomcat 5.5 connectors listen to non-http request, Especially telnet to any of the port. Yes one thing more there is no apache, so tomcat is acting as web server as well as servlets container. Can any custom built non-http connector is provided Plz advice me in this matter

HTTP connector running out of processors under heavy load - our solution

2005-03-09 Thread Karau, Joe
In no way am I trying to say that this is the final solution to the referenced problem, but just thought I'd share what we encountered in relation to the referenced bug. Bug ID: 5735 http://issues.apache.org/bugzilla/show_bug.cgi?id=5735 Short version: Using the client VM instead of the server VM

Re: Very Straneg problem with MySQL-Connector

2005-02-25 Thread monkiboy
Straneg problem with MySQL-Connector For networking localhost=127.0.0.1=monkinetwork But when you attach to the database it sends the machine name in Linux and under MySQL localhost127.0.0.1monkinetwork and so you have to put in the location that is identified. When your app talks to MySQL

Very Straneg problem with MySQL-Connector

2005-02-24 Thread monkiboy
Hi everybody! I have a weird problem to use the MySQL-connector under Linux (Debian). I heard it can come from Tomcat. I have no problem in windows XP, all is working fine ! But under Linux when I try to connect to mysql throught mysql-connector wrote in a Servlet I have this message : Message

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread Trond G. Ziarkowski
to connect via a unix socket, not a tcp socket. Good luck Trond monkiboy wrote: Hi everybody! I have a weird problem to use the MySQL-connector under Linux (Debian). I heard it can come from Tomcat. I have no problem in windows XP, all is working fine ! But under Linux when I try to connect

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread monkiboy
127.0.0.1 not localhost because when using localhost mysql expects the user to connect via a unix socket, not a tcp socket. Good luck Trond monkiboy wrote: Hi everybody! I have a weird problem to use the MySQL-connector under Linux (Debian). I heard it can come from Tomcat. I have no problem

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread Jon Wingfield
Have you got the right permissions set up in the database? log into mysql. switch to the mysql database and look in the user table. You'll need to have an entry for host=monkinetwork, user=root. If you don't refer to the mysql admin docs for assigning privileges:

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread David Smith
application's resource definition with the new username and password. --David monkiboy wrote: Hi everybody! I have a weird problem to use the MySQL-connector under Linux (Debian). I heard it can come from Tomcat. I have no problem in windows XP, all is working fine ! But under Linux when I try

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

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

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread Markus Schönhaber
monkiboy wrote: Hello, Thank you for the answer but it's look like the parameter skip-networking is not present. I am really getting hard time. Here's my my.cnf : Are Tomcat and MySQL running on the same machine? If not, you'll have to change the bind-address: # Instead of

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

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

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread Drew Jorgenson
. On Thu, 2005-02-24 at 03:01, monkiboy wrote: Hi everybody! I have a weird problem to use the MySQL-connector under Linux (Debian). I heard it can come from Tomcat. I have no problem in windows XP, all is working fine ! But under Linux when I try to connect to mysql throught mysql-connector

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread monkiboy
permissions table and from any global user definitions, then flush-privileges and you should be ready to go. Drew. On Thu, 2005-02-24 at 03:01, monkiboy wrote: Hi everybody! I have a weird problem to use the MySQL-connector under Linux (Debian). I heard it can come from Tomcat. I have

Re: Very Straneg problem with MySQL-Connector

2005-02-24 Thread Parsons Technical Services
this helps. Doug - Original Message - From: monkiboy [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Thursday, February 24, 2005 5:04 PM Subject: Re: Very Straneg problem with MySQL-Connector Thank you for trying to help me everybody ! I read carefully your

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

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

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

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

challenging JK connector problem: java.net.SocketException

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

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

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

[SECURITY ISSUE] Using allowLinking with deprecated HTTP 1.1 connector

2005-02-21 Thread Mark Thomas
All, A security issue has come to light where a mal-formed request may result in JSP source code disclosure. This issue only applies if all of the following are true: 1. You are using any Tomcat 4 version = 4.1.15 2. You are using the deprecated HTTP 1.1 connector

RE: Tomcat's JK2 connector

2005-02-18 Thread Guernsey, Byron \(GE Consumer Industrial\)
Yes, Tomcat uses ajp13 and is compatible with the mod_jk2 connector. Yes, jk2 is deprecated and is in the process of being replaced by the ajp13 proxy in Apache 2.1. Apache 2.1 is a development release only and this should show up in Apache 2.2. Yes, you can use Apache with rewrite rules

Tomcat's JK2 connector

2005-02-16 Thread Pavel Krupets
Hello, I am evaluating JSF and need to test my component in clustered environment so I need Apache or Tomcat running as a front-end proxy server between users and JBoss'es instances, and I have some questions: 1) Whether Tomcat contains JK2 connector? I have one PC with Tomcat installed and I

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

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

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

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

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

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

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

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

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

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

Re: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-15 Thread John Gordon
: Tuesday, February 15, 2005 12:11 AM Subject: RE: Jakarta Tomcat Connector and IIS; no log being generated. Hello! I have another workaround on connecting tomcat and iis... I used shiftomat. download the file and install it... it will automatically configure your system hasle free. http

Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread John Gordon
I'm having a bit of trouble getting isapi_redirect.dll to work and generate a log. If anyone can see what step I'm missing please let me know. I have done the following. I am running a Windows Server 2003. My Tomcat version is 5.0.28. My IIS version is 6.0. 1.. In the registry I created

Re: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread Mladen Turk
John Gordon wrote: I'm having a bit of trouble getting isapi_redirect.dll to work and generate a log. If anyone can see what step I'm missing please let me know. I have done the following. I am running a Windows Server 2003. My Tomcat version is 5.0.28. My IIS version is 6.0. I get no logs

Re: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread John Gordon
Yeah, it does have full access permission. Does the account under which the W3SVC is running has a 'Full Access' permission to the log path? Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: Jakarta Tomcat Connector and IIS; no log being generated.

2005-02-14 Thread Aris Javier
] Sent: Tuesday, February 15, 2005 12:14 AM To: tomcat-user@jakarta.apache.org Subject: Jakarta Tomcat Connector and IIS; no log being generated. I'm having a bit of trouble getting isapi_redirect.dll to work and generate a log. If anyone can see what step I'm missing please let me know. I have done

Re: Content-Type removed from the Http Response when file is accessed through Tomcat Connector

2005-02-09 Thread Nikola Milutinovic
Bedrijven.nl wrote: maybe security (settings) of ie?? The poster clearly indicated that the thing works on Tomcat direct port. Could be that JK is stripping that header. Maybe it expects web server to provide it's own? You could try to setup MIME type on the Apache itself and see if it fixes

Content-Type removed from the Http Response when file is accessed through Tomcat Connector

2005-02-08 Thread Ritu Kedia
of prompting for saving this file. I have tested accessing this file directly from the port 8080, which works fine. It appears that Tomcat connector which is intercepting the requests to and from the Web Server is somehow removing the Content-Type from the Http Response. I have tested fronting Tomcat

RE: Content-Type removed from the Http Response when file is accessed through Tomcat Connector

2005-02-08 Thread Bedrijven.nl
Connector Hello All, I am facing a problem with the Content-Type getting removed from the Http Response when accessing a binary file packaged in a WAR file through a Web Server (IIS 5.0 or Apache 2.0). My web.xml has the following mime-type mapping: mime-mapping extensionmsi

jk connector build problem

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

Re: jk connector build problem

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

Is Connector/J Serializable?

2005-02-03 Thread Paul
I'm setting up Tomcat 5.0.28 in a vertical two node cluster and want to use the in-memory session replication. The application I'm trying to run on the cluster requires the db connection to be stored in a session object. But I'm getting an error message that says it's not serializable. I'm

Re: Is Connector/J Serializable?

2005-02-03 Thread Paul
Forgot to mention, this is on FC3 x86_64 and I'm using the Connector/J connector from MySQL. This is from the catalina.out log, SEVERE: ReplicatedSession: Cannot serialize session attribute connect for session EE7F84D18E7225BEDFFF1CC80FFAEBC6 java.io.NotSerializableException

RE: Tomcat connector for AIX 5.2

2005-02-01 Thread Hausmann, Tobias
Tony, I had to use the connector source code http://archive.apache.org/dist/jakarta/tomcat-connectors/jk/v1.2.4/src/. I had some compiler issues with the version v1.2.3. Otherwise it worked great. Thanks for your help. Tobias -Original Message- From: Fan, Tony [mailto:[EMAIL

RE: Tomcat connector for AIX 5.2

2005-01-31 Thread Fan, Tony
@jakarta.apache.org Subject: Tomcat connector for AIX 5.2 Hi, Would anybody please tell me where I can download a Tomcat connector (mod_jk2 or mod_jk) for AIX 5.2?  I have tried to compile a connector myself, but I got constant compiler errors.  I want to use it with Apache (2.0.52) and Tomcat

Re: Jakarta Tomcat Connector - Load Balancing

2005-01-31 Thread Derek Greer
Thanks. I don't recall reading this in any of the documentation. Can you explain what setting this actually does? Derek Mladen Turk wrote: Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be 'sticky

RE: Jakarta Tomcat Connector - Load Balancing

2005-01-31 Thread Richard Mixon (qwest)
Derek Greer wrote: Thanks. I don't recall reading this in any of the documentation. Can you explain what setting this actually does? Derek Mladen Turk wrote: Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do

Tomcat connector for AIX 5.2

2005-01-28 Thread Hausmann, Tobias
Hi, Would anybody please tell me where I can download a Tomcat connector (mod_jk2 or mod_jk) for AIX 5.2?  I have tried to compile a connector myself, but I got constant compiler errors.  I want to use it with Apache (2.0.52) and Tomcat 4.1.31. Unfortunately, there are no available binaries

Jakarta Tomcat Connector - Load Balancing

2005-01-26 Thread Derek Greer
I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be 'sticky. According to the documentation, the session is set to sticky by default. Even so, after seeing non-sticky behavior I set my lb worker explicitly (i.e

Re: Jakarta Tomcat Connector - Load Balancing

2005-01-26 Thread Mladen Turk
Derek Greer wrote: I'm trying to use the Tomcat Connector to do load balancing through the IIS filter, however the sessions do not seem to be 'sticky. According to the documentation, the session is set to sticky by default. Even so, after seeing non-sticky behavior I set my lb worker

JK2 connector proper setup/update procedure?

2005-01-18 Thread Woodchuck
hihi all, what is the proper procedure to update the JK connector when adding a new application to Tomcat that also needs redirecting from IIS? i am using the setupJK202.exe installation program. i shutdown my Tomcat service. then shutdown the WWW service. then i go to the IIS Manager

Recommendations for connector from Apache to Tomcat

2005-01-12 Thread Justin Crabtree
I am going to soon be attempting to setup an existing Apache web server on a Windows Server 2003 machine with a connnector to a new install of Tomcat. Any recommendations on what connector to use? Problems to watch out for? Any good documentation on how to do this? Here are my specs

RE: Recommendations for connector from Apache to Tomcat

2005-01-12 Thread Didier McGillis
http://johnturner.com/howto/apache-tomcat-howto.html try that one, there are a couple of Windows ones. From: Justin Crabtree [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat User List tomcat-user@jakarta.apache.org Subject: Recommendations for connector from Apache to Tomcat Date: Wed, 12

JK connector configuration

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

Re: JK connector configuration

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

jk2 connector question

2005-01-09 Thread jeff.fong
Hi, I have configured the jk connector and it works with apache 2.0.52 and tomcat 5.0.28. Apache host is: 192.168.1.1 The tomcat project can be accessd thro' http://192.168.1.100:8080/myProject After using the jk connector, the tomcat project can also be reached by http://192.168.1.1

Re: jk2 connector question

2005-01-09 Thread Mladen Turk
jeff.fong wrote: Hi, I have configured the jk connector and it works with apache 2.0.52 and tomcat 5.0.28. Apache host is: 192.168.1.1 The tomcat project can be accessd thro' http://192.168.1.100:8080/myProject After using the jk connector, the tomcat project can also be reached by http

Apache Jakarta Connector warning

2004-12-16 Thread batmanSJO SJO
Hi Guys, Any Idea how solve the following errors? I am using Tomcat 5 and IIS. It will be great to solve these warnings it is causing problems. Thanks Event Type: Warning Event Source: Apache Jakarta Connector2 Event Category: None Event ID: 2 Date: 12/16/2004 Time:

Re: Recent JK connector 1.2.7 beta 3 +

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

Recent JK connector 1.2.7 beta 3 +

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

RE: Tomcat JK2 Connector/IIS Slowdown

2004-12-13 Thread Robert Walther
OK, I did not try the test under ssl. I'll let you know what happens. Thanks, Rob -Original Message- From: Peter Lauri [mailto:[EMAIL PROTECTED] Sent: Sunday, December 12, 2004 10:29 PM To: 'Tomcat Users List' Subject: SV: Tomcat JK2 Connector/IIS Slowdown Try some buffertstream

SV: Tomcat JK2 Connector/IIS Slowdown

2004-12-12 Thread Peter Lauri
] Ämne: FW: Tomcat JK2 Connector/IIS Slowdown For those of you who saw my original posting of this issue, you may remember that my IIS6/Tomcat 5.028 server was very slow at downloading files from an online cart to a Windows 2000, IE6 browser. But the same IIS6/Tomcat server would download files

FW: Tomcat JK2 Connector/IIS Slowdown

2004-12-12 Thread Robert Walther
of this information, it could be fixed by padding packets coming out of Tomcat through the jk connector. Well, I will continue to research this and any feedback or additional insight would be appreciated, Also, I may be able to coordinate Microsoft to help us fix this issue if any one wishes to help me investigate

Connector debug

2004-12-07 Thread David Dankwerth
Hello I am trying to enable the debug on the AJP connector. (Tomcat 5.0.28) My server.xml contains : Connector port=8009 enableLookups=false redirectPort=8443 debug=11 protocol=AJP/1.3 / However , i cant see anything in the log. Any idea ? Thanks David

RE: Connector debug

2004-12-07 Thread Allistair Crossley
debug attributes don't do much and are gone in 5.5. to get debugging, configure it at the jk connector side. Alistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:49 To: Tomcat Users List Subject: Connector debug Hello I am

Re: Connector debug

2004-12-07 Thread David Dankwerth
, configure it at the jk connector side. Alistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:49 To: Tomcat Users List Subject: Connector debug Hello I am trying to enable the debug on the AJP connector. (Tomcat 5.0.28) My server.xml contains

RE: Connector debug

2004-12-07 Thread Allistair Crossley
PROTECTED] Sent: 07 December 2004 13:58 To: Tomcat Users List Subject: Re: Connector debug Hi Thanks for the answer , i am trying to see what the tomcat side of the connection does rather than what mod_jk does. Are you saying that tomcat 5.5 docs may be more useful ? Thanks

Re: Connector debug

2004-12-07 Thread David Dankwerth
Hi Browsed through 5.5 docs , and yes , they didnt help much. I am trying to find out how many connector threads are running , what are they doing (serving) , how many spare do i have ... I have a feeling (not the best way to describe it) that some threads are not released and i will hit

RE: Connector debug

2004-12-07 Thread Allistair Crossley
: Connector debug Hi Browsed through 5.5 docs , and yes , they didnt help much. I am trying to find out how many connector threads are running , what are they doing (serving) , how many spare do i have ... I have a feeling (not the best way to describe it) that some threads

Re: Connector debug

2004-12-07 Thread David Dankwerth
: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 14:30 To: Tomcat Users List Subject: Re: Connector debug Hi Browsed through 5.5 docs , and yes , they didnt help much. I am trying to find out how many connector threads are running , what are they doing (serving) , how many spare do i

Re: Connector debug

2004-12-07 Thread Sunitha Kumar
JProfiler or JProbe could help, they show the request processors and which state the threads are in. they even colour them in. Allistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 14:30 To: Tomcat Users List Subject: Re: Connector debug Hi

[OT] connecting a profiler (WAS: Re: Connector debug)

2004-12-07 Thread QM
I've changed the subject, since this your question is effectively a new train of thought. On Tue, Dec 07, 2004 at 11:08:58AM -0800, Sunitha Kumar wrote: : Is there a way we could attach a debugger to an already running instance : of tomcat? : JProfiler requires re-start of tomcat. : thanks,

Re: [OT] connecting a profiler (WAS: Re: Connector debug)

2004-12-07 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 QM wrote: | I've changed the subject, since this your question is effectively a new | train of thought. | | On Tue, Dec 07, 2004 at 11:08:58AM -0800, Sunitha Kumar wrote: | : Is there a way we could attach a debugger to an already running instance | :

Binding tomcat http connector to ANY_PORT?

2004-12-05 Thread Henrique Gomes
right now is that we have to pick a port number, like 12345 and hope that it's not being used. I've tried the following code, binding to port 0: Connector connector = embedded.createConnector((String)null, 0, false); embedded.addConnector(connector); And it works, tomcat starts

Re: JK/JK2 connector className?

2004-12-01 Thread Thomas Charles Robinson
Thanks, this really helps! Still not having much luck with my configs though :-( On Tue, 2004-11-30 at 09:20, Nikola Milutinovic wrote: Thomas Charles Robinson wrote: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4

Re: JK/JK2 connector className?

2004-11-30 Thread Nikola Milutinovic
Thomas Charles Robinson wrote: !-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -- Connector className=org.apache.coyote.tomcat4.CoyoteConnector port=8009 minProcessors=5 maxProcessors=75 enableLookups=true redirectPort=8443 acceptCount=10 debug=100

RE: What Connector Should I Use?

2004-11-30 Thread Shapira, Yoav
Hi, The 4.1 docs, like the 4.1 release, are old. The note in those docs is now wrong (though it was correct for a while, and certainly when posted). Consult the new connector docs at http://jakarta.apache.org/tomcat/connectors-doc. Yoav Shapira http://www.yoavshapira.com -Original

RE: What Connector Should I Use?

2004-11-30 Thread Thomas Charles Robinson
, and certainly when posted). Consult the new connector docs at http://jakarta.apache.org/tomcat/connectors-doc. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Thomas Charles Robinson [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 5:26 PM To: Tomcat Users

What Connector Should I Use?

2004-11-29 Thread Thomas Charles Robinson
Hi, I'm trying to determine the correct connector to use these days. I've seen conflicting content on jakarta.apache.org: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/index.html 15 November 2004 - JK2 is officially unsupported! (http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/news

RE: What Connector Should I Use?

2004-11-29 Thread Dale, Matt
JK or JK2 is the connector, the protocol is AGP. I would use the JK connector as it works and all advancements in JK2 are going to be back ported -Original Message- From: Thomas Charles Robinson [mailto:[EMAIL PROTECTED] Sent: 29 November 2004 16:00 To: [EMAIL PROTECTED] Subject: What

RE: What Connector Should I Use?

2004-11-29 Thread Phillip Qin
1.3. -Original Message- From: Thomas Charles Robinson [mailto:[EMAIL PROTECTED] Sent: November 29, 2004 11:00 AM To: [EMAIL PROTECTED] Subject: What Connector Should I Use? Hi, I'm trying to determine the correct connector to use these days. I've seen conflicting content

Re: What Connector Should I Use?

2004-11-29 Thread Mladen Turk
a new learning curve? Look at how many sites still use Apache 1.3. Also things like pluggable protocol never went trough socket channel, and that already works very well in the jk connector. Instead of trying to fix all that we decided to move forward and integrate ajp protocol directly inside

RE: What Connector Should I Use?

2004-11-29 Thread Phillip Qin
- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: November 29, 2004 11:39 AM To: Tomcat Users List Subject: Re: What Connector Should I Use? Phillip Qin wrote: I think the other reason cited in the news does not apply to me. I use jk2. I like it because it is easy to configure. You

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