This project has retired. For details please refer to its Attic page. Jetspeed - Portlet Configuration How To Essentials Overview Features License Installation FAQ Sample Sites Resources Todo Changes Download Binaries Source Code Supporting Projects Community Portlets Documentation Configuration Guide Javadocs Development Jetspeed Tutorial Jetspeed Plugin Portlet Catalog Components JSR-168 Portlets Registry Security View Processors Syndication WAP Customization Cache PSML Forwards Database Container Authentication Jetspeed Cluster (JMS) Translated Japanese (Web) Get Involved Contributors CVS Repository View CVS CVS Branches Coding Spec Bug Database Project Documentation About Jetspeed 1 Enterprise Portal Project Info Project Reports Development Process Logfile Viewer Class Name : org.apache.jetspeed.modules.actions.LogfileViewer Description Show the contents of a Log4j logfile. Additional information about Log4J is available at http://jakarta.apache.org/log4j Supported Media Types Description of Media Types. html Element: parameter This portlet has no configurable parameters of its own. Parameters common to many portlets. Example of Registry Entry <portlet-entry name="LogfileViewer" hidden="false" type="ref" parent="GenericMVCPortlet" application="false"> <security-ref parent="admin-only"/> <meta-info> <title>Logfile Viewer</title> <description>Utility portlet to view logfiles</description> </meta-info> <parameter name="viewtype" value="Velocity" hidden="true"/> <parameter name="action" value="portlets.LogfileViewerAction" hidden="true"/> <parameter name="template" value="logfileviewer" hidden="true"/> <media-type ref="html"/> <category group="Jetspeed">admin</category> </portlet-entry> Context or Variables available to a Logfile Viewer template Below is a list variables that can be used in the Logfile Viewer template. In addition to these, all standard variables for the type of template you select can be used. ContextClassnameDescriptionappendersjava.util.HashMapMap with list of type org.apache.log4j.Appenderfilesjava.util.HashMapMap with filenames of type StringlogfileStringContents of selected logfile � 2000-2006, Apache Software Foundation