Hello,
is there any need for the jvmroute property if we are proxying all
web requests through Apache to a Cisco load balancer that is balancing
all the tomcat servers on http 8080? My understanding is this is for
AJP only but wanted to be sure.
Thanks
AD
we are using Jruby / Rails / Tomcat. I think what may be happening is
that rails has its own connection pool in front of DBCP which could be
causing the issue here, not sure yet.
AD
On Tue, Jul 7, 2009 at 12:20 PM, David Smith wrote:
> Do you hold on to your connections in code or do you cl
would cause this issue?
Thanks
AD
On Thu, Jul 2, 2009 at 9:38 AM, Christopher
Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> David,
>
> On 7/1/2009 5:01 PM, David Smith wrote:
>> Christopher Schultz wrote:
>>> David,
>>>
>>&g
would that simply be the testOnBorrow ? Is there a perf hit for this ?
On Wed, Jul 1, 2009 at 4:00 AM, Mark Thomas wrote:
>> --- Original Message ---
>> From: AD
>> To: Tomcat Users List
>> Sent: 01/07/09, 04:37:26
>> Subject: DBCP and Firewall timeouts
connection pool
connections either get cleanly terminated or are sanity checked for
proper connectivity? We are using JRuby/Tomcat/Rails and are seeing a
lot of timeouts after inactivity in the app.
Thanks
AD
-
To unsubscribe, e
Thanks. I thought it was interesting that ALL the tomcat applications
went down when JMS was down, even if the apps that dont rely on it.
Must be some blocking going on that is affecting all threads in the
app server.
On Sun, Feb 1, 2009 at 12:12 AM, Kirk True wrote:
> Hi Adam,
>
>
True wrote:
> Hi Adam,
>
> AD wrote:
>>
>> hello,
>>
>> i am running into a situation where if our JMS server is down
>> (activemq) the tomcat application does not respond at all. Not sure
>> why tomcat is relying so heavily on this conn
hello,
i am running into a situation where if our JMS server is down
(activemq) the tomcat application does not respond at all. Not sure
why tomcat is relying so heavily on this connection , any ideas as to
why this would be ?
Thanks
Adam
---
Thanks charles, i thought there was an easier way to make a default webapp
other than naming it ROOT.war.
I will give that a shot to see if it works.
Adam
On Mon, Jan 19, 2009 at 10:36 PM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: AD [mailto:straightfl.
Hello,
I have an issue where inside a i set the context path of "/" to a
directory inside webapps (myapp). The issue is when i delete the directory
, on first startup the directory is not available yet (not unwar'd yet it
appears) so it auto-sets the root context path to the default tomcat
appl
Server has been up for about 5 hours under almost zero load but I am
concerned about some of the thread info in JConsole.. For example in Main
Thread
Name: main
State: RUNNABLE
Total blocked: 54 Total waited: 9
Does this indicate signifigant blocking? Maybe 10-15 requests total in the
last 5 hou
Hello,
I am trying to troubleshoot an error that seems to occur quite frequently
with no real solution. I constantly see
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link
failure in my application after the app runs for a few days. Communication
is fine, networking is
wrote:
> > From: AD [mailto:[EMAIL PROTECTED]
> > Subject: Re: All threads (200) are currently busy
> >
> > ah sorry, proxied through apache with mod_proxy_balancer on ajp port
>
> Can you try your load test directly into Tomcat on port 8080 and eliminate
> one vari
ah sorry, proxied through apache with mod_proxy_balancer on ajp port
On Sat, Nov 1, 2008 at 2:14 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:
> > From: AD [mailto:[EMAIL PROTECTED]
> > Subject: Re: All threads (200) are currently busy
> >
> > And yes these
ill -QUIT
>
> This will give you thread dump of tomcat and of course that will
> include threads associated with your webapp
> On Fri, Oct 31, 2008 at 5:22 PM, AD <[EMAIL PROTECTED]> wrote:
> > Fair enough
> >
> > Tomcat 5.5, JVM 1.6, Redhat Enterprise 5, 8Gb Mem,
the pastie link that I sent in my original post which was a kill -QUIT when
the problem was happening.
On Fri, Oct 31, 2008 at 10:49 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:
> > From: AD [mailto:[EMAIL PROTECTED]
> > Subject: Re: All threads (200) are currently bu
s it will dump the stack trace to the
> standard output stream.
>
> Sent from my iPhone
>
>
> On Oct 31, 2008, at 7:23 PM, "AD" <[EMAIL PROTECTED]> wrote:
>
> Fair enough
>>
>> Tomcat 5.5, JVM 1.6, Redhat Enterprise 5, 8Gb Mem, 5Gb Heap.
>>
.
Whats the best way to get the thread dump and find out what process is hung
in the webapp ?
Thx
Adam
On Fri, Oct 31, 2008 at 7:31 PM, Caldarale, Charles R <
[EMAIL PROTECTED]> wrote:
> > From: AD [mailto:[EMAIL PROTECTED]
> > Subject: All threads (200) are currently busy
>
I am trying to find out after doing some load testing why tomcat is getting
hung up on some threads. Can anyone provide some info on how to track down
where the blocking is happening here? I am unable to diagnose based on this
dump..
http://pastie.org/305167
thanks
Adam
who does not know how to process /myapp1/ in the
browser.
Any reason this is a "bad" idea ?
Thx
Adam
On Mon, Oct 13, 2008 at 10:17 PM, AD <[EMAIL PROTECTED]> wrote:
> hello,
> If i have a tomcat app deployed at http://localhost:8080/myapp1/ and
> http://localhost:
hello,
If i have a tomcat app deployed at http://localhost:8080/myapp1/ and
http://localhost:8080/myapp2/ and i want 2 virtualhosts in apache to map "/"
to each one of these apps, is this possible?
Trying something like
BalancerMember ajp://localhost:8009/app1/
BalancerMember ajp://loc
21 matches
Mail list logo