Re: Store Proposal

2001-04-21 Thread Kief Morris
Bip Thelin typed the following on 12:01 PM 4/20/2001 -0700 >We've had some issues with the background threads, expiration and stuff so I >migrated some of the common stuff into a StoreBase and had JDBCStore and >FileStore >extend it and have the opportunity to implement it's own processexpires an

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java ContextConfig.java EngineConfig.java HostConfig.java

2001-04-21 Thread Torgeir Veimo
[EMAIL PROTECTED] wrote: > > craigmcc01/04/18 11:59:30 > > Modified:catalina/src/share/org/apache/catalina/startup Catalina.java > ContextConfig.java EngineConfig.java > HostConfig.java > Log: > Catalina: Restore the recognition of ,

RE: 3.2.2b3 mod_jk gets stuck in readFully

2001-04-21 Thread Marc Saegesser
I finally got some time to look at this and I think I can duplicate the problem your seeing. Hopefully, its the problem your seeing, or else we have two serious problems. I'm running Apache 1.3.9 (I'm too lazy to update) and mod_jk using AJP12 on Win2000. I'm testing with http://localhost:8081/

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup Catalina.java ContextConfig.java EngineConfig.java HostConfig.java

2001-04-21 Thread Craig R. McClanahan
On Sat, 21 Apr 2001, Torgeir Veimo wrote: > [EMAIL PROTECTED] wrote: > > > > craigmcc01/04/18 11:59:30 > > > > Modified:catalina/src/share/org/apache/catalina/startup Catalina.java > > ContextConfig.java EngineConfig.java > > HostConfi

Fast builds?

2001-04-21 Thread Ceki Gülcü
Hello, Here is a basic compile-build-deploy question for you. Given that I am making changes to Tomcat code for experimentation purposes, I would like to shorten the compile-build-deploy cycle as much as possible. Currently, after a code change, I call the command: $TOMCAT_HOME > build.sh

Re: Fast builds?

2001-04-21 Thread Ceki Gülcü
Hi again, Never mind. The answer is $TOMCAT_HOME > build.sh [deploy-main] and then working under build/. Thanks anyway. Ceki At 18:32 21.04.2001 +0200, you wrote: >Hello, > >Here is a basic compile-build-deploy question for you. > >Given that I am making changes to Tomcat code for experim

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-04-21 Thread costin
costin 01/04/21 10:45:41 Modified:src/etc server.xml src/share/org/apache/tomcat/modules/session SessionIdGenerator.java Log: Check in for 1385, from [EMAIL PROTECTED] (Bojan Smojver). Any random file can be specified. The default ( in s

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionExpirer.java

2001-04-21 Thread costin
costin 01/04/21 10:49:35 Modified:src/share/org/apache/tomcat/modules/session SessionExpirer.java Log: Work on 1418 - resources in "bad" state after shutdown. The Expirer is re-created on engine init. A better solution will be to make sure we can do E

Re: Fast builds?

2001-04-21 Thread Craig R. McClanahan
On Sat, 21 Apr 2001, Ceki [iso-8859-1] Gülcü wrote: > > Hello, > > Here is a basic compile-build-deploy question for you. > > Given that I am making changes to Tomcat code for experimentation > purposes, I would like to shorten the compile-build-deploy cycle as > much as possible. > > Curr

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/collections Queue.java

2001-04-21 Thread costin
costin 01/04/21 11:10:52 Modified:src/share/org/apache/tomcat/util/collections Queue.java Log: Added a method to stop the Queue from waiting ( and blocking the log thread ). Part of 1418 fix. Revision ChangesPath 1.2 +16 -2 jakarta-tomcat/src/share/org/apac

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/net PoolTcpEndpoint.java

2001-04-21 Thread costin
costin 01/04/21 11:12:19 Modified:src/share/org/apache/tomcat/util/net PoolTcpEndpoint.java Log: Stop endpoint will create a socket and connect to the listenning port, to unblock accept(). Part of 1418 fix. Revision ChangesPath 1.10 +10 -4 jakarta-tomcat/s

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/qlog LogDaemon.java LogEntry.java Logger.java QueueLogger.java

2001-04-21 Thread costin
costin 01/04/21 11:23:55 Modified:src/share/org/apache/tomcat/modules/config LogSetter.java src/share/org/apache/tomcat/util/qlog LogEntry.java Logger.java QueueLogger.java Added: src/share/org/apache/tomcat/util/qlog LogDaemon.java Log:

cvs commit: jakarta-tomcat/src/admin/contextAdmin restart.jsp threadList.jsp

2001-04-21 Thread costin
costin 01/04/21 11:28:44 Added: src/admin/WEB-INF/classes/tadm ThreadAdmin.java src/admin/contextAdmin restart.jsp threadList.jsp Log: Some more admin pages, showing threads and for "soft" restart ( to test threads are cleaned up on shutdown - all modules must be

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core ContextManager.java Request.java

2001-04-21 Thread costin
costin 01/04/21 11:36:08 Modified:src/share/org/apache/tomcat/core ContextManager.java Request.java Log: Core changes !!! engineShutdown() hook is supposed to be called when tomcat is shut down ( and modules must clean up resources ). The interceptor

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/util/threads ThreadPool.java

2001-04-21 Thread costin
costin 01/04/21 11:42:51 Modified:src/share/org/apache/tomcat/util/threads ThreadPool.java Log: 1418 - stop/start puts the thread pool in the same state ( all the threads are stoped, then shouldStop is reset to false and we restart ). Reduced the min threads ( thread creatio

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-04-21 Thread costin
costin 01/04/21 12:33:11 Modified:src/etc server.xml src/share/org/apache/tomcat/modules/session SessionIdGenerator.java Log: Fix server.xml with the right name of the attribute. Delay Random creation ( each random creates a thread )

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/runtime JspFactoryImpl.java

2001-04-21 Thread costin
costin 01/04/21 12:54:35 Modified:src/facade22/org/apache/tomcat/facade JspInterceptor.java src/share/org/apache/jasper/runtime JspFactoryImpl.java Log: Fix for 1416. ( reported by [EMAIL PROTECTED] ). The pool size for jsps is configurable ( starting next night

Catalina and log4j

2001-04-21 Thread Ceki Gülcü
Hello, I am toying with the idea of migrating catalina logging to log4j. Let me begin by saying that I am far from being familiar with catalina internals but I am getting there slowly. After a short initial study and some experimentation, here are some tentative conclusions: 1) The way log

[PATCH] org.apache.catalina.core.ApplicationContext toString()

2001-04-21 Thread Robert Burrell Donkin
this patch adds a toString() method to org.apache.catalina.core.ApplicationContext. why does ApplicationContext need a toString() method? so that logging code can print out something meaningful when the context is passed in! BTW i'm not currently subscribed to tomcat-dev so any communication

Re: Catalina and log4j

2001-04-21 Thread Glenn Nielsen
Ceki, This is welcome news! It isn't clear to me whether the standard servlet API logging methods could use log4j behind the scense to do logging. This would be very nice, especially if you could configure log4j logging for each scope (Engine, Host, DefaultContext, Context) in server.xml. And e