-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jerry,
On 7/7/20 18:32, Jerry Malcolm wrote:
> I going to assume that the reason I have apache httpd in there is
> 'because I always have had it there' is not going to go over well
> as a good reason, huh?
I mean... if you want to do more work and
I going to assume that the reason I have apache httpd in there is
'because I always have had it there' is not going to go over well as a
good reason, huh? I used to use it to serve static files. But that is
pretty much taken over by S3 now. I still use it for the SSL stuff.
But that's primar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jerry,
On 7/7/20 16:50, Jerry Malcolm wrote:
> I'm setting up an environment that has the potential for a large
> number of simultaneous requests coming in. I have a basic Apache
> HTTPD with mod_jk talking to Tomcat, all on the same Amazon EC2
>
I'm setting up an environment that has the potential for a large number
of simultaneous requests coming in. I have a basic Apache HTTPD with
mod_jk talking to Tomcat, all on the same Amazon EC2 instance. From my
understanding, I have the potential of maxing out connections at httpd,
at mod_j
Sent: 06 February 2019 06:41 PM
To: Tomcat Users List ; Rathore, Rajendra
Subject: Re: loss of connection with mod_jk(tomcat connector)
External email from: rainer.j...@kippdata.de
Hi Rajendra,
Am 06.02.2019 um 12:36 schrieb Rathore, Rajendra:
> Hi Mark,
>
> I am stuck and due
are actually listening.
Regards,
Rainer
-Original Message-
From: Rathore, Rajendra
Sent: 17 January 2019 10:33 AM
To: Tomcat Users List
Subject: RE: loss of connection with mod_jk(tomcat connector)
External email from: users-return-266670-rarathore=ptc@tomcat.apache.org
Hi Mark
,
Rajendra Rathore
9922701491
-Original Message-
From: Rathore, Rajendra
Sent: 17 January 2019 10:33 AM
To: Tomcat Users List
Subject: RE: loss of connection with mod_jk(tomcat connector)
External email from: users-return-266670-rarathore=ptc@tomcat.apache.org
Hi Mark,
We configure
enable extra loggers that will
help out to understand the problem better,
Thanks and Regards,
Rajendra Rathore
9922701491
-Original Message-
From: Mark Thomas
Sent: 17 January 2019 05:05 AM
To: Tomcat Users List
Subject: Re: loss of connection with mod_jk(tomcat connector)
External
On 16/01/2019 12:26, Rathore, Rajendra wrote:
> Hi Team,
>
>
>
> we are using Apache Http server with basic authentication, when we try
> to send some request to apache for authentication it will fail with 401
> error and when we check the JK Status,
>
> we found that status was not proper mea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Irfan,
On 7/27/2010 2:17 AM, Irfan Khan wrote:
> I am trying to integrate apache and tomcat by configuring web server +
> mod_jk + mod_ssl + tomcat. This configuration would allow accessing deployed
> apps at tomcat from web server with https port.
On 27/07/2010 07:17, Irfan Khan wrote:
> Dear pals,
>
> I am trying to integrate apache and tomcat by configuring web server +
> mod_jk + mod_ssl + tomcat. This configuration would allow accessing deployed
> apps at tomcat from web server with https port. I did searched on archive
> list and as
Dear pals,
I am trying to integrate apache and tomcat by configuring web server +
mod_jk + mod_ssl + tomcat. This configuration would allow accessing deployed
apps at tomcat from web server with https port. I did searched on archive
list and as well as Google it, perhaps couldn't able to find
Hello,
I'm writing because at last we are about to upgrade the Apache
httpd+mod_jk we use in the production environment from version 2.0.52
to version 2.2.14 (on Linux Servers), and I'd like to receive advice
from you about timeout settings.
For some reason I don't know, the system has the followi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tezza,
On 10/19/2009 12:16 PM, Tezza wrote:
> Is this correct, what I have? that SSL need to be on Apache AND each
> Tomcat???
If you are always using HTTPS through Apache httpd, then you don't need
to configure it at all in Tomcat.
> Tomcat's serve
Hi,
I installed SSL on Apache and now HTTPS works fine over mod_jk.
But now I got SSL installed on all servers, apache and each Tomcat (JBoss)
as well, see excerpt from my server.xml files from Tomcat. If I remove
reference to SSL certificate from server.xml, HTTPS via apache (mod_jk)
doesn't. M
Thanks heaps. I will attempt it and report back in a couple of days. I had a
hard time, for over a week now, trying to get these answers from our open
source support ppl.
--
View this message in context:
http://www.nabble.com/SSL-HTTPS-forwarding-under-Apache-%2B-mod_jk-%2B-tomcat-tp17817647p25
2009/10/13 Tezza :
> So in server.xml, I can leave the port="8443"...other other SSL related attributes.../> ???
If you want to, you can leave it. It's an extra way into your server,
and might be considered an extra attack vector for a cracker, so you
might also want to remove it :-).
> Also, m
Peter Crowther wrote:
> 2009/10/13 Tezza :
>> So in server.xml, I can leave the > port="8443"...other other SSL related attributes.../> ???
>
> If you want to, you can leave it. It's an extra way into your server,
> and might be considered an extra attack vector for a cracker, so you
> might also
Peter thank you; this part is clear to me now. Few more clarification:
> and remove [certs] from tomcat servers???
No need - they're not doing any harm, they just won't be used in your
environment.
So in server.xml, I can leave the ???
Also, my current AJP connection is like this:
Do I
[This should really be a new thread, but...]
2009/10/13 Tezza :
> I got 1 apache and 2 tomcat servers (all on different machines).
> I already got SSL set up on individual Tomcat machines to work on port 8443.
> There is no SSL installed on Apache.
> I got mod_jk installed on apache to forward "al
Very userful information. Wondering if someone can help me out with similar
query:
My current set up:
I got 1 apache and 2 tomcat servers (all on different machines).
I already got SSL set up on individual Tomcat machines to work on port 8443.
There is no SSL installed on Apache.
I got mod_jk in
On 05.09.2009 11:02, Joseph2009 wrote:
>
> I am using Tomcat 5.5.20 and Apache 2.2 with Mod_jk 1.2.2.7 on Solaris 10
> intel platform. Following is my configurations
>
> Tomcat
>
> port="8030"
> enableLookups="false"
> redirectPort="8444"
> protocol="AJP/1.3"
>
e site through the HTTP
connector in the Tomcat.
Did someone experience similar problem and is there any solution for this
problem?
Thanks in advance
--
View this message in context:
http://www.nabble.com/mod_jk-Tomcat-AJP-Con
Bill Davidson wrote:
André Warnier wrote:
By the way, the reason why I can't try it right now is that I just
don't have the application to try it with. So whatever I mentioned
before (but which apprently so far seems ok) was purely by attempting
to understand the documentation. Beware.
I tr
t; > > thanks,
> > > >
> > > > MK
> > > >
> > > >
> > > >
> > > >
> > > > > Caldarale, Charles R schrieb:
> > > > >
> > > > >
> > > > >
> > &g
anm [mailto:[EMAIL PROTECTED]
Subject: Re: Context
or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5
The webaplication is done now, but my boss asked me to change the
name of URL webapplication. IF I change the directory name than
there are many jsp pages with many links with old name's
webapp
; > MK
> >
> >
> >
> > > Caldarale, Charles R schrieb:
> > >
> > >
> > > > From: kohanm [mailto:[EMAIL PROTECTED]
> Subject: Re: Context
> > > >
> > > > > or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5
> >
:
From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context
or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5
The webaplication is done now, but my boss asked me to change the
name of URL webapplication. IF I change the directory name than
there are many jsp pages with many links with old
Hi,
my case is Case 1:
can you give me an example for Redirect or RedirectMatch
thanks,
MK
> Caldarale, Charles R schrieb:
>
>> From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context
>>> or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5
>>>
>>> The
Caldarale, Charles R schrieb:
From: kohanm [mailto:[EMAIL PROTECTED] Subject: Re: Context
or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5
The webaplication is done now, but my boss asked me to change the
name of URL webapplication. IF I change the directory name than
there are many jsp pages
In my first email I copied(short) the mod_jk configuration in httpd.conf
file.
Mk
On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
>
> > From: kohanm [mailto:[EMAIL PROTECTED]
> > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> > Tomcat 5.
pages with many links with old name's webapplication.
On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
From: kohanm [mailto:[EMAIL PROTECTED]
Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
Tomcat 5.5
I want to have a webapplication name /webaplicaiton/welcome.
> From: kohanm [mailto:[EMAIL PROTECTED]
> Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> Tomcat 5.5
>
> The webaplication is done now, but my boss asked me to change the name
> of URL webapplication. IF I change the directory name than there are
> many jsp
nm [mailto:[EMAIL PROTECTED]
> > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> > Tomcat 5.5
> >
> > I want to have a webapplication name /webaplicaiton/welcome.do
> > different than the directory name (/webapps/booking).
>
> O.k., I'll bite:
> From: kohanm [mailto:[EMAIL PROTECTED]
> Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> Tomcat 5.5
>
> I want to have a webapplication name /webaplicaiton/welcome.do
> different than the directory name (/webapps/booking).
O.k., I'll bite: why? That'
have (webapplication) name
different than directory name under webapps directory
Thanks,
MK
On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> > From: kohanm [mailto:[EMAIL PROTECTED]
> > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> > Tomcat
> From: kohanm [mailto:[EMAIL PROTECTED]
> Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> Tomcat 5.5
>
> The context located :
> Tomcat 5.5\conf\Catalina\localhost\webapplication.xml
> and I modified as you mentioned:
>
>
> ---
>
>
> then
ons.
Thanks.
MK
On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> > From: kohanm [mailto:[EMAIL PROTECTED]
> > Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> > Tomcat 5.5
> >
> > I removed the path and docBase attributes lik
> From: kohanm [mailto:[EMAIL PROTECTED]
> Subject: Re: Context or Mapping problems Apache 2.2 +mod_JK+
> Tomcat 5.5
>
> I removed the path and docBase attributes like this:
>debug="5" reloadable="true" crossContext="true">
No, remove
(/webapplication/welcome.do)
is not available.)*
Thanks,
MK
On 7/24/08, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
>
> > From: kohanm <[EMAIL PROTECTED]>
> > Subject: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5
> >
> > If I change the directory name
> From: kohanm <[EMAIL PROTECTED]>
> Subject: Context or Mapping problems Apache 2.2 +mod_JK+ Tomcat 5.5
>
> If I change the directory name Tomcat5.5/webapps/*booking*
> to the *webapplication,* the server works fine.
Which is how it's supposed to work. The URI path t
Hi,
I set up the Apache 2.2 +mod_jk +Tomcat 5.5 works fine.
I have mapping problem between webapplication on URL and the directory
name under webapps.
How can I configure the content of context file Tomcat5.5/conf/localhost/
*webapplication.xml* and httpd.conf file
to map between
--
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Monday, July 07, 2008 1:42 PM
To: Tomcat Users List
Subject: Re: Mod_JK / Tomcat Connector Default Maintenance Page
Replogle, Andrew wrote:
> Unfortunately, in IIS, 400, 403.9, 411, 414, 500, 500.11, 500.14,
> 500.15, 501, 503, and 505 codes
ainer
TIA,
Andrew
-Original Message-
From: Len Popp [mailto:[EMAIL PROTECTED]
Sent: Monday, July 07, 2008 12:35 PM
To: Tomcat Users List
Subject: Re: Mod_JK / Tomcat Connector Default Maintenance Page
Since you're running Tomcat behind IIS, you should be able to configure
a cu
ssage-
From: Len Popp [mailto:[EMAIL PROTECTED]
Sent: Monday, July 07, 2008 12:35 PM
To: Tomcat Users List
Subject: Re: Mod_JK / Tomcat Connector Default Maintenance Page
Since you're running Tomcat behind IIS, you should be able to configure
a custom page in IIS for HTTP 503 errors. I k
Since you're running Tomcat behind IIS, you should be able to
configure a custom page in IIS for HTTP 503 errors. I know this is
possible with the Apache web server, I suppose IIS can do it too.
(Tomcat's error-page directive doesn't work because the webapp, or all
of Tomcat, is down so it can't g
Hello,
I've noticed that when my tomcat instances are down and the ajp
transports unreachable the tomcat connector displays a generic
maintenace page. Is there a way to tell the tomcat connector to point to
a custom site-down / maintenance page?
I'm using version 1.2.26 of the Isapi redirector
Bill Davidson wrote:
André Warnier wrote:
By the way, the reason why I can't try it right now is that I just
don't have the application to try it with. So whatever I mentioned
before (but which apprently so far seems ok) was purely by attempting
to understand the documentation. Beware.
I t
André Warnier wrote:
By the way, the reason why I can't try it right now is that I just
don't have the application to try it with. So whatever I mentioned
before (but which apprently so far seems ok) was purely by attempting
to understand the documentation. Beware.
I tried it today. I disab
Bill Davidson wrote:
Rainer Jung wrote:
André Warnier wrote:
And, again in other words, if this parameter was set to Off, and
Tomcat generated a new session and a JSESSIONID session cookie for
this session, that the cookie would thus not be marked secure ?
Didn't try this. What does your t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bill,
Bill Davidson wrote:
| Rainer Jung wrote:
|> André Warnier wrote:
|>> And, again in other words, if this parameter was set to Off, and
|>> Tomcat generated a new session and a JSESSIONID session cookie for
|>> this session, that the cookie woul
Rainer Jung wrote:
André Warnier wrote:
And, again in other words, if this parameter was set to Off, and
Tomcat generated a new session and a JSESSIONID session cookie for
this session, that the cookie would thus not be marked secure ?
Didn't try this. What does your tests say?
Oooh! I may
o
present the developer a consistent environment either if using with
standalone Tomcat or mod_jk/Tomcat we need to forward the info to Tomcat.
The general gist is that if for some reason, it is necessary to have
Apache handle HTTPS connections anayway, and the connection between
Apac
Hi List.
(Indirect ref : previous thread "Moving from a very old Tomcat to a new
Tomcat.")
Ref : http://tomcat.apache.org/connectors-doc/reference/apache.html
Item : JkExtractSSL
Do I understand this right that this parameter JkExtractSSL (default On)
controls whether Tomcat receives of not
Rainer Jung wrote:
JLucas ZB wrote:
Hi everybody,
which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ?
Like Mark said. At the moment 1.2.27.
CORRECTION - CORRECTION - CORRECTION
1.2.26
Sorry, I was ahead of time.
Hi
>> Like Mark said. At the moment 1.2.27.
The URL
"http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/win32/";
does not mention of 1.2.27 but only 1.2.26
Please Provide URL to find the same
MOD_JK 1.2.27
with regards
Karthik
Rainer Jung wrote:
JLucas ZB wrote:
JLucas ZB wrote:
Hi everybody,
which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ?
Like Mark said. At the moment 1.2.27.
Is there any compatibility table for those products ?
mod_jk is compatible with httpd 1.3, 2.0 and 2.2.
It is also compatible with all backends, that
JLucas ZB wrote:
Hi everybody,
which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ?
Latest stable releases. Check the download pages for current versions.
Mark
-
To start a new topic, e-mail: users@tomcat
Hi everybody,
which are the best Apache, mod_jk versions to use with Tomcat 5.5.17 ?
Is there any compatibility table for those products ?
Many thanks
JLZ
See Thread at: http://www.techienuggets.com/Detail?tx=5001 Posted on behalf of
a User
We solved the problem by increasing the number of connections in server.xml on
Tomcat
...
The default is 20 which is not sufficient even if we don't actually have more
than 7-10 people online. Our architectu
Hi
Here i come again!! I'm would like to install
apache+mod_jk+tomcat in openSuse 10.3, but according to the howto's for
SUSE I've seen on the internet, I should create a virtual host in apache
in order to make it work. In my experience in other distros (Ubuntu,
CentO
Tomás Tormo wrote:
I'm gonna install apache+mod_jk+tomcat in openSuse 10.3, but
according to the howto's I've seen on the internet, I should create a
virtual host in apache in order to make it work. In my experience in
other distros (Ubuntu, CentOs), this is not ne
Hi
I'm gonna install apache+mod_jk+tomcat in openSuse 10.3, but
according to the howto's I've seen on the internet, I should create a
virtual host in apache in order to make it work. In my experience in
other distros (Ubuntu, CentOs), this is not necessary... then... sh
sage
From: Felix Schumacher <[EMAIL PROTECTED]>
To: Tomcat Users List
Sent: Thursday, May 8, 2008 1:18:21 AM
Subject: Re: mod_jk + tomcat 5.5 and apache2.2
On Thu, May 8, 2008 6:21 am, mamta chaudhary wrote:
> I am configuring mod_jk to connect apache2.2 and tomcat5.5. But it seems
On Thu, May 8, 2008 6:21 am, mamta chaudhary wrote:
> I am configuring mod_jk to connect apache2.2 and tomcat5.5. But it seems
> apache is not connecting to tomcat.
> If I run
>
> http://example.com:8080/jsp-examples/ or
> http://example.com:7690/jsp-examples/ [here 8080 is tomcat port and
> 76
I am configuring mod_jk to connect apache2.2 and tomcat5.5. But it seems apache
is not connecting to tomcat.
If I run
http://example.com:8080/jsp-examples/ or
http://example.com:7690/jsp-examples/ [here 8080 is tomcat port and
7690 is apache port]
But if I use--- http://example.com/jsp
Hi Bruno,
I finally got the whole cert chain, but the real problem is that
I can't get it through the
request.getAttribute("javax.servlet.request.X509Certificate"), I only
got it using the request.getAttribute("SSL_CLIENT_CERT_CHAIN_n").
I read an e-mail that you stated:
"In Tomcat
Hi Rafael,
if your certificate chain is to large for the default AJP packet size of
app. 8KB and you increase via max_packet_size, you need to change your
Tomcat connector settings as well. See max_packet_size in
http://tomcat.apache.org/connectors-doc/reference/workers.html
Didn't try it my
Bruno,
I tried to change my conf file, the only thing I didn't set before was:
- JkEnvVar SSL_CLIENT_CERT SSL_CLIENT_CERT
When I set this option the Firefox give me the following error:
Request Entity Too Large
So I changed the workers.properties to set the max_packet_size
Hi,
Rafael Rossetto wrote:
I'm using the JkOptions +ForwardSSLCertChain in httpd.conf. In
ssl.conf I also use the SSLVerifyClient require(tried optional and
optional_no_ca), so the client certificate validation in Apache seems
all right to me. And the SSLOptions is SSLOptions +StdEnvVars
Hi,
I am trying to set up a Apache + mod_jk in front of my JBoss(using
Tomcat), to handle the http/https connections, in order to be able to
cluster JBoss. Everything works fine except when I try to validate the
client certificate in my application, I don´t get the full Certificate
Chain. Acce
01/09/2008cc
03:58 PM
Subject
mod_jk/tomcat problem
Ple
Hi Jordi,
Jordi Prats wrote:
Hi
I'm trying to balance connections using mod_jk, but I'm getting this error:
[Wed Jan 09 11:12:55 2008] [31970:3086935744] [info]
ajp_service::jk_ajp_common.c (2186): (loadbalancer) sending request to
tomcat failed (recoverable), because of error during request
To
users@tomcat.apache.org
01/09/2008cc
03:58 PM
Subject
mod_jk/tomcat problem
Please respond
Hi
I'm trying to balance connections using mod_jk, but I'm getting this error:
[Wed Jan 09 11:12:55 2008] [31970:3086935744] [info]
ajp_service::jk_ajp_common.c (2186): (loadbalancer) sending request to
tomcat failed (recoverable), because of error during request sending
(attempt=1)
[Wed Jan 0
Hi Rainer,
I'm not using any Forward-JkOptions.
Thanks for the information about the session kinds, maybe I can use it
to manipulate the session manually.
--
Cheers,
Benny
Benny Bräuer
C3-Grid Developing @ Computing and Data Centre
Alfred-Wegener-Institute for polar and marine research
27570 Br
Benny Bräuer wrote:
Hi Rainer,
I'm using a single node. Here's some code from the servlet:
HttpSession session = request.getSession(false);
if(session.getAttribute("aValueSavedInThePortlet") != null) {...}
else {...}
I get a correct NullPointerException, because "session" is empty. So,
back
Hi Rainer,
I'm using a single node. Here's some code from the servlet:
HttpSession session = request.getSession(false);
if(session.getAttribute("aValueSavedInThePortlet") != null) {...}
else {...}
I get a correct NullPointerException, because "session" is empty. So,
back to the problem: Using
Not sure that I understand your problem: is a jk load balancer involved
and your request gets send to the wrong instance? If so, we can explain,
how the decision is made.
If you are only using a single node, I don't understand the problem. You
write "you correctly get an exception". If it's co
Hi,
I've written a webapp for a portlet container. Within this webapp /
the portlet I can call a link to a servlet. The servlet gets the
session from the portlet container (resp. Tomcat) and do its work.
(Session-sharing between portlets and servlets is working)
This works great when I use the di
problem disappears.
Thanks to Haroon Rafique for pointing this out.
--
Best regards,
Ketut Mahaindra (Ito)
-Original Message-
From: MAHAINDRA Ketut [mailto:[EMAIL PROTECTED]
Sent: Friday, June 01, 2007 3:42 PM
To: users@tomcat.apache.org
Subject: Problem with mod_jk / tomcat on file
: Problem with mod_jk / tomcat on file streaming
Hello,
Here is the log after changing the JkLogLevel to "trace"
( most of the beginning of the log were removed as it indicates the data
receives from the stream )
You see below the log when the stream is cut prematurely after sequence
"
Mahaindra (Ito)
R&D Project Manager - T&I Tools and Applications Lab
"The race for perfection has no finish line"
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Friday, June 01, 2007 4:38 PM
To: Tomcat Users List
Subject: Re: Problem with mod
Try to reproduce on a test system. If you can do that, use JkLogLevel
trace and post the final parts, where you expect the problem to happen.
MAHAINDRA Ketut wrote:
Hello,
This is what I have inside my mod_jk.conf for Apache
---
LoadModule jk_module modules/mod_jk.so
JkWorkersFile /etc/ht
ot sure which one to use and the default is already
"0" which means indefinite.
Any help are appreciated.
--
Best regards,
Ketut Mahaindra (Ito)
-Original Message-
From: Rainer Jung [mailto:[EMAIL PROTECTED]
Sent: Friday, June 01, 2007 4:04 PM
To: Tomcat Users List
Su
Have a look at the flush options on
http://tomcat.apache.org/connectors-doc/reference/apache.html
and maybe at the various timeouts at
http://tomcat.apache.org/connectors-doc/reference/workers.html
There is also a Timeout directive for Apache httpd.
If you can't find it out, post your config
Hello all,
I have a problem when using Tomcat 5.5.23 and apache/mod_jk 1.2.23.
I have a piece of code that will stream a file when a download request
is made by a user.
...
response.setContentType("application/octet-stream");
response.setContentLength((int)fDownload.length());
response.
>
> From uriworkermap.properties
>
> /Library/*=tomcat1
> /Library=tomcat1
> /servlets-examples/*=tomcat1
> /servlets-examples=tomcat1
>
>
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To
Hi
I have set up an Apache webserver to connect to a Tomcat server to process
a page and everything works except the Tomcat starts to run at 100 percent
after processing the page. If I access the page directly thouugh the
Tomcat server(before trying with Apache/mod_jk) the page is fetched and
the
Hello,
I am facing to a similar exception in tomcat:
ERROR [org.apache.jk.common.HandlerRequest] Error decoding request
java.net.SocketTimeoutException: Read timed out
having a timeout for Tomcat AJP connector = 1 minute.
It seems that this timeout has a good value, but I still get this kind o
ok, thanks.
-Original Message-
From: Babu Satasiya [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 13, 2007 4:58 PM
To: users@tomcat.apache.org
Subject: RE: mod_jk -> tomcat sending delay
Hi,
oh!!
Its always - Apache+mod_jk - connecting to multiple tomcates on different
syst
;
>
> -Original Message-
> From: babu [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 09, 2007 4:11 PM
> To: users@tomcat.apache.org
> Subject: Re: [OT] mod_jk -> tomcat sending delay
>
>
>
> Hi,
>
> We are also facing same problem and we are using
New using Tomcat 5 series -- just where is mod_jk within Tomcat?
Please let me know.
Thanks,
-Original Message-
From: babu [mailto:[EMAIL PROTECTED]
Sent: Friday, February 09, 2007 4:11 PM
To: users@tomcat.apache.org
Subject: Re: [OT] mod_jk -> tomcat sending delay
Hi,
We are a
Marcin Zajączkowski wrote:
Hi,
I observe in mod_jk's log errors:
[error] ajp_get_reply::jk_ajp_common.c (1566): (ajp13w) Tomcat is down
or refused connection. No response has been sent to the client (yet)
All those error messages are 'normal' :)
Increase connectionTimeout to
Hi,
We tried updating it once but we have problem in load balancing and we went
back to original mod_jk which we working fine. We upgraded to 1.2.15, but we
are planing to try out new one 1.2.20, but I am watching this discussion
board and there issues even in 1.2.20 and I have posted because of
Version 1.2.6 of mod_jk is an antiquity. First update before
investigating the problem.
babu wrote:
Hi,
We are also facing same problem and we are using mod_jk 1.2.6 with apache
2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have
Apache+mod_jk with LB + 9 tomcats in back
Hi,
We are also facing same problem and we are using mod_jk 1.2.6 with apache
2.0.53 and tomcat 5.0.27. Mod_jk is configured with loadbalancer. We have
Apache+mod_jk with LB + 9 tomcats in backend. Mod_jk is set with sticky bit
set.
Partial workers.properites
worker.list=loadbalancer
worker.lo
Hi Marcin,
Thank you for your careful analysis.
Your connectionTimeout on the tomcat side is way too low. This timeout
is meant for cutting connections after a longer idle time. It should
coincide with the connection_pool_timeout of mod_jk (although tomcat
uses milliseconds and mod_jk seconds
Hi,
I observe in mod_jk's log errors:
[error] ajp_get_reply::jk_ajp_common.c (1566): (ajp13w) Tomcat is down
or refused connection. No response has been sent to the client (yet)
In the rush hours (20-30 requests/second) up to several entries per hour.
Sometimes it's followed by:
[error] ajp_s
Hello again, Christopher
(this is the separate thread you requested - which had
originated as "Connecting Apache 2.2 to Tomcat 5.0 using mod_jk")
Thanks for entertaining my (relatively non-technical) questions.
Nevertheless, the issue of supporting multiple web app servers/
containers through po
1 - 100 of 121 matches
Mail list logo