Stopping service on Windows takes a long time

2019-01-11 Thread Eric Lilja
ogress bar even cycles. I thought it might be a problem with my system but today I needed to use Tomcat for something at work, and I saw the same behavior on my work computer (which is also running Windows 10). 9.0.13 did not have this issue. Using the latest 64-bit Java 8 JDK (update 192).

Re: [VOTE] Release Apache Tomcat Native 1.2.18

2018-10-18 Thread Eric Lilja
h OpenSSL 1.1.1 > > Various other fixes and improvements. See the changelog for details. > [snip] Where is the changelog? Thanks for the release! - Eric L

Re: Tagging 9.0.x

2018-09-03 Thread Eric Lilja
On 2018-09-03 12:19, Mark Thomas wrote: Hi all, As the start of September is here I'm planning to tag 9.0.x (and 8.5.x) shortly and roll the next monthly release. Hi! Will there be a new release of tomcat native to go with 9.0.x? - Eric L

Redirecting Tomcat logs to rsyslog server

2011-05-27 Thread Eric Lorson
the rsyslog agent send the data to rsyslog on a separate server. We are on CentOS 5.6, Tomcat 6 and rsyslog 5.8.1. I need to know: 1) do we use the default logging library or log4j 2) where is this configured in the tomcat config Thanks, Eric -- View this message in context: http://old.nabble.com

question on AprEndpoint.Poller used on XP

2011-05-06 Thread Eric van der Maarel
usage when the client connection has gone, processSocket() returns true (as almost always). Is this intended or wopuld this be a place where a fix could be introduced following the line of Jeff Trwick's message mentioned above? Eric

Re: question on AprEndpoint.Poller used on XP

2011-05-06 Thread Eric van der Maarel
On Fri, May 6, 2011 at 4:18 PM, Mladen Turk mt...@apache.org wrote: On 05/06/2011 04:02 PM, Eric van der Maarel wrote: Hi, We're in a discussion on the APR dev mailing list regarding a problem with tcnative on XP. On XP the poller implemented in APR with select() is being used. According

Re: dbcp pool evictor deadlock?

2009-06-23 Thread Eric B.
there? If the fix in commons-pool is in 1.5.1, am I still expecting concurrency problems if upgrading 1.5? What would be the best move? Thanks, Eric - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

Re: dbcp pool evictor deadlock?

2009-06-23 Thread Eric B.
. Is the implementation stable and fully tested? Or is it still undergoing development? Thanks, Eric - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

dbcp pool evictor deadlock?

2009-06-22 Thread Eric B.
$WorkerThread.run(SimpleThreadPool.java:520) Any help or insight into the problem and/or the correct dbcp settings would be appreciated to ensure that this doesn't happen again. Thanks, Eric - To unsubscribe, e-mail: dev-unsubscr

Re: Debugging Apache/mod_jk (worker) fault on AIX

2007-03-05 Thread Eric Wertman
Hi Rainer... I'll have to re-compile to get this info for you. I'll make sure I can re-produce it and submit the details in a bugzilla. I think the first thing you'll notice, though, is that I'm using the IBM cc_r compiler and not gcc. Rainer Jung wrote: Eric reported very strange mod_jk

Re: Debugging Apache/mod_jk (worker) fault on AIX

2007-03-05 Thread Eric Wertman
Actually I started with xlc_r and it wouldn't go. Not mod_jk specifically, but apr or apache 2.2.4. I stuck with cc_r for consistency. William A. Rowe, Jr. wrote: Any reason you didn't choose xlc_r? I'd suggest you retest with that compile. Rainer Jung wrote: Hi Eric, we won't close

Re: [VOTE] Releasing Tomcat Connectors 1.2.21

2007-03-01 Thread Eric Wertman
the servers in production, and then it was only a small percentage of overall requests. If I hadn't seen the b0rked images and files through my browser I would not have known the problem existed. I'd be happy to help troubleshoot this if anyone wants to investigate further. Thanks; Eric

Re: reload on demand

2007-03-01 Thread Eric Wertman
WebSphere has this option on deployment, you can indicate that an app should poll it's class files every so often to see if there are any changes, and restart itself if it does. It is a nice option to have, but I agree that I'd rather my computer program not do anything I didn't ask of it.

Re: FYI: jk 1.2.20 core on iSeries v5R3

2007-02-01 Thread Eric Wertman
Mladen Turk wrote: Eric Wertman wrote: Connector: IfModule jk_module JkWorkersFile conf/workers.properties JkShmFile logs/mod_jk.shm JkShmSize 8192 This is 8MB of shared memory. Are you sure you have 1 workers? It wasn't obvious to me what a reasonable value of this was.. I

Re: FYI: jk 1.2.20 core on iSeries v5R3

2007-02-01 Thread Eric Wertman
I did rebuild the sources as prefork, it seems to have stopped the problem. I did also make those 2 corrections you pointed out earlier in the thread. Eric Wertman wrote: Connector: Connector port=8010 protocol=AJP/1.3 enableLookups=false maxThreads=800 minThreads=100 bufferSize=8192

Re: FYI: jk 1.2.20 core on iSeries v5R3

2007-01-31 Thread Eric Wertman
. Not sure if any of that helps.. if you can help me or want more info let me know. Thanks! Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FYI: jk 1.2.20 core on iSeries v5R3

2007-01-31 Thread Eric Wertman
--- I'll have a look and see if I can't get more information out of tomcat.. there must be a way to increase the logging there. I am using mpm=worker. If you still think it's worth the time I will re-compile with prefork and take another shot. Thanks again for your help. Eric Rainer Jung

Modifications to JNDI environment from admin or jmxproxy not seen in application

2006-12-05 Thread Eric
bound on deploy, but when I change things in the admin app, etc. I see nothing...those must be being stored in an entirely different Context class? What am I doing wrong? Thanks, eric -- http://ir.iit.edu/~ej - To unsubscribe, e

missing unregisterWrapper in MapperListener.java

2006-10-29 Thread Eric G
to the MapperListener.java so that the MapperListener can always keep the mapping info maintained in StandardContext and Connector consistent. Any thoughts? Thanks, Eric - 抢注雅虎免费邮箱-3.5G容量,20M附件!

Re: problem building 5.5.15

2006-02-15 Thread Eric Lenio
Well if the RM must generate this file for each release perhaps then it could be added to subversion? That way any time 'svn update' is used to refresh sources the current Tomcat version can be known. On Tue, Feb 14, 2006 at 08:28:04AM +0100, Mladen Turk wrote: You will need to edit the

problem building 5.5.15

2006-02-13 Thread Eric Lenio
All - Apologies in advance if this should go to tomcat-users but I'm suspecting a problem with the way the source code is being distributed so I'm starting here. I downloaded the source file for 5.5.15 and built it. After installing it I ran bin/version.sh which said I had version 5.5.0.0. Not

Re: problem building 5.5.15

2006-02-13 Thread Eric Lenio
OK thanks for the tip. Is there a document that goes into detail on this? On Mon, Feb 13, 2006 at 07:35:42PM +, Mark Thomas wrote: Eric Lenio wrote: All - Apologies in advance if this should go to tomcat-users but I'm suspecting a problem with the way the source code is being