e pool, WS connections are not load balanced as they are
persistent. In general, wondering what are some of the mechanisms/tools are
employed to handle WebSocket load balancing issues.
Websocket is a connection-oriented protocol negotiated through a
connectionless protocol (HTTP), and you end up with a
s they are
persistent. In general, wondering what are some of the mechanisms/tools are
employed to handle WebSocket load balancing issues.
Thanks,
been EOL for more than a year.
> I am not sure whether we need to consider any tomcat specific settings or
> parameters for scaling in GCP and to fix this issue. Any help on this is
> highly appreciated.
Providing your current Connector configuration and your load-balancing
configurati
When load balancer see Instance in healthy state it would start sending
request to the application. Does your deployed application on the Instance
is ready as well to serve the request? Do you check application is ready
alongwith Instance health.
On Fri, Jan 25, 2019 at 6:41 PM Abin Joseph wrote
Hi Team,
Our application is deployed in google cloud and the back end instances are
tomcat servers. Now our load balancer is returning 502 errors with status
details “backend-timeout” for some requests and it is impacting our
production in a huge way. The instances are healthy when the error occ
Thanks very much Rainer . I will check deeply what you said . Thanks again
Sent from my Samsung Galaxy smartphone.
Original message From: Rainer Jung
Date: 10/4/18 10:35 AM (GMT+02:00) To: Tomcat Users List
Subject: Re: Load Balancing to Tomcat Workers
Just adding a bit
and everything before you start changing
things. Specifically, read the introduction to the "Load Balancing
Directives" section (which specifically, in RED TEXT, warns you about
setting these parameters and making sure they agree). Read about the
"route" attribute and also read a
ies documentation[1] for these settings just
to make sure you understand everything before you start changing
things. Specifically, read the introduction to the "Load Balancing
Directives" section (which specifically, in RED TEXT, warns you about
setting these parameters and making sure they
Hello,
I have configures web server with jk load balancer to tomcat server
(192.168.237.11) with two containers worker 0, worker1)
the problem is that the web application session seems keep rotating between
both workers but I need session stickeness, means the client will be
connected to the same
Am 09.08.2017 um 11:50 schrieb Martin Knoblauch:
On Fri, Aug 4, 2017 at 11:47 PM, Rainer Jung
wrote:
Hi Martin,
Am 04.08.2017 um 10:53 schrieb Martin Knoblauch:
Hi,
just need some clarification on the mod_jk load blanacing method "Next".
The documentation states:
"If method is set to N[e
On Fri, Aug 4, 2017 at 11:47 PM, Rainer Jung
wrote:
> Hi Martin,
>
> Am 04.08.2017 um 10:53 schrieb Martin Knoblauch:
>
>> Hi,
>>
>> just need some clarification on the mod_jk load blanacing method "Next".
>> The documentation states:
>>
>> "If method is set to N[ext] the balancer will again use
On Fri, Aug 4, 2017 at 11:49 PM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Martin,
>
> On 8/4/17 4:53 AM, Martin Knoblauch wrote:
> > Hi,
> >
> > just need some clarification on the mod_jk load blanacing method
> > "Next". Th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Martin,
On 8/4/17 4:53 AM, Martin Knoblauch wrote:
> Hi,
>
> just need some clarification on the mod_jk load blanacing method
> "Next". The documentation states:
>
> "If method is set to N[ext] the balancer will again use the number
> of sessions
Hi Martin,
Am 04.08.2017 um 10:53 schrieb Martin Knoblauch:
Hi,
just need some clarification on the mod_jk load blanacing method "Next".
The documentation states:
"If method is set to N[ext] the balancer will again use the number of
sessions to find the best worker. All remarks concerning the
Hi,
just need some clarification on the mod_jk load blanacing method "Next".
The documentation states:
"If method is set to N[ext] the balancer will again use the number of
sessions to find the best worker. All remarks concerning the Session method
apply as well. The difference to the Session me
: Rainer Jung [mailto:rainer.j...@kippdata.de]
Sent: 18 October 2016 11:33
To: Tomcat Users List
Subject: Re: Load balancing problem with activation=disabled
Am 18.10.2016 um 10:10 schrieb Kozak, Milos:
> Hi,
>
> I am debugging a mod_jk load-balancing configuration which has been used a
&
Am 18.10.2016 um 10:10 schrieb Kozak, Milos:
Hi,
I am debugging a mod_jk load-balancing configuration which has been used a lot,
but for two nodes only. Currently, we made a change for more nodes, and we are
facing problem.
Original idea was to have one PROD and DR servers such that all
Hi,
I am debugging a mod_jk load-balancing configuration which has been used a lot,
but for two nodes only. Currently, we made a change for more nodes, and we are
facing problem.
Original idea was to have one PROD and DR servers such that all requests are
handled by PROD and if PROD goes down
t have experience with all kinds of reverse-proxy
servers. My deepest experience is with httpd+mod_jk+Tomcat while
others may use httpd+mod_proxy_http+Tomcat or nginx+Tomcat or
haproxy+Tomcat or squid+Tomcat. Or even IIS + Tomcat if necessary.
Apache httpd is a fairly heavy web server to use if all y
end servers to distribute the load.Hence,kindly help me
> > how to configure load balance on Apache tomcat.
> >
> > I'm open to tips and advices ;)
>
> We need more requirements to actually help. For example, I have no
> clue what Oracle Apex is. Does it use sessi
ts to actually help. For example, I have no
clue what Oracle Apex is. Does it use sessions? Are they
distributable? Do you just want load-balancing, or do you need
seamless-failover?
- -chris
-BEGIN PGP SIGNATURE-
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Th
ots of examples configuring
> haproxy with tomcat as backend. you could SSL client offload (need TPROXY
> enabled), etc etc.
>
>
>
> On Jul 6, 2016, at 9:41 AM, chandra sekhar wrote:
>
> Yes.we have an option to offload load balancing to a different server.Could
> you ple
Yes.we have an option to offload load balancing to a different server.Could
you please explain more on haproxy if you can and please share me doc
related to this and load balancing?
On Wed, Jul 6, 2016 at 12:10 PM, Abhijit Das wrote:
> Do you have the option to offload load balancing to a
Yes.we have an option to offload load balancing to a different server.Could
you please explain more on haproxy if you can and please share me doc
related to this and load balancing?
On Wed, Jul 6, 2016 at 12:10 PM, Abhijit Das wrote:
> Do you have the option to offload load balancing t
Do you have the option to offload load balancing to a different server? If so,
look at haproxy and/or nginx. haproxy would be more customizable. If there are
bandwidth constraints, implement a DSR VIP (IP triangulation).
On Jul 6, 2016, at 9:08 AM, chandra sekhar wrote:
Hi,
We were using
Hi,
We were using apache-tomcat-7.0.55 for our Oracle Apex 4.2.5 Application
on Linux(Linux 2.6.32-573.22.1.el6.x86_64 x86_64 GNU/Linux).
As we have around 300-500 users using this application,we would like to
know if we can load balance our Oracle Apex Application on 2 or 3 frontend
servers to
we have already acquired NetScaler for
other purposes. mod_jk seems quite robust in its load balancing options.
Would really appreciate details I should be taking into consideration one
way or the other. To simply this discussion just assume we are using the
latest version of mod_jk, apache and tomc
Hi,
I'm reading the document about load balancing method of mod_jk
workers.properties. However, I don't understand why "Next" is better
than "Session" if numbers of sessions is small. How does the count
reducing method affect an election of the best worker?
C
Yes, Christopher, I know.
Any pointers? Any open source libraries that might be worth looking at?
Regards,
Suhaas
On May 26, 2014 2:52 PM, "Christopher Schultz"
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Suhas,
>
> On 5/21/14, 9:46 AM, Suhaas Lang wrote:
> > Thanks for your
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Suhas,
On 5/21/14, 9:46 AM, Suhaas Lang wrote:
> Thanks for your response. No. I am not allowed to use cron :-)
>
> One thing I have been asked to look at is nodes co-ordinating by
> sending events to each other.
>
> But again I am wondering how c
Thanks for your response. No. I am not allowed to use cron :-)
One thing I have been asked to look at is nodes co-ordinating by sending
events to each other.
But again I am wondering how coordination would take place in case one
node goes down. In that case, when it is started again and becomes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Suhaas,
On 5/19/14, 11:40 AM, Suhaas Lang wrote:
> The Tomcat cluster is configured as load balancer only. There is no
> session replication. So in case a Tomcat node on which the user
> session is running, dies in that case the session is lost.
>
The Tomcat cluster is configured as load balancer only. There is no session
replication. So in case a Tomcat node on which the user session is running,
dies in that case the session is lost.
We do need to run a service on that cluster periodically. Obviously it
cannot run on both servers, but at t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Fidelis,
On 4/17/14, 7:14 AM, MNYANYI, FIDELIS wrote:
> Hi,
>
> I'm relatively new to Apache Tomcat, especially on
> clustering/load-balancing. The question I have is:
>
> Can I implement load-balancing of Apache T
On Apr 17, 2014, at 7:14 AM, MNYANYI, FIDELIS wrote:
> Hi,
>
> I'm relatively new to Apache Tomcat, especially on clustering/load-balancing.
> The question I have is:
>
> Can I implement load-balancing of Apache Tomcat 7 instances using native
> solutions if a
On 17/04/2014 12:14, MNYANYI, FIDELIS wrote:
> Hi,
>
> I'm relatively new to Apache Tomcat, especially on
> clustering/load-balancing. The question I have is:
>
> Can I implement load-balancing of Apache Tomcat 7 instances using
> native solutions if any.
No.
>
Hi,
I'm relatively new to Apache Tomcat, especially on clustering/load-balancing.
The question I have is:
Can I implement load-balancing of Apache Tomcat 7 instances using native
solutions if any. I mean without putting either Apache HTTPD or other
load-balancing hardware/softwa
t keep
> JSESSIONID generated by Apache Tomcat (via jvmRoute).
>
> This application is using ASF Shiro who in turn regenerate its own
> JSESSIONID (and replace one from Tomcat).
>
> It completly broke mod_jk/ajp load-balancing and sticky session.
>
> Did some of you allready en
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Arun,
On 1/3/13 10:24 AM, Arunkumar Janarthanan wrote:
> *Apache conf:*
>
> ProxyPassMatch ^/(.*\.jsp|.*\.do)(;jsessionid=.*)?$
> balancer://lb1/$1
Why are you intentionally removing the jsessionid from being forwarded
to the worker? I think you
On 03/01/2013 21:52, Igor Cicimov wrote:
> On 04/01/2013 2:25 AM, "Arunkumar Janarthanan"
> wrote:
>>
>> Thanks Mark, I am working on parallely setting up another environment with
>> Tomcat 6.x, however to clear an urgent audit I need to show the Apache
>> connector uses secure protocol to exchang
On 04/01/2013 2:25 AM, "Arunkumar Janarthanan"
wrote:
>
> Thanks Mark, I am working on parallely setting up another environment with
> Tomcat 6.x, however to clear an urgent audit I need to show the Apache
> connector uses secure protocol to exchange the data between Apache and
> tomcat. Both thes
Thanks Mark, I am working on parallely setting up another environment with
Tomcat 6.x, however to clear an urgent audit I need to show the Apache
connector uses secure protocol to exchange the data between Apache and
tomcat. Both these servers are in DMZ and on different servers.
Hello Chris,
Tha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Arun,
On 1/2/13 4:45 PM, Arunkumar Janarthanan wrote:
> I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, I have
> tried my balancer members to use HTTPS port
So you are trying to use HTTPS over AJP? Did you mean APR?
Please post your from
On 02/01/2013 21:45, Arunkumar Janarthanan wrote:
> Hello,
>
> I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443,
Time to upgrade. 5.5.x is no longer supported.
> I have tried my
> balancer members to use HTTPS port and finds the JSP pages doing ok for
> some reason the struts / action ser
Hello Derek,
Thank you for your fruitfull answer.
It works.
Best regards Olivier.
-Original Message-
From: Derek Beauregard [mailto:dbeaureg...@vmware.com]
Sent: Thursday, April 26, 2012 5:59 PM
To: Tomcat Users List
Subject: Re: Load balancing & session affinity (QUERY)
Have
g Apache 2.2.21 & Tomcat 6.0.29
>
>1) Schema: Load balancer (Apache.2.2.21) -> 1st appli (Tomcat 6.0.29)
>-> 2nd appli. (Tomcat 6.0.29)
>
>2) Using the following configuration, my load balancing is stateless
Hello to all,
I am using Apache 2.2.21 & Tomcat 6.0.29
1) Schema: Load balancer (Apache.2.2.21) -> 1st appli (Tomcat 6.0.29)
-> 2nd appli. (Tomcat 6.0.29)
2) Using the following configuration, my load balancing is stateless instead of
statefull (having a look a
related to detection of the Source IP Address in
Load-balancing mode
On 23/11/2011 06:37, Faseela K wrote:
Hi,
I have applications running on two tomcat servers which are in load balancing
mode.
OK so far.
If I try to access the application from the first server,and if the
request is forwarded
,
Faseela
-Original Message-
From: Pid [mailto:p...@pidster.com]
Sent: Thursday, November 24, 2011 1:08 AM
To: Tomcat Users List
Subject: Re: Query related to detection of the Source IP Address in
Load-balancing mode
On 23/11/2011 06:37, Faseela K wrote:
>
> Hi,
>
> I have
On 23/11/2011 06:37, Faseela K wrote:
>
> Hi,
>
> I have applications running on two tomcat servers which are in load balancing
> mode.
OK so far.
> If I try to access the application from the first server,and if the request
> is forwarded to the second server,
> t
Faseela K wrote:
Hi,
I have applications running on two tomcat servers which are in load balancing
mode.
If I try to access the application from the first server,and if the request is
forwarded to the second server,
the request.getRemoteAddr() on the second server still returns
"127.
Hi,
I have applications running on two tomcat servers which are in load balancing
mode.
If I try to access the application from the first server,and if the request is
forwarded to the second server,
the request.getRemoteAddr() on the second server still returns
"127.0.0.1"(instea
Dear all
we have deployed our university application in a cluster(did load balancing
using AJP) using tomcat application servers and apache access sever.
*Following is our apache httpd.conf configuration*
ProxyPass / balancer://myCluster/ stickysession=JSESSIONID|jsessionid
nofailover=On
Shoaib M. Chaudhary schrieb am 27.01.2011 um 09:08 (+0500):
> When I use mod_jk with the following code for one worker it works fine
> but when I try to connect with two tomcat servers that are not on the
> same machine on which I have apache. Interestingly when I use one
> worker as localhost it
Hello,
The problem I detected is that client has to send three requests for home
page as it contains frames. How can I force mod_jk to send all requests to
one server.
I come to this result while I shutdown one server called tomcat3 and restart
a tomcat on that machine (tomcat3) with no applicati
The problem is following,
When I use mod_jk with the following code for one worker it works fine but
when I try to connect with two tomcat servers that are not on the same
machine on which I have apache. Interestingly when I use one worker as
localhost it works fine again.
There is no error but t
Shoaib M. Chaudhary schrieb am 26.01.2011 um 15:48 (+0500):
> I am trying to use mod_jk with tomcat 5.5.3x. When I use mode_jk with
> one worker it works fine
Okay.
> but when I use loadbalancer with two different tomcats the server
> doesn't response
No response at all? Or some error status?
Hello,
I am trying to use mod_jk with tomcat 5.5.3x. When I use mode_jk with one
worker it works fine but when I use loadbalancer with two different tomcats
the server doesn't response but always try to refresh the page. Can any one
help me out please.
Regards *
Shoaib
*
> -Original Message-
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Sent: Wednesday, January 05, 2011 10:21 AM
> To: Tomcat Users List
> Subject: Re: httpd/Tomcat load balancing question
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
&g
On 1/5/11 4:21 PM, Christopher Schultz wrote:
>> In this case, only gain.
> I see some opportunities for loss: see above.
:)
p
0x62590808.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Pid,
Late to the thread. :(
On 12/23/2010 5:37 AM, Pid wrote:
> On 23/12/2010 07:49, André Warnier wrote:
>> So in clear everyday English, for the benefit of the oppressed minority
>> who does not speak JSTL fluently, the fact of encoding this link i
On 04/01/2011 06:47, Harsimranjit singh Kler wrote:
> So this means tomcat alone have not sufficent support for Load Balancing and
> clustering?.
Correct. Tomcat does not provide a reverse proxy implementation.
> You main only way to achive is to use apache server HTTPD and connector,
So this means tomcat alone have not sufficent support for Load Balancing and
clustering?.
but i am able to check successfully: 1)Session maintaince2)Auto Deployment
Only thing i am not able to achive to hide Cluster URL on redirection.
You main only way to achive is to use apache server HTTPD
ment for other load-balancing mechanisms used
for high traffic environments."
IMHO I'd suggest that it's not suitable for most environments.
Just use HTTPD and mod_jk.
p
0x62590808.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
Harsimranjit singh Kler wrote:
Hi
Here is details:
*Tomcat version*: 5.5.27
*OS*:Window XP
*JDK*:1.6
*Environment Trying to Create* :Load balancing and Clustering on single
Machine using tomcat instances only(balancer Feature) .
*What i have Achieved*:i am running 4 instances of tomcat on
Hi
Here is details:
*Tomcat version*: 5.5.27
*OS*:Window XP
*JDK*:1.6
*Environment Trying to Create* :Load balancing and Clustering on single
Machine using tomcat instances only(balancer Feature) .
*What i have Achieved*:i am running 4 instances of tomcat on ports
8080,9080,10080,11080.So port
On 12/28/2010 8:33 AM, Pid wrote:
> On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote:
>> Hi
>>
>> i have testing tomcat clustering on single machine.What i am able to do is i
>> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in
>> balancer with round robin approach.all r
On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote:
> Hi
>
> i have testing tomcat clustering on single machine.What i am able to do is i
> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in
> balancer with round robin approach.all requests hits on balancer redirected
> to
Hi
i have testing tomcat clustering on single machine.What i am able to do is i
hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in
balancer with round robin approach.all requests hits on balancer redirected
to on one cluster which is on some different port.
when redirectin
55 PM
> To: Tomcat Users List
> Subject: RE: httpd/Tomcat load balancing question
>
> > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> > Subject: RE: httpd/Tomcat load balancing question
>
> >
> > default
> > /static/*
&
> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
> Subject: RE: httpd/Tomcat load balancing question
>
> default
> /static/*
>
> This is supposed to send anything that comes in as /static/ to the
> default servlet for Tomcat to
> From: Singh, Harsimranjit (NSN - IN/Bangalore)
> [mailto:harsimranjit.si...@nsn.com]
> Subject: RETomcat Load Balancing
> How I can resolve it!
Start by not hijacking other people's threads. If you have a new topic, start
a new thread - do not just reply to a random one fr
ing?
Jeff
> -Original Message-
> From: André Warnier [mailto:a...@ice-sa.com]
> Sent: Thursday, December 23, 2010 7:15 AM
> To: Tomcat Users List
> Subject: Re: httpd/Tomcat load balancing question
>
> I'll top post and reply to an earlier message at the same time,
> -Original Message-
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Sent: Thursday, December 23, 2010 5:07 AM
> To: Tomcat Users List
> Subject: Re: httpd/Tomcat load balancing question
>
> 2010/12/23 Pid :
> > On 23/12/2010 07:49, André Warn
as mod_proxy in terms of
connecting and load-balancing, but it is a different configuration.
6) and if these java guys don't get it cooked, there are other ways to do this, but this
would become off-topic for this list, so maybe we should then do that offline.
7) your proposed course of
2010/12/23 Pid :
> On 23/12/2010 07:49, André Warnier wrote:
>> Pid * wrote:
>>> On 22 Dec 2010, at 23:38, André Warnier wrote:
>>>
Pid * wrote:
> On 22 Dec 2010, at 23:02, Jeffrey Janner
> wrote:
>> Definitely the culprit. Now, I just have to convince the Dev team
>> that t
Hi
I am able to test load balancing and clustering with multiple tomcat instances
using rule.xml.but when tomcat balancer redirect requests to tomcat cluster
instance ist displays port of tomcat cluster.So am not able redirection display
clearly details of new tomcate
How I can resolve it
On 23/12/2010 07:49, André Warnier wrote:
> Pid * wrote:
>> On 22 Dec 2010, at 23:38, André Warnier wrote:
>>
>>> Pid * wrote:
On 22 Dec 2010, at 23:02, Jeffrey Janner
wrote:
> Definitely the culprit. Now, I just have to convince the Dev team
> that they are, once again, a bunc
On 23.12.2010 00:08, Pid * wrote:
On 22 Dec 2010, at 23:02, Jeffrey Janner wrote:
Definitely the culprit. Now, I just have to convince the Dev team that they
are, once again, a bunch of idiots.
Fail.
I'm sure it's some framework/tool they are using. The question now is, if I
can't get
Pid * wrote:
On 22 Dec 2010, at 23:38, André Warnier wrote:
Pid * wrote:
On 22 Dec 2010, at 23:02, Jeffrey Janner wrote:
Definitely the culprit. Now, I just have to convince the Dev team that they
are, once again, a bunch of idiots.
Fail.
Pid,
why /do/ the "static objects" links embedde
On 22 Dec 2010, at 23:38, André Warnier wrote:
> Pid * wrote:
>> On 22 Dec 2010, at 23:02, Jeffrey Janner wrote:
>>> Definitely the culprit. Now, I just have to convince the Dev team that
>>> they are, once again, a bunch of idiots.
>> Fail.
> Pid,
> why /do/ the "static objects" links embedde
Pid * wrote:
On 22 Dec 2010, at 23:02, Jeffrey Janner wrote:
Definitely the culprit. Now, I just have to convince the Dev team that they
are, once again, a bunch of idiots.
Fail.
Pid,
why /do/ the "static objects" links embedded in the login page get back to the browser
with a jsessioni
f
>
>> -Original Message-
>> From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com]
>> Sent: Wednesday, December 22, 2010 4:50 PM
>> To: 'Tomcat Users List'
>> Subject: RE: httpd/Tomcat load balancing question
>>
>> In the specific case
2, 2010 4:50 PM
> To: 'Tomcat Users List'
> Subject: RE: httpd/Tomcat load balancing question
>
> In the specific case I mention below, this is the source from the jsp:
> " />
>
> I'm not a jsp programmer, but I'm betting it has something to d
; Sent: Wednesday, December 22, 2010 4:40 PM
> To: 'Tomcat Users List'; 'Tomcat Users List'
> Subject: RE: httpd/Tomcat load balancing question
>
> Thanks, that was what I was thinking.
> Since the only JSP I have access to is the welcome-file, I'm not sur
Addendum.
You could also write the links as
(without leading "/"). That would keep them relative to the current app, and cause less
work if you ever want to call the application other than "Portal".
You could also put the static elements in your app under Tomcat.
Unless there are lots of the
22, 2010 2:43 PM
> To: Tomcat Users List
> Subject: Re: httpd/Tomcat load balancing question
>
> Hi.
>
> Not knowing anything about JSP per se, I would nevertheless guess that
> the links are
> written using something like
> or similarly, instead
> of just plain html
&g
Hi.
Not knowing anything about JSP per se, I would nevertheless guess that the links are
written using something like
or similarly, instead of just plain html
.
That probably leads the JSP compiler to think it has to "relativise" the links to the app
context and so on, while in this case it s
Httpd 2.2.17
Tomcat 6.0.29
Sun JDK 1.6.0_22
Spring Framework (3.0.2 I think)
All on Windows
The Dev team is creating a new app that we are planning to deploy using httpd
as a load-balancer to two Tomcats on separate servers. Httpd is configured to
serve static files - graphics, css, etc. - with
rs in the backend.
No you don't. Load balancing != clustering.
> 3)It will be good if you can let me know when to use the stickysession
> attribute or provide me the docs link which explains when to use the
> stickysession attribute.
http://www
Hi,
I am using following versions of softwares
1)Apache version :- 2.2.14
2)Tomcat version :- apache-tomcat-6.0.20
3)Java Version :- jdk 1.6.0.5
4)Operating system :- solaris 5.10
I am trying to acheive load balancing for two instance of tomcat with apache
with mod_proxy module.
As of now
link which explains when to use the
stickysession attribute.
4)I have fixed the jvmroutepath.
--- On Mon, 9/13/10, Mark Thomas wrote:
From: Mark Thomas
Subject: Re: apache tomcat load balancing not working using mod_proxy
To: "Tomcat Users List"
Date: Monday, September 13, 2010, 3
On 13/09/2010 10:56, Amol Puglia wrote:
>
No need to use a wildcard.
> ProxyPass balancer://tomcatservers/* stickysession=JSESSIONID
> nofailover=off
No need to use a wildcard.
The stickysession attribute is invalid - see the docs
The nofailover attribue is unexpected unless you
Amol Puglia wrote:
..
kindly assist me to acheive loadbalancing using proxies modules.
Kindly telling us what version of Apache, Tomcat, Java etc you are using, on
which platform,
and what is not working, may help us helping you.
Hello Team,
I am trying to achieve load balancing with proxies modules.
Following are the configuration of proxy module.
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
Listen server_name:443
On 09/10/2010 10:21 AM, Amol Puglia wrote:
Hello Mladen,
I already have application specific entry in server.xml for jvmroute which is
shown as below.
As per the loadbalancing document we would have to add following entry in the
server.xml file
I am unable to add above entry as already we
Thu, 9/9/10, Mladen Turk wrote:
From: Mladen Turk
Subject: Re: Tomcat Load Balancing Not working and Apache URL is giving 500
error
To: users@tomcat.apache.org
Date: Thursday, September 9, 2010, 6:08 PM
On 09/09/2010 02:19 PM, Amol Puglia wrote:
> Hello Mladen,
>
> I am still getting
On 09/09/2010 02:19 PM, Amol Puglia wrote:
Hello Mladen,
I am still getting 500 error while accessing tomcat trhough apache.
I have added following entry as suggested by you in httpd.conf file.
JkMount /eMatrix/* loadbalancer;use_server_errors=500
Sorry, that wold actually force Apache erro
il/loading_empty.gif<
14:12:20 DEBUG http-8083-3 [ MarsMonitorFilter.getRequestedURL] url
>http://marsvca3.sw.ericsson.se:8083/eMatrix/images/buttons/loginOn.gif<
14:13:16
--- On Thu, 9/9/10, Pid wrote:
From: Pid
Subject: Re: Tomcat Load Balancing Not working and Apache URL is giving
: Tomcat Load Balancing Not working and Apache URL is giving 500
error
To: users@tomcat.apache.org
Date: Thursday, September 9, 2010, 5:00 PM
On 09/09/2010 01:01 PM, Amol Puglia wrote:
> Hello Pid,
>
> I have set the jk log level to debug and i can see following messages in the
> mod_jk
1 - 100 of 340 matches
Mail list logo