Tag Archives: logging

Tailing WebSphere Portal Log Files in Microsoft Windows

Tailing the WebSphere Portal log files allows you to watch the logs in real-time as they role. In Unix or Linux it can be done with the command tail -f System.out.log, but there is no such command for Windows. Several … Continue reading

Posted in IBM WebSphere Portal | Tagged | Leave a comment

WebSphere Portlet Mojo with Spring and Dojo – Part 2

In this series, we’re building a new portlet from scratch; JSR 286, Spring, Dojo, Ajax, Apache Tiles, and SLF4J over LogBack for logging – all the latest bling, bling. In Part 1, we created a new JSR 286 portlet base … Continue reading

Posted in IBM WebSphere Portal | Tagged , , , , | 1 Comment

Java Logging Standards and Guidelines

In my post on the Base22 Knowledge Wiki, I provide standards and guidelines (syntax, etc.) for logging statements. Following these guidelines can help you make your logging output as consistent as possible across classes. READ THE FULL ARTICLE on the … Continue reading

Posted in Java | Tagged | Leave a comment

How to setup Log4j in a web app – fast

Can you even count the number of times you’ve setup Log4j in a web application? This is one of those tasks we find ourselves doing over and over again, yet each time, we have to dig up old code to … Continue reading

Posted in Java | Tagged , | Leave a comment

How to setup SLF4J and LOGBack in a web app – fast

In my post on the Base22 Knowledge Wiki, I provide a quick guide for setting up SLF4J and LOGBack in a Maven web project in five simple steps. Logback is intended as a successor to the popular log4j project. It … Continue reading

Posted in Java | Tagged , , | Leave a comment