PDA

View Full Version : Problem executing Laszlo in Tomcat


lorenzosjb
10-11-2004, 09:26 AM
Hi,

I installed Laszlo binary and executed it correctly the first time. After playing with it, I stopped the server and turned off the computer.

Today I tried to start the server and this message appeared:

log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.Embedded).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig).
log4j:WARN Please initialize the log4j system properly.


Any help or hint to fix it?
TIA

Lorenzo Jiménez

jayakamal
10-11-2004, 10:26 AM
I too got the same problem. Just add the following if you are using windows

Set the class path as following

Environment Variable Name: CATALINA_OPTS

Environment Variable Value :

-Dlog4j.configuration="file:/C:/Program Files/Laszlo Presentation
Server 2.2/Server/tomcat-5.0.24/conf/log4j.properties"


and put the attached lo4j.properties file ithe same path.

It must work now.

regards,
Jayakamal