log4j:WARN Please initialize the log4j system properly. - ERRO

Bom dia pessoal,

Comecei a mexer com webcenter portal ontem.

preciso da ajuda de vocês.

qndo tento passar informações inválidas aparece a seguinte mensagem

log4j:WARN No appenders could be found for logger (RidcUtil).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Ja tentei mudar o log4j(jar) para a pasta WEB-INF e para WEB-INF/classes.

mas nada.

meu log4j.properties

log4j.appender.rollingFile=org.apache.log4j.RollingFileAppender
log4j.appender.rollingFile.File=teste.log
log4j.appender.rollingFile.MaxFileSize=2MB
log4j.appender.rollingFile.MaxBackupIndex=2
log4j.appender.rollingFile.layout = org.apache.log4j.PatternLayout
log4j.appender.rollingFile.layout.ConversionPattern=%p %t %c - %m%n