[ANN] Apache Tomcat 8.0.5 (beta) available

2014-03-28 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 8.0.5 (beta). Apache Tomcat 8 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language and Java WebSocket technologies. Apache Tomcat 8 is aligned with Java EE 7.

Re: Tomcat 7.0.52 strage startup

2014-03-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roberto, On 3/17/14, 8:06 AM, Roberto Bottoni - AfterBit wrote: sometimes i get the following error at tomcat 7 startup.. What version do you have? How do you launch Tomcat? so i restart and restart again and finally tomcat starts without

Re: Connection pooling issue on Tomcat

2014-03-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Barry, On 3/28/14, 11:58 AM, Propes, Barry L wrote: Hi folks, I'm using Tomcat 6.0.29 for an app I've had in place for years. I run the Java app I have on a Windows 2003 server for my production region, but have local builds on both my

Connection pooling issue on Tomcat

2014-03-28 Thread Propes, Barry L
Hi folks, I'm using Tomcat 6.0.29 for an app I've had in place for years. I run the Java app I have on a Windows 2003 server for my production region, but have local builds on both my desktop and laptop, both of which are Windows XP Pro. Yes, I do realize that the Tomcat version is old, but

Re: Connection pooling issue on Tomcat

2014-03-28 Thread Mark Shifman
On 03/28/2014 11:58 AM, Propes, Barry L wrote: Hi folks, I'm using Tomcat 6.0.29 for an app I've had in place for years. I run the Java app I have on a Windows 2003 server for my production region, but have local builds on both my desktop and laptop, both of which are Windows XP Pro. Yes, I

RE: Connection pooling issue on Tomcat

2014-03-28 Thread Propes, Barry L
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, March 28, 2014 11:13 AM To: Tomcat Users List Subject: Re: Connection pooling issue on Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Barry, On 3/28/14, 11:58 AM, Propes, Barry L

timeout

2014-03-28 Thread Vicky B
HI All, i have configured apache and apache tomcat i.e apache is my http server and tomcat is my webserver. i am having an isssue where some of request take 1-2 min to process but i get 500 internal serer message . IS this something related to timeout value. The value of timeout in my apache is

Re: timeout

2014-03-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 3/28/14, 2:18 PM, Vicky B wrote: HI All, i have configured apache and apache tomcat i.e apache is my http server and tomcat is my webserver. i am having an isssue where some of request take 1-2 min to process but i get 500 internal

Re: timeout

2014-03-28 Thread Vicky B
I dont know if it is client timeouting or server . I dont see any issue on server side processing .this issue happens when my code takes more then a minute to respond. On Sat, Mar 29, 2014 at 12:03 AM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED

Re: timeout

2014-03-28 Thread Weiquan
Why your code take one min to response? Find out the reason Sent from my iPhone On Mar 28, 2014, at 2:37 PM, Vicky B vickyb2...@gmail.com wrote: I dont know if it is client timeouting or server . I dont see any issue on server side processing .this issue happens when my code takes more

Re: timeout

2014-03-28 Thread Vicky B
I mean 1 min to process the request and thats due to the huge logic and processing involved. On Sat, Mar 29, 2014 at 12:11 AM, Weiquan weiquan.y...@gmail.com wrote: Why your code take one min to response? Find out the reason Sent from my iPhone On Mar 28, 2014, at 2:37 PM, Vicky B

RE: Connection pooling issue on Tomcat

2014-03-28 Thread Propes, Barry L
-Original Message- From: Mark Shifman [mailto:mark.shif...@yale.edu] Sent: Friday, March 28, 2014 12:34 PM To: Tomcat Users List Subject: Re: Connection pooling issue on Tomcat On 03/28/2014 11:58 AM, Propes, Barry L wrote: Hi folks, I'm using Tomcat 6.0.29 for an app I've had in

Re: timeout

2014-03-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 3/28/14, 2:37 PM, Vicky B wrote: I dont know if it is client timeouting or server . I dont see any issue on server side processing .this issue happens when my code takes more then a minute to respond. What does the response body

Re: Connection pooling issue on Tomcat

2014-03-28 Thread Leo Donahue
On Fri, Mar 28, 2014 at 12:31 PM, Propes, Barry L barry.l.pro...@citi.comwrote: -Original Message- From: Mark Shifman [mailto:mark.shif...@yale.edu] Sent: Friday, March 28, 2014 12:34 PM To: Tomcat Users List Subject: Re: Connection pooling issue on Tomcat = Thanks, Mark, I

Re: timeout

2014-03-28 Thread André Warnier
Vicky B wrote: HI All, i have configured apache and apache tomcat i.e apache is my http server and tomcat is my webserver. The does not seem to make much sense. Both are HTTP servers and thus webservers. Do you mean that apache http is working as a front-end to Tomcat ? If so, how does one

Re: Why Tomcat crashes

2014-03-28 Thread Daniel Mikusa
On Mar 27, 2014, at 2:20 PM, wangke keow...@hotmail.com wrote: Date: Thu, 27 Mar 2014 12:20:28 -0400 From: ch...@christopherschultz.net To: users@tomcat.apache.org Subject: Re: Why Tomcat crashes -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wangke, On 3/27/14, 2:18 AM, wangke

RE: Why Tomcat crashes

2014-03-28 Thread wangke
Thanks very much Subject: Re: Why Tomcat crashes From: dmik...@gopivotal.com Date: Fri, 28 Mar 2014 17:54:05 -0400 To: users@tomcat.apache.org On Mar 27, 2014, at 2:20 PM, wangke keow...@hotmail.com wrote: Date: Thu, 27 Mar 2014 12:20:28 -0400 From:

NoClassDefFoundError using catalina ant deploy task

2014-03-28 Thread Brendan Miller
I was going through the tomcat docs and trying to use the default build.xml file provided by the appdev tutorial to deploy my war to tomcat. Example build.xml: http://tomcat.apache.org/tomcat-8.0-doc/appdev/build.xml.txt However, when I use the deploy task I always get a

Re: NoClassDefFoundError using catalina ant deploy task

2014-03-28 Thread Brendan Miller
I investigated more and found the solution... It seems like a doc bug in that the tutorial doesn't tell you everything you need to do to get deploy to work. tomcat-util.jar needs to be placed in ~/.ant/lib. The tutorial says to place catalina-ant.jar there, but doesn't mention tomcat-util.jar.

catalina-ant reload task doesn't work

2014-03-28 Thread Brendan Miller
Using the tasks from the example ant script at: http://tomcat.apache.org/tomcat-8.0-doc/appdev/build.xml.txt I have can deploy and undeploy from ant. However, the reload task doesn't seem to do anything. I make changes to java and html files, run ant reload which triggers the reload task. Ant

RE: catalina-ant reload task doesn't work

2014-03-28 Thread Martin Gainty
$/CATALINA_HOME/conf/server.xml autoDeploy=true https://tomcat.apache.org/tomcat-6.0-doc/config/host.html ? Martin _ Date: Fri, 28 Mar 2014 18:21:42 -0700 Subject: catalina-ant reload task doesn't work From: catph...@catphive.net To: users@tomcat.apache.org Using

RE: NoClassDefFoundError using catalina ant deploy task

2014-03-28 Thread Martin Gainty
no bugs..just ...'undocumented features' glad you found the solution! Martin __ Date: Fri, 28 Mar 2014 17:51:08 -0700 Subject: Re: NoClassDefFoundError using catalina ant deploy task From: catph...@catphive.net To: users@tomcat.apache.org I investigated more and found the

Re: timeout

2014-03-28 Thread Vicky B
@christopher in response body i see the usual 500 internal server message @Andre Yes apache is my front end to apache tomcat , i use mode_jk connector. Regarding error message in apache logs i see 500 as reponse code for the reqeust and i also see below message broken pipe : connection