On 9/18/07, Peter Petersson <[EMAIL PROTECTED]> wrote: > Dave wrote: > > On 9/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > > >> Any idea *why* it's trying to use JNDI? > >> > > > > I bet Roller can't find it's roller-custom.properties file. > > > > There should be an INFO level message about that somewhere in the logs > > like this: > > "Roller Weblogger: Successfully loaded custom properties file from > > classpath" > > > Dave, If I am not mistaken the "found (or not found) custom properties" > message is a system.out message and not a log message. > regards > Peter Petersson > > Or this: "Roller Weblogger: No custom properties file found in classpath"
Yes, you are correct. Roller doesn't start proper logging until after it reads the properties file and initializes Log4j. - Dave
