I put it in WEB-INF with no success... I set up the log4j with those strings:
log4j.rootLogger=warn, R
log4j.appender.R=org.apache.log4j.RollingFileAppender
log4j.appender.R.File=/usr/local/apache-tomcat-5.5.16/logs/tomcat.log
log4j.appender.R.MaxFileSize=10MB
log4j.appender.R.MaxBackupIndex=10
log4j.appender.R.layout=org.apache.log4j.PatternLayout
log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n
log4j.logger.org.apache.catalina=DEBUG, R
log4j.logger.org.apache.hivemind=DEBUG

but in the module load section of hivemind I don't see com.mypackage at all.



Il giorno 26/mar/06, alle ore 18:23, Mike Snare ha scritto:

Exactly.  You need to set up log4j by placing an appropriate
log4j.properties file in the classpath for the server.  Since all you
are trying to do is check to make sure the module is being loaded, I
again propose contributing a simple primitive service to EagerLoad
whose constructor contains a println statement.  You'll see the output
in the tomcat console.

Also, have you tried dropping it in WEB-INF instead of META-INF.
Shouldn't make a difference, but it's worth a try.

-Mike

---------------------------------------------------------------------
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