
You cannot find the log file of your pulse installation.
<appender name="LOG" class="org.apache.log4j.DailyRollingFileAppender">
<param name="File" value="../webapps/pulse/WEB-INF/log/pulse.log"/>
<!-- For more information on how to use the date pattern see the javadoc of
DailyRollingFileAppender. -->
<param name="DatePattern" value="'.'yyyy-MM-dd"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyyy-MM-dd HH:mm:ss} %-5p [%-15x] %c - %m%n"/>
</layout>
</appender> Make sure that the path in <param name="File" value="../webapps/pulse/WEB-INF/log/pulse.log"/> points to the right direction and uses an absolute path.