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
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
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
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
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
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
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
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
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
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
>>
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
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.
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]
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
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
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
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:
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
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
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
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]
>
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
> >
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
>
&
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
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,
25 matches
Mail list logo