main method in o.a.c.startup.Embedded?

2004-12-27 Thread Ceki Gülcü
building simple test cases. Would it be reasonable to restore the main method from Revision 1.5 of Embedded.java? Best regards and happy new year, -- Ceki Gülcü The complete log4j manual: http://www.qos.ch/log4j/ - To unsubscribe

old issue of log4j trying to use the previous classloader

2004-08-11 Thread Ceki Gülcü
gi?id=26372 [2] http://issues.apache.org/bugzilla/show_bug.cgi?id=3888 [3] http://issues.apache.org/bugzilla/show_bug.cgi?id=27371 -- Ceki Gülcü - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: log4j SEVERE ThreadDeath in Tomcat 5.0.25

2004-08-05 Thread Ceki Gülcü
At 04:22 PM 8/5/2004, Andy McBride wrote: Commons logging seems to cache LogFactory instances using its classloader as a key - perhaps this could be suspect? Oh, yes indeed. -- Ceki Gülcü For log4j documentation consider "The complete log4j manual" ISBN: 2970036908 http://www.q

log4j SEVERE ThreadDeath in Tomcat 5.0.25

2004-08-05 Thread Ceki Gülcü
ng, if anything, and correct our mistake. See http://issues.apache.org/bugzilla/show_bug.cgi?id=26372 for more details. -- Ceki Gülcü - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Log4j classpath merging?

2004-03-30 Thread Ceki Gülcü
ct for this sort of thing? What does the valve do? I'd be interested to study in the code. >4) If there's interest I'd gladly contribute the valve to the >apache codebase so others can just modify their server.xml rather >than writing code; is there any interest in doing t

ApacheCon US

2003-09-24 Thread Ceki Gülcü
. Please do not wait until the conference starts. The success of AC 2003 matters to us all. You can find icons in different sizes at: http://www.apache.org/~ceki/ac2003/ Many thanks in advance, -- Ceki Gülcü For log4j documentation consider "The complete log4j manual" ISBN: 29700

Re: [Proposal] Securely sharing sessions between HTTP and HTTPS

2003-01-22 Thread Ceki Gülcü
One more thing. Given that in the current version of Tomcat the session id created in HTTP mode remains the same when switching to HTTPS, then the a vulnerability similar to that described by Craig is already there. One does not need to switch from HTTPS to HTTP to create a vulnerability, *just*

[Proposal] Securely sharing sessions between HTTP and HTTPS

2003-01-22 Thread Ceki Gülcü
This is a follow up on Craig's message: http://marc.theaimsgroup.com/?l=tomcat-user&m=104213500528622&w=2 > Consider a scenario where you have "admin" pages that require SSL, and > normal pages that can run on either. Assume Tomcat were modified to > migrate your session back. > > Consider the f

Re: Logging separation

2002-06-27 Thread Ceki Gülcü
At 07:33 27.06.2002 -0700, [EMAIL PROTECTED] wrote: >On Thu, 27 Jun 2002, Ceki Gülcü wrote: > > > Let me just mention that using the TCL to keep track of the context is > > just one possible solution. Is there another place that keeps track of > > what thread is execut

Re: Logging separation

2002-06-27 Thread Ceki Gülcü
At 07:03 27.06.2002 -0700, [EMAIL PROTECTED] wrote: > > As an aside, setting the logger in the static init method is almost always > > wrong for a servlet. If the class is living in a jar in lib/apps, then > only > > one logger gets created even if the servlet is used in several webapps. > >+1 >

Re: Logging separation

2002-06-27 Thread Ceki Gülcü
At 15:46 26.06.2002 -0700, Bill Barker wrote: >As an aside, setting the logger in the static init method is almost always >wrong for a servlet. If the class is living in a jar in lib/apps, then only >one logger gets created even if the servlet is used in several webapps. This is an important ob

Re: Logging separation

2002-06-27 Thread Ceki Gülcü
At 15:15 26.06.2002 -0700, [EMAIL PROTECTED] wrote: >On Wed, 26 Jun 2002, Ceki Gülcü wrote: > > > > A difficulty I encountered while implementing the solution outlined in > > http://qos.ch/containers/sc.html is the difference of TCL while the the > > static class ini

Re: Logging separation

2002-06-26 Thread Ceki Gülcü
is on Tomcat 3). At 17:02 26.06.2002 +0200, Ceki Gülcü wrote: >Hello, > >I have written a short spec on how to achieve separation of logging >between different web-applications in a Sevlet Container. It is >available at: > > http://qos.ch/containers/sc.html > >I would appr

Logging separation

2002-06-26 Thread Ceki Gülcü
Hello, I have written a short spec on how to achieve separation of logging between different web-applications in a Sevlet Container. It is available at: http://qos.ch/containers/sc.html I would appreciate receiving comments. Thank you, -- Ceki -- To unsubscribe, e-mail:

Re: JMX and config of log4j in container env.

2002-06-15 Thread Ceki Gülcü
At 14:42 14.06.2002 -0700, [EMAIL PROTECTED] wrote: >I recently enabled JMX support for jk, and one of the things it's >doing is detect if log4j is available and enable the log4j JMX. > >There are few problems - and this is a deeper problem, that affects >the use of log4j as 'main' logger for tom

Using log4j in custom tag libraries

2001-06-09 Thread Ceki Gülcü
clues to point me in the right direction would be much > appreciated. What I am really aiming for is a way of logging all > activity from several custom tag libraries in a single log file. > > Regards -- Ceki Gülcü

Observations on catalina logging

2001-05-27 Thread Ceki Gülcü
's it for now. Best regards, Ceki -- Ceki Gülcü

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 15:51 21.04.2001 -0700, you wrote: >On Sat, 21 Apr 2001, Ceki [iso-8859-1] Gülcü wrote: > >> >> 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

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 16:37 21.04.2001 -0700, you wrote: >On Sat, 21 Apr 2001, Scott Sanders wrote: > >> What he meant was: >> >>if(log.isDebugEnabled()) >> log.debug("Processing " + errorPage); >> >> ;-) > >I can certainly see that, but it sure blows the "shorter code" advantage >that was touted :-).

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 17:45 21.04.2001 -0700, you wrote: >My two cents as a Log4J User. > >I use Log4J in my servlets and I think it great. Logging has never been so easy. >One issue though, the Configurator class holds it data in a Static variable so >two servlets inside the same JVM will each over write the others

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 20:02 21.04.2001 -0700, you wrote: >Since I had so shamelessly copied Craig's Services model out of Catalina to use it in >another project that never made it, I actually have some experience with this. I had >really appreciated the logging in the Catalina framework, because it was always >

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 21:40 21.04.2001 -0700, you wrote: >On Sat, 21 Apr 2001, Glenn Nielsen wrote: > >> Ceki Gülcü wrote: >> >>> One important point to remember is that each >>> webapp classloader could load a fresh copy of log4j so that each >>> webapp has

Re: Catalina and log4j

2001-04-22 Thread Ceki Gülcü
At 23:04 21.04.2001 -0500, you wrote: >Ceki Gülcü wrote: >> >> >> One important point to remember is that each webapp classloader could load a fresh >copy of log4j so that each webapp has its own logging universe. >> > >This would significantly increa

Catalina and log4j

2001-04-21 Thread Ceki Gülcü
I am still studying the problem but it looks pretty encouraging for the moment. Your comments are welcome. Ceki -- Ceki Gülcü

Re: Fast builds?

2001-04-21 Thread Ceki Gülcü
u >invoke to build and then test Tomcat? > >My guess is that committers are working under $TOMCAT_HOME/build when >building/testing and ignoring $TOMCAT_HOME/dist. Am I correct? TIA, Ceki > > >-- >Ceki Gülcü -- Ceki Gülcü

Fast builds?

2001-04-21 Thread Ceki Gülcü
not the way committers are doing it. So, which command do you invoke to build and then test Tomcat? My guess is that committers are working under $TOMCAT_HOME/build when building/testing and ignoring $TOMCAT_HOME/dist. Am I correct? TIA, Ceki -- Ceki Gülcü

[PATCH] */build.sh

2001-04-19 Thread Ceki Gülcü
quot;$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then CP=`cygpath --path --windows "$CP"` fi That's it. Ceki Gülcü

[PATCH] T4/catalina/build.sh

2001-04-19 Thread Ceki Gülcü
Hello, Here is a small patch to make jakarta-tomcat-4.0/catalina/build.sh a bit more cygwin friendly. Best regards, Ceki Index: build.sh === RCS file: /home/cvspublic/jakarta-tomcat-4.0/catalina/build.sh,v retrieving revision 1.8 d

AdaptiveClassLoader.toString()

2001-03-29 Thread Ceki Gülcü
ifferent... Best regards, Ceki -- Ceki Gülcü Web: http://qos.ch email: [EMAIL PROTECTED] (preferred) [EMAIL PROTECTED] I hope to see you at my ApacheCon 2001 presentation entitled "Log4j, A Logging Package for Java". See http://ApacheCon.Com/2001/US/ for more details.

Small problem with build.xml?

2001-01-25 Thread Ceki Gülcü
2001/01/25 11:08:42 @@ -70,7 +70,7 @@ - + Ceki Gülcü ([EMAIL PROTECTED]) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]