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
[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 ,
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/
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
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
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
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
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
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
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
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
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:
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
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
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
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 )
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
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
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
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
20 matches
Mail list logo