0:53 2009] [14043:50960] [info]
> ajp_send_request::jk_ajp_common.c (1244): (worker2) increase the backend
> idle connection timeout or the connection_pool_minsize
> [Thu Jul 09 18:50:53 2009] [13887:50960] [info]
> ajp_send_request::jk_ajp_common.c (1273): (worker2) error connecting to
&
Sent: 15 June 2009 5:27 PM
To: Tomcat Users List
Subject: RE: Problem with apache tomcat while running load test
There is nothing in any of the log files. The application we are using
works on Tomcat 5.0.16, have not yet tested on latest tomcat. Yes Mod_jk
the version is mod_jk-1.2.25-httpd-2.0.59.so
> From: Aneesha Pant [mailto:aneesha.p...@edelcap.com]
> Sent: 15 June 2009 12:09
> To: users@tomcat.apache.org
> Subject: Problem with apache tomcat while running load test
>
> We are trying to run a load test using Borland Silk route on a
> application r
-
From: Peter Crowther [mailto:peter.crowt...@melandra.com]
Sent: 15 June 2009 4:50 PM
To: 'Tomcat Users List'
Subject: RE: Problem with apache tomcat while running load test
Any messages in any of the (many) log files?
Connector version? I assume mod_jk, but which?
Out of interes
@tomcat.apache.org
Subject: Problem with apache tomcat while running load test
We are trying to run a load test using Borland Silk route on a application
running on Tomcat 5.0.16 on Apache 2.2.3.11. we have configured 4 tomcats with
1 Apache using worker.properties file. when we try to run 1000
We are trying to run a load test using Borland Silk route on a
application running on Tomcat 5.0.16 on Apache 2.2.3.11. we have
configured 4 tomcats with 1 Apache using worker.properties file. when we
try to run 1000 concurrent users doing transactions on the website the
site stops responding after
Thanks for all of your time on this problem.
I found the issue..!!!
It was a page caching issue with the browser. It seems the page was cached
and so not creating a new session for the Post button on Login.
I put the following in my login page and now it works great. The new session
is create
On 05.05.2009 22:17, nohacks wrote:
> 1) Which component should respond to this request, Apache or Tomcat?
>
> Tomcat should answer all. I am not using Apache to server any Static
> content.
OK, and I assume you actually checked, that it *is* Tomcat that produces
the answer in the 404 case.
I fo
Pid wrote:
nohacks wrote:
Apache has better Security and Load balancing for the tomcat cluster.
I'm passing out hard hats & sandbags for anyone who wants one.
Do you also have some flame-retardant and anti-troll spells (or dwarfs)
in your inventory ?
---
Caldarale, Charles R wrote:
From: nohacks [mailto:philipfwil...@gmail.com]
Subject: Re: I have a problem with Apache, Tomcat
I am not using Apache to server any Static content.
That begs the question: why do you have httpd in the game at all?
I knew you'd say that, I was about to d
nohacks wrote:
> Apache has better Security and Load balancing for the tomcat cluster.
I'm passing out hard hats & sandbags for anyone who wants one.
p
> Phil
>
>
> Caldarale, Charles R wrote:
>>> From: nohacks [mailto:philipfwil...@gmail.com]
>>>
> From: nohacks [mailto:philipfwil...@gmail.com]
> Subject: RE: I have a problem with Apache, Tomcat
>
> Apache has better Security and Load balancing for the tomcat cluster.
Security, no. Load balancing, yes - if you can't afford a real one.
- Chuck
THIS COMMUNIC
Apache has better Security and Load balancing for the tomcat cluster.
Phil
Caldarale, Charles R wrote:
>
>> From: nohacks [mailto:philipfwil...@gmail.com]
>> Subject: Re: I have a problem with Apache, Tomcat
>>
>> I am not using Apache to server any Static
> From: nohacks [mailto:philipfwil...@gmail.com]
> Subject: Re: I have a problem with Apache, Tomcat
>
> I am not using Apache to server any Static content.
That begs the question: why do you have httpd in the game at all?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/
Hi Rainer,
Thanks very much for your responses. I have your answers below.
1) Which component should respond to this request, Apache or Tomcat?
Tomcat should answer all. I am not using Apache to server any Static
content.
2)Which part of your webapps is expected to serve the content for
Tomc
On 05.05.2009 16:12, nohacks wrote:
> Hi Guys,
>
> Thanks for your feedback with this issue. This has been making me crazy for
> such a long time.
>
> I have put this in last night and tested.
>
>
> JkMount /*.jsp loadbalancer
> JkMount /*.jsf loadbalancer
> JkMount
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Phil,
On 5/5/2009 10:12 AM, nohacks wrote:
> I have put this in last night and tested.
>
>
> JkMount /*.jsp loadbalancer
> JkMount /*.jsf loadbalancer
> JkMount /* loadbalancer
> JkMount /servlet/* loadbalancer
>
Hi Guys,
Thanks for your feedback with this issue. This has been making me crazy for
such a long time.
I have put this in last night and tested.
JkMount /*.jsp loadbalancer
JkMount /*.jsf loadbalancer
JkMount /* loadbalancer
JkMount /servlet/* loadbalancer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 5/4/2009 1:50 PM, André Warnier wrote:
> I was not quite convinced by Chris's explanation, so I tested this by
> myself.
[snip]
> So, despite my initial scepticism (for which I apologise), Chris turns
> out to be right.
Sometimes it's goo
On 04.05.2009 19:50, André Warnier wrote:
> Hi Chris too, and hi nohacks.
>
> I was not quite convinced by Chris's explanation, so I tested this by
> myself.
> Apache httpd 2.2.3
> mod_jk 1.2.18 (quite old)
> Tomcat 5.5.27
>
> In my case, URI's starting with /starweb are being redirected to Tomc
Hi Chris too, and hi nohacks.
I was not quite convinced by Chris's explanation, so I tested this by
myself.
Apache httpd 2.2.3
mod_jk 1.2.18 (quite old)
Tomcat 5.5.27
In my case, URI's starting with /starweb are being redirected to Tomcat
by mod_jk (corresponding to the OP's case "/myapp").
Hi Chris,
I downloaded the new version of mod_jk
http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.28/i586/
[ ] mod_jk-1.2.28-httpd-2.2.X.so
21-Mar-2009 23:53 676K
I am still having the same issues as you can see...
Any ideal what
Hi Chris,
Thanks for your reply. I have JkStripSession on and still having the issue.
Any help is really appreciated. I have had this issues for a long time now
and it is a Huge Issue for us !!
This is my httpd.conf file.
==
LoadModule jk_module /usr/lib/apach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nohacks,
On 4/30/2009 4:18 PM, nohacks wrote:
> You can see from my logs that apache returns a 200 for my login page then
> returns a 404 from
>
> It seems to be an issue now and then. It works for a while then it tosses a
> 404. Maybe after a timeou
You can see from my logs that apache returns a 200 for my login page then
returns a 404 from
It seems to be an issue now and then. It works for a while then it tosses a
404. Maybe after a timeout I really dont know...Hard to recreate. but my
logs are full of 404 jsessionid issues...
Any help out
I created JkMounts for my own servlet:
JkMount /SiteReview|/* ajp13
and it worked! This means that every problem has been resolved now, though
I'm wondering, as in the previous message, can I easily deploy applications
using the manager, or would I have to add the JkMounts all the time?
And I'm
2008/9/11 Lars 'Levia' Wesselius <[EMAIL PROTECTED]>
> 2008/9/11 Caldarale, Charles R <[EMAIL PROTECTED]>
>
>> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
>> > Behalf Of Lars 'Levia' Wesselius
>> > Subject: Re: Proble
2008/9/11 Caldarale, Charles R <[EMAIL PROTECTED]>
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> > Behalf Of Lars 'Levia' Wesselius
> > Subject: Re: Problem with Apache, Tomcat, mod_jk
> >
> > http://mirroredescape.net/manager/
> &
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Lars 'Levia' Wesselius
> Subject: Re: Problem with Apache, Tomcat, mod_jk
>
> http://mirroredescape.net/manager/
> Tomcat 404 error.
You appear to have ignored what you were previously told: that
;>>
> >>>> Send reply to: Tomcat Users List
> >>>> Date sent: Wed, 10 Sep 2008 19:17:24 +0200
> >>>> From: Lars 'Levia' Wesselius <[EMAIL PROTECTED]>
> >>>> To: users@tomcat.apache.org
> >>>>
t; Date sent: Wed, 10 Sep 2008 19:17:24 +0200
>>>> From: Lars 'Levia' Wesselius <[EMAIL PROTECTED]>
>>>> To: users@tomcat.apache.org
>>>> Subject:Problem with Apache, Tomcat, mod_jk
>>>>
>>>>> I have
Lars 'Levia' Wesselius <[EMAIL PROTECTED]>
> >> To: users@tomcat.apache.org
> >> Subject:Problem with Apache, Tomcat, mod_jk
> >>
> >>> I have a problem using Tomcat 6.0.18, latest Apache, latest mod_jk and
> >>> Java SE
Lars 'Levia' Wesselius schrieb:
> 2008/9/10 Steve Ochani <[EMAIL PROTECTED]>
>
>> Send reply to: Tomcat Users List
>> Date sent: Wed, 10 Sep 2008 19:17:24 +0200
>> From: Lars 'Levia' Wesselius <[EMAIL PROTECTED]>
>> To:
2008/9/10 Steve Ochani <[EMAIL PROTECTED]>
> Send reply to: Tomcat Users List
> Date sent: Wed, 10 Sep 2008 19:17:24 +0200
> From: Lars 'Levia' Wesselius <[EMAIL PROTECTED]>
> To: users@tomcat.apache.org
> Subject:Problem with Apache,
Send reply to: Tomcat Users List
Date sent: Wed, 10 Sep 2008 19:17:24 +0200
From: Lars 'Levia' Wesselius <[EMAIL PROTECTED]>
To: users@tomcat.apache.org
Subject: Problem with Apache, Tomcat, mod_jk
> I have a problem using Tomcat 6.0.18, latest Apache, lates
I have a problem using Tomcat 6.0.18, latest Apache, latest mod_jk and Java
SE 6. I have it set up so I can access the main Tomcat page..but when I go
to the manager from there, it shows a (apache) 404 error. Can someone help
me with this problem? I have the configuration files ready for those who
I installed the latest Apache and mod_jk and it works perfectly now.
-Ursprüngliche Nachricht-
Von: Frank Gerlach [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 13. August 2007 13:58
An: users@tomcat.apache.org
Betreff: Problem with Apache/Tomcat/WebDAV/Alfresco
Hello folks,
we have
Hello Frank,
there has been a mod_jk release published for very few days, namely
1.2.24, which was broken w.r.t. WWW-Authenticate. Although it's not very
likely, that you use this one, it's my first question.
If you really use 1.2.24, switch to 1.2.25 and the problem should be gone.
Otherwis
Hello folks,
we have a problem with the following setup:
Web Browser ->Apache(mod_jk)->Tomcat->Alfresco
Explanation: we would like to access the Alfresco content management system
(running in Tomcat) using WebDAV and SSL.
It works, if we expose Tomcat directly to the network. For security
reas
: Problem with apache tomcat
Hi,
> installed with Apache 2.0,Apache
> tomcat version 5.0.28 and Java(TM) 2 Runtime Environment, Standard
> Edition (build 1.3.1_01). There is freqent problem with Tomcat. It
> gets
If Im' not wrong, only Tomcat 5.5.x works with the JRE, Tomca
Siddesh Prabhu wrote:
> 2006-04-24 00:21:25 StandardWrapperValve[jsp]: Servlet.service() for servlet
> jsp threw exception
> javax.servlet.ServletException: class com.bo.wibean.WIServerImpl :
> com.bo.wibean.WIException: WebIntelligence SDK / JSP Exception --- Number
> :19002 --- javaError : j
Gaël Lams wrote:
Hi,
installed with Apache 2.0,Apache
tomcat version 5.0.28 and Java(TM) 2 Runtime Environment, Standard
Edition
(build 1.3.1_01). There is freqent problem with Tomcat. It gets
If Im' not wrong, only Tomcat 5.5.x works with the JRE, Tomcat 5.0.x
needs the JDK. Also Tomcat 5.
Hi,
installed with Apache 2.0,Apache
tomcat version 5.0.28 and Java(TM) 2 Runtime Environment, Standard Edition
(build 1.3.1_01). There is freqent problem with Tomcat. It gets
If Im' not wrong, only Tomcat 5.5.x works with the JRE, Tomcat 5.0.x
needs the JDK. Also Tomcat 5.0.x needs JDK 1.4.x
Hi Experts, I have problem with my apache tomcat, the detail of the problem is s below. I have a box with Business Objects 6.5.1 installed with Apache 2.0,Apache tomcat version 5.0.28 and Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01). There is freqent problem with Tomcat. I
44 matches
Mail list logo