Re: AprLifecycleListener initialization issue

2012-06-25 Thread Francesco
On 06/24/2012 06:32 PM, Pid wrote: On 22/06/2012 09:12, Francesco wrote: ( i found a lot easyer to manage tomcat inside a big servlet than viceversa) So what's the Servlet running in? p it's a servlet of my own, which also handle some separated process, that is rarely restarted and

Re: AprLifecycleListener initialization issue

2012-06-25 Thread Francesco
On 06/23/2012 09:05 AM, Konstantin Kolinko wrote: 2012/6/22 Francescovigo...@gmail.com: Hi , i'm new in this mailing list, i've started recently to integrate tomcat in some of my applications ( i found a lot easyer to manage tomcat inside a big servlet than viceversa), as early adopted java

Re: Tomcat server start up taking excessive time

2012-06-25 Thread André Warnier
THIND Mansukhdeep wrote: Dear Sir / Madam This is Mansukhdeep from Pune, India. I am working for Dassault Systemes, France. Recently, our team has shifted from Windows XP to new Windows 7 64 bit machines. I am using Tomcat version 6.0.32. The issue here is that the server s taking unusually

RE: Tomcat server start up taking excessive time

2012-06-25 Thread THIND Mansukhdeep
Hi Andre Following is the info I get when I run $catalina_home/bin/startupdebug.bat file: Listening for transport dt_socket at address: 8000 Jun 25, 2012 2:34:35 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.20. Jun 25, 2012 2:34:35

Re: Tomcat server start up taking excessive time

2012-06-25 Thread Konstantin Kolinko
2012/6/25 THIND Mansukhdeep mansukhdeep_th...@3dplmsoftware.com: Jun 25, 2012 2:34:36 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor ematrix.xml INFO Default trace configuration file path available:

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Laurent Petit
Hello, Is there anything I can do to help qualify the problem even more ? Beyond having shown the source code of the servlet, would a fully mavenized example help? Anything else? Regards, -- Laurent On Fri, 2012-06-22 at 10:21 +0200, Laurent Petit wrote: Hello, On Thu, 2012-06-21 at

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Jeff MAURY
If you can post a Mavenized example, I could have time to run it and watch at it. Regards Jeff On Mon, Jun 25, 2012 at 11:40 AM, Laurent Petit lpe...@yseop.com wrote: Hello, Is there anything I can do to help qualify the problem even more ? Beyond having shown the source code of the

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Laurent Petit
On Mon, 2012-06-25 at 11:51 +0200, Jeff MAURY wrote: If you can post a Mavenized example, I could have time to run it and watch at it. Ok, thanks, I will. Is a mavenized project with source code published on github ok for you ? Regards Jeff On Mon, Jun 25, 2012 at 11:40 AM,

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Jeff MAURY
Yes, fine Jeff On Mon, Jun 25, 2012 at 1:46 PM, Laurent Petit lpe...@yseop.com wrote: On Mon, 2012-06-25 at 11:51 +0200, Jeff MAURY wrote: If you can post a Mavenized example, I could have time to run it and watch at it. Ok, thanks, I will. Is a mavenized project with source code

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Laurent Petit
Hello Jeff al, Here it is, I've created a Git repository with the sources for the webapp the test (maven projects), and instructions in the README on how to reproduce the issue. https://github.com/lpetit-yseop/apr-test Hope this will help you get started on reproducing the problem,

Change in behavior of parsing Content-Type header since TC 7.0.27

2012-06-25 Thread Au, Leon
Hi, There was a recent change to how Tomcat handles the Content-Type response header in order to address Bug #52811 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52811) We've noticed that this can cause issues with client code when parsing the response. We traced the issue to that fact

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread verlag.preis...@t-online.de
Von: Laurent Petit lpe...@yseop.com Datum: Mon, 25 Jun 2012 17:46:06 +0200 Hello Jeff al, Here it is, I've created a Git repository with the sources for the webapp the test (maven projects), and instructions in the README on how to reproduce the issue.

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread Jeff MAURY
Konstantin, your explanations are very interesting but unclear to me: what do you call the inactivity timer ? When it is started ? After the request has been processed by the servlet ? In that case, I see no difference between a servlet that launch a process and another one. It seems to me that a

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread verlag.preis...@t-online.de
Hello Jeff all, Von: Jeff MAURY jeffma...@jeffmaury.com Datum: Mon, 25 Jun 2012 18:46:02 +0200 Konstantin, your explanations are very interesting but unclear to me: what do you call the inactivity timer ? When it is started ? After the request has been processed by the servlet ? In that

SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:

2012-06-25 Thread Don Lawton
Greetings... I’m developing a servlet to use as the controller in a MVC web app. Each time I start/restart the server, I get a “SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:” error with a stack dump. The missing class that is identified is the controller servlet.

Re: SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:

2012-06-25 Thread Brooke Hedrick
-Brooke On Jun 25, 2012, at 5:57 PM, Don Lawton dglaw...@verizon.net wrote: I’m developing a servlet to use as the controller in a MVC web app. Each time I start/restart the server, I get a “SEVERE: Servlet threw load() exception java.lang.ClassNotFoundException:” error with a stack

FW: Tomcat server start up taking excessive time

2012-06-25 Thread THIND Mansukhdeep
Hi Can any one give a cue as to why tomcat is taking such a long time to start up on windows-7 64 bit machine, while the same used to startup in mere seconds on a 32 bit windows XP machine? I have pasted the server startup console info below. -Original Message- From: THIND Mansukhdeep

Re: FW: Tomcat server start up taking excessive time

2012-06-25 Thread Debabratta Jena
you may have put so many unnecessary jar filse in your library, since tomcat reads the library during startup, it slows down.-- debabratta jena - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

Tomcat DBCP Connection pool issue

2012-06-25 Thread Kiran Badi
Hi All, While testing the pagination links ,I am getting below error, SEVERE: null org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object at org.apache.tomcat.dbcp.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:114)