Re: Problem with apache tomcat while running load test

2009-07-13 Thread Rainer Jung
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 &

RE: Problem with apache tomcat while running load test

2009-07-09 Thread Aneesha Pant
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

Re: Problem with apache tomcat while running load test

2009-06-15 Thread Pid
> 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

RE: Problem with apache tomcat while running load test

2009-06-15 Thread Aneesha Pant
- 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

RE: Problem with apache tomcat while running load test

2009-06-15 Thread Peter Crowther
@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

Problem with apache tomcat while running load test

2009-06-15 Thread Aneesha Pant
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

Re: I have a problem with Apache, Tomcat

2009-05-06 Thread nohacks
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

Re: I have a problem with Apache, Tomcat

2009-05-06 Thread Rainer Jung
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

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread André Warnier
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 ? ---

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread André Warnier
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

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread Pid
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] >>>

RE: I have a problem with Apache, Tomcat

2009-05-05 Thread Caldarale, Charles R
> 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

RE: I have a problem with Apache, Tomcat

2009-05-05 Thread nohacks
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

RE: I have a problem with Apache, Tomcat

2009-05-05 Thread Caldarale, Charles R
> 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/

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread nohacks
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

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread Rainer Jung
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

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread Christopher Schultz
-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 >

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread nohacks
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

Re: I have a problem with Apache, Tomcat

2009-05-04 Thread Christopher Schultz
-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

Re: I have a problem with Apache, Tomcat

2009-05-04 Thread Rainer Jung
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

Re: I have a problem with Apache, Tomcat

2009-05-04 Thread André Warnier
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").

Re: I have a problem with Apache, Tomcat

2009-05-04 Thread nohacks
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

Re: I have a problem with Apache, Tomcat

2009-05-02 Thread nohacks
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

Re: I have a problem with Apache, Tomcat

2009-05-01 Thread Christopher Schultz
-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

I have a problem with Apache, Tomcat

2009-04-30 Thread nohacks
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

Re: Problem with Apache, Tomcat, mod_jk

2008-09-11 Thread Rainer Jung
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

Re: Problem with Apache, Tomcat, mod_jk

2008-09-11 Thread Lars 'Levia' Wesselius
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

Re: Problem with Apache, Tomcat, mod_jk

2008-09-11 Thread Lars 'Levia' Wesselius
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/ > &

RE: Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Caldarale, Charles R
> 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

Re: Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Lars 'Levia' Wesselius
;>> > >>>> 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 > >>>>

Re: Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Rainer Jung
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

Re: Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Lars 'Levia' Wesselius
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

Re: Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Rainer Jung
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:

Re: Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Lars 'Levia' Wesselius
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,

Re: Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Steve Ochani
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

Problem with Apache, Tomcat, mod_jk

2008-09-10 Thread Lars 'Levia' Wesselius
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

AW: Problem with Apache/Tomcat/WebDAV/Alfresco

2007-08-15 Thread Frank Gerlach
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

Re: Problem with Apache/Tomcat/WebDAV/Alfresco

2007-08-13 Thread Rainer Jung
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

Problem with Apache/Tomcat/WebDAV/Alfresco

2007-08-13 Thread Frank Gerlach
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

RE: Problem with apache tomcat

2006-05-17 Thread Devireddy, Nagendra Reddy (STSD)
: 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

Re: Problem with apache tomcat

2006-05-16 Thread Mark Thomas
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

Re: Problem with apache tomcat

2006-05-16 Thread edoardo
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.

Re: Problem with apache tomcat

2006-05-16 Thread Gaël Lams
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

Problem with apache tomcat

2006-05-15 Thread Siddesh Prabhu
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