robert burrell donkin wrote:
hello one and all
JCL 1.1 is now very close to being released. we've done a lot of
testing and spent a long time analysing the code base. we think we've
solved as many of the issues with the 1.0.x series of releases which
can be without breaking compatibility.
we're now approaching some major downstream projects which have used
the 1.0.x series releases to see if anyone would be willing to run
regression tests to make sure we haven't introduced any problems with
this release. if no issues emerge then it's expected that this release
candidate will be the final one.
IIRC remy had plans for a next generation replacement (cool by me BTW,
we're just trying to fix as many problems as possible for existing
users) but i'm not really sure how advanced these plans are.
I'd be interested to know what were those cool NG plans :D
i'd be very grateful if volunteers woul step up to regression test the
latest release candidate (RC6) as a replacement for whichever 1.0.x
release is used against as many tomcat versions as possible. it's
available in cvs.apache.org/repository and from
http://people.apache.org/~rdonkin/commons-logging.
Ok, I tested it by replacing my existing commons-logging-api in the bin
folder, and it doesn't behave as it was before. For some reason, it
doesn't seem to be using java.util.logging by default anymore (I have no
other logging framework installed anywhere).
The output looks like this:
[INFO] Http11AprProtocol - Initialisation de Coyote HTTP/1.1 sur http-8080
[INFO] AjpAprProtocol - Initializing Coyote AJP/1.3 on ajp-8009
[INFO] Catalina - Initialization processed in 861 ms
[INFO] StandardService - DÚmarrage du service Catalina
[INFO] StandardEngine - Starting Servlet Engine: Apache Tomcat/5.5.0-dev
[INFO] StandardHost - XML validation enabled
[INFO] balancer] - org.apache.webapp.balancer.BalancerFilter: init():
ruleChain: [org.apache.webapp.balancer.RuleChain:
[org.apache.webapp.balancer.ru
les.URLStringMatchRule: Target string: News / Redirect URL:
http://www.cnn.com],
[org.apache.webapp.balancer.rules.RequestParameterRule: Target param
name: paramName / Target param value: paramValue / Redirect URL:
http://www.yahoo.com],
[org.apache.webapp.balancer.rules.AcceptEverythingRule: Redire
ct URL: http://jakarta.apache.org]]
[INFO] jsp-examples] - ContextListener: contextInitialized()
[INFO] jsp-examples] - SessionListener: contextInitialized()
[INFO] servlets-examples] - ContextListener: contextInitialized()
[INFO] servlets-examples] - SessionListener: contextInitialized()
[INFO] Http11AprProtocol - DÚmarrage de Coyote HTTP/1.1 sur http-8080
[INFO] AprEndpoint - Failed to create poller with specified size of 16384
[INFO] AjpAprProtocol - Starting Coyote AJP/1.3 on ajp-8009
[INFO] StoreLoader - Find registry server-registry.xml at classpath resource
[INFO] Catalina - Server startup in 4257 ms
This output is an integrated logger, right ?
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]