Re: Apache Connector: Questions to v1.2.41

2016-03-22 Thread Christopher Schultz
Josef, On 3/22/16 9:46 AM, Prandstetter Josef wrote: > First of all I want to state, that we recommend / promote using Apache > Connector related to our software and our customer are very happy with Apache > Connectors. Thx to all of the team! > > On the WebSite I can see A

Apache Connector: Questions to v1.2.41

2016-03-22 Thread Prandstetter Josef
Dear All, First of all I want to state, that we recommend / promote using Apache Connector related to our software and our customer are very happy with Apache Connectors. Thx to all of the team! On the WebSite I can see Apache Connector 1.2.41 is available since several months: http

Apache Connector

2011-04-21 Thread Raghavendra Tavva
Hi, I was succesful in configuring the Apache Server/Apache Connector and JBoss Server. I am also successful in redirecting the browser url. For example, when I say, www.mytest.org I get the response back - 'It Works' which shows that my apache server configured correctly. For examp

Apache connector ClientAbortException

2007-05-01 Thread Nair, Deepa
Hi , We are using Apache 2.2 and Tomcat 5.5 on Red Hat Enterprise Linux AS release 4. We use APJ connector. We are streaming a huge file >100MB back to browser . On IE we are getting a CLient connection Abort Exception. Looks like apache is closing connection. Is there any configuartion on apa

Re: Having trouble getting an Apache connector to work

2006-08-15 Thread Rob Tanner
Thanks! That makes it usable. I'll keep an eye out for 4.1.33. -- Rob On 08/15/2006 07:58 PM, Mark Thomas wrote: Mark Thomas wrote: I am now seeing the same thing on my dev box. I'm looking in to it and will let you know. My bad. If you use protocolHandler rather than protocolHandl

Re: Having trouble getting an Apache connector to work

2006-08-15 Thread Mark Thomas
Mark Thomas wrote: > I am now seeing the same thing on my dev box. I'm looking in to it and > will let you know. My bad. If you use protocolHandler rather than protocolHandlerClassName in the AJP connector things should work as you expect. This is a coding bug rather than a doc bug and is enough t

Re: Having trouble getting an Apache connector to work

2006-08-15 Thread Mark Thomas
Rob Tanner wrote: > This is the snippet where the connectors are defined. It is identical > to my older development system and it's pretty much the Tomcat comes out > of the box (or the tarball): I am now seeing the same thing on my dev box. I'm looking in to it and will let you know. Mark

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Rob Tanner
This is the snippet where the connectors are defined. It is identical to my older development system and it's pretty much the Tomcat comes out of the box (or the tarball): protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" /> On 0

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Yassine ELassad (YEL)
Hi Rob, I'm just curious to know how you manage to access your application from port 8009 via browser while your Config shows : worker.ajp13.port=8009 either you specified the wrong port number for the http connector or you stated the wrong one. AFAIK the port 8009 is used by mod_jk to communic

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Mark Thomas
ctly from my browser 0n port 8009, but not through Apache. >>> >> >> If it works through a browser you must have the connector configured >> for http. You need to configure it for ajp for it to work with the >> Apache connector. >> >> Mark >>

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Martin Gainty
Rob- If you have 2 servlets e.g.you have two tomcat running, listning Ajp12 on 10001 and 10002 ports: Take a look at /etc/httpd/conf/httpd.conf: - LoadModule jk_module /etc/httpd/libexec/mod_jk.so JkWorkersFile /etc/httpd/conf/workers.properties Listen 8001 Por

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Rob Tanner
tions directly from my browser 0n port 8009, but not through Apache. If it works through a browser you must have the connector configured for http. You need to configure it for ajp for it to work with the Apache connector.

Re: Having trouble getting an Apache connector to work

2006-08-14 Thread Mark Thomas
r it to work with the Apache connector. Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Having trouble getting an Apache connector to work

2006-08-14 Thread Rob Tanner
Hi, I'm building a new development system. I can access my applications directly from my browser 0n port 8009, but not through Apache. I'm have j2sdk1.4.2_12 and apache-tomcat-4.1.32 installed. The version of Apache is 2.0.54 (from the FC4 distro). I built the connector from the tomcat-co

RE: Tomcat and Apache Connector Problem

2006-05-30 Thread Donald Beck
che using > Tomcat to serve your JSP > JkMount /yourWebaaps ajp13 > > > Jean-Claude > > -Message d'origine- > De : Donald Beck [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 28 mai 2006 17:11 > À : users@tomcat.apache.org > Objet : Tomcat and Apa

RE: Tomcat and Apache Connector Problem

2006-05-29 Thread Serlet Jean-Claude
Add the directive JkMount to tell Apache using Tomcat to serve your JSP JkMount /yourWebaaps ajp13 Jean-Claude -Message d'origine- De : Donald Beck [mailto:[EMAIL PROTECTED] Envoyé : dimanche 28 mai 2006 17:11 À : users@tomcat.apache.org Objet : Tomcat and Apache Connector Probl

Tomcat and Apache Connector Problem

2006-05-28 Thread Donald Beck
I have installed the following on a Windows Server: Apache 2.0.58 Tomcat 5.0.28 SDK 1.4.2.11 mod_jk_1.2.6_2.0.50.dll (renamed mod_jk.dll and placed it in APACHE_HOME/modules) I am trying to configure Tomcat to server up JSP pages, and have made the following modifications to the following files:

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Filip Hanik - Dev Lists
When this error happens, are you able to issue the command 1. to see if tomcat is listening, netstat -na |grep 8009 |grep LISTEN 2. if yes, try to connect to the socket "telnet localhost 8009" on the box you see the error, this will tell you if the server socket is alright. Fillip Randy Pa

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
Filip The Both the apache and tomcat are on the same server and the workers.properties connects via localhost Thanks On 2/13/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > Hi Randy, if Apache cannot talk to Tomcat, then its not because of the > clustering. The first error in catalina.o

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Filip Hanik - Dev Lists
Hi Randy, if Apache cannot talk to Tomcat, then its not because of the clustering. The first error in catalina.out, is just a result of replication keep alive sessions getting closed, I will fix the code that generates that error so that it doesn't log as an error. do you have a firewall or any

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
s there any firewall between > > > the apache and your tomcat server? Or did your IT dept reconfigure the > > > network recently? > > > > > > ND > > > > > > -Original Message- > > > From: Randy Paries [mailto:[EMAIL PROTECTED] >

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Antony Riley
tween > > the apache and your tomcat server? Or did your IT dept reconfigure the > > network recently? > > > > ND > > > > -Original Message- > > From: Randy Paries [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 13, 2006 9:27 AM > >

Re: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
MAIL PROTECTED] > Sent: Monday, February 13, 2006 9:27 AM > To: Tomcat Users List > Subject: problems with Clusters or apache connector not sure which one > > hello, > I am running apache-tomcat-5.5.15 on three boxes 2 rh9 and one fedora > 4. and they are clustered together > &

RE: problems with Clusters or apache connector not sure which one

2006-02-13 Thread Duan, Nick
List Subject: problems with Clusters or apache connector not sure which one hello, I am running apache-tomcat-5.5.15 on three boxes 2 rh9 and one fedora 4. and they are clustered together I am seeing problems where apache can not longer talk to tomcat. if anyone can point me on how to debug this

problems with Clusters or apache connector not sure which one

2006-02-13 Thread Randy Paries
hello, I am running apache-tomcat-5.5.15 on three boxes 2 rh9 and one fedora 4. and they are clustered together I am seeing problems where apache can not longer talk to tomcat. if anyone can point me on how to debug this please help, i am not sure what else i should include as far a conf setups,