Syslog Browser By J-B Meyer 1- Copy the war file in your Tomcat webapps directory 2- Start the Tomcat Server 3- Copy the line in "Context syslog.txt" file into your $Tomcat/conf/server.xml 4- Check the ./WEB-INF/web.xml configuration file : The XML node should fit to the postgres parameter : You have to check the DBurl parameter : it should be like jdbc:postgresql://IpOfThePostgresServer/nameOfDatabase example : jdbc:postgresql://127.0.0.1/syslog You have to check the DBuser parameter and DBpassword parameter it should be a user and a password of a postgres user 5- Check the postgres Server is started.