Well, sometimes neither of them writes the log, sometimes both of them uses the SocketAppender...

As if in every tomcat restart it would have throw a dice...

the only message:

log4j:WARN No appenders could be found for logger (org.apache.commons.digester.D igester.sax).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax).
log4j:WARN Please initialize the log4j system properly.
Aug 14, 2006 3:37:01 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 14, 2006 3:37:01 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Aug 14, 2006 3:37:01 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/24  config=null
Aug 14, 2006 3:37:01 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource

and recently tomcat has crashed twice...

Thanks:
        Bence


Takacs Bence wrote:
Hello

James Stauffer wrote:
I meant different config files.  If you move the lib/log4j.jar and
classes/log4j.properties from the shared classpath (i.e.
tomcat/common) to each webapp (i.e. webapps/app/WEB-INF) then each app
will use a separate config file.

I deleted the common /tomcat/shared/classes/log4j.properties, and put different properties file to the different projects (webapps/app/WEB-INF/classes). But it seems that only one send logs out of it. I can't get the other one's logs neither on the console nor on ftp. Maybe on tcp it could be problem that I set the same port for the two appenders but what about the console???

Any idea?

Thanks:
    Bence

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to