Re: Question about Tomcat6 IIS in windows.

2012-06-22 Thread Rainer Jung
On 21.06.2012 18:31, Chris Limina wrote: I'm in a position where I'm trying to upgrade legacy websites to the latest version of tomcat/windows/iis to help improve performance. Old environment: 2003 server, IIS 7 Current environment: Windows Web Server 2008 R2 64bit IIS 7.5 Apache Tomcat

Re: poller error: tomcat 7.0.28, native 1.1.24, apr 1.3.3

2012-06-22 Thread Rainer Jung
On 22.06.2012 06:51, Jesse Farinacci wrote: Greetings, I'm encountering a problem migrating to apache tomcat 7.0.28 with IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux s390x-64 jvmxz6460sr10fp1-20120202_101568 (JIT enabled, AOT enabled). Here is the relevant log information: 22-Jun-2012

AprLifecycleListener initialization issue

2012-06-22 Thread Francesco
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 developer i hope to help a bit in tomcat development when i become a bit more expert, at

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

2012-06-22 Thread Laurent Petit
Hello, On Thu, 2012-06-21 at 22:53 +0200, Jeff MAURY wrote: Is it specific to Wordpad or any launched process will do the trick ? Do you tried with a non UI process (console) ? I did an additional test, as you suggested, with a non UI process (a small java executable launched in headless

Re: iis not looking for jsp in tomcat webapps folder

2012-06-22 Thread Vijaya
Andre Warnier, It is three year old system. At that time I had the option of installing Tomcat 6.0 but decided to install 5 and never had any problem so far till the ISP decided to change their software. I am not sure that is the problem. I was going mad to get the same error again and

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread chris derham
Using tomcat 6.0.29. i want to know is there any parameter in HTTP\AJP connector to set request time out(i.e if particular request taking long time to complete it should time out after configured timeout value).? My web application communicating to some external system where response is

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread Harsimranjit singh Kler
External system can be jdbc ,soap ,rest or other different type of protocol .So i dont have that freedom always. Yes i agree i can do query timeout in Database case,but not in all External system so i was thinking timeout from connector side. On Fri, Jun 22, 2012 at 3:41 PM, chris derham

Re: Failed allocating AJP message buffer

2012-06-22 Thread Pierre Ayotte
Hello Christopher, Yes we saw on wednesday taht the 1.2.37 has been release sot we just put the it in production yesterday night. All keep you inform. We also make thoses changes to httpd.conf base on recommendation from a collegue: - ThreadsPerChild down to 1000 instead of 3000 - Remove

RE: iis not looking for jsp in tomcat webapps folder

2012-06-22 Thread Caldarale, Charles R
From: Vijaya [mailto:svij...@solutionscraft.com] Subject: Re: iis not looking for jsp in tomcat webapps folder Is there any significant changes in terms of configuration files from Tomcat 5 to 7 that I need to pay attention to. Lots. Read the Migration Guide (link on the Tomcat home

Tomcat 6 jsvc startup/shutdown script

2012-06-22 Thread Muriithi, Priscilla K.
Hello, Can anyone send me a tomcat 6 jsvc startup/shutdown script for Red Hat Linux 5.4? Thanks, Priscilla

Re: iis not looking for jsp in tomcat webapps folder

2012-06-22 Thread André Warnier
Vijaya wrote: Andre Warnier, It is three year old system. At that time I had the option of installing Tomcat 6.0 but decided to install 5 and never had any problem so far till the ISP decided to change their software. I am not sure that is the problem. I was going mad to get the same

Fine tune or disable JMX activity

2012-06-22 Thread Jacopo Cappellato
Hi all, I am a committer of the Apache OFBiz project; OFBiz uses Tomcat 7.0.28 in embedded mode. While doing some profiling with Java VisualVM I have noticed that a lot of object (java.util.TreeMap$Entry) are created even when there is no traffic; they don't represent a memory leak because a

Re: Fine tune or disable JMX activity

2012-06-22 Thread Pid
On 22/06/2012 16:09, Jacopo Cappellato wrote: Hi all, I am a committer of the Apache OFBiz project; OFBiz uses Tomcat 7.0.28 in embedded mode. While doing some profiling with Java VisualVM I have noticed that a lot of object (java.util.TreeMap$Entry) are created even when there is no

Re: Fine tune or disable JMX activity

2012-06-22 Thread Jacopo Cappellato
On Jun 22, 2012, at 5:11 PM, Pid wrote: On 22/06/2012 16:09, Jacopo Cappellato wrote: Hi all, I am a committer of the Apache OFBiz project; OFBiz uses Tomcat 7.0.28 in embedded mode. While doing some profiling with Java VisualVM I have noticed that a lot of object

Re: Fine tune or disable JMX activity

2012-06-22 Thread Pid
On 22/06/2012 16:30, Jacopo Cappellato wrote: On Jun 22, 2012, at 5:11 PM, Pid wrote: On 22/06/2012 16:09, Jacopo Cappellato wrote: Hi all, I am a committer of the Apache OFBiz project; OFBiz uses Tomcat 7.0.28 in embedded mode. While doing some profiling with Java VisualVM I have

RE: Fine tune or disable JMX activity

2012-06-22 Thread Caldarale, Charles R
From: Jacopo Cappellato [mailto:jacopo.cappell...@gmail.com] Subject: Fine tune or disable JMX activity While doing some profiling with Java VisualVM I have noticed that a lot of object (java.util.TreeMap$Entry) are created even when there is no traffic; they don't represent a memory leak

Re: Fine tune or disable JMX activity

2012-06-22 Thread Jacopo Cappellato
On Jun 22, 2012, at 5:45 PM, Caldarale, Charles R wrote: So let's see... you're using VisualVM which depends on JMX to retrieve the information it reports, and you want to disable JMX? I think you're observing self-induced behavior. ah ah, yes I think you are quite right and it was a dumb

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread André Warnier
Harsimranjit singh Kler wrote: External system can be jdbc ,soap ,rest or other different type of protocol .So i dont have that freedom always. Yes i agree i can do query timeout in Database case,but not in all External system so i was thinking timeout from connector side. Please, respond to

Re: Abtract methods in DelegatingResultSet

2012-06-22 Thread Olivier Lefevre
On 6/19/2012 11:22 AM, Mark Thomas wrote: Compare the definition of the ResultSet interface in the version of the JDK the class was compiled with with the definition in the version of the JDK you are running with. Thanks, that explains it: as I wrote before, the abstract DelegatingResultSet

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread Harsimranjit singh Kler
Please, respond to comments/questions *below* the original, not on top of the email. It makes it a lot easier to follow the logical flow of questions/responses. About your original request : the Tomcat Connectors mentioned in Tomcat's server.xml /have nothing to do/ with how your

RE: mixing authentication schemes

2012-06-22 Thread Aggarwal, Ajay
Thanks for pointing to OAuth. Any suggestion for open source OAuth Java library both for provider side implementation and client side? And can OAuth provider issue non-expiring tokens? That's kind of our requirement. After asking user once for credentials, we do not want to bother user again.

Re: Tomcat 6 jsvc startup/shutdown script

2012-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Priscilla, On 6/22/12 10:12 AM, Muriithi, Priscilla K. wrote: Can anyone send me a tomcat 6 jsvc startup/shutdown script for Red Hat Linux 5.4? Please don't post the same message over and over again to the list. If you don't get a response right

Problem with URL mapping

2012-06-22 Thread comm
Hello all I have problem with URL mappings with embedded tomcat 7 I whant to handle all requests to my applications. I added filter with mapping /* for my application with context path / FilterMap errorFilter = new FilterMap(); errorFilter.setFilterName(errors-filter);

Re: Problem with URL mapping

2012-06-22 Thread Konstantin Kolinko
2012/6/22 c...@sergey-mashkov.net: Hello all I have problem with URL mappings with embedded tomcat 7 I whant to handle all requests to my applications. I added filter with mapping /*  for my application with context path /    FilterMap errorFilter = new FilterMap();