Enterprise application integration solutions for IBM, Digital, UNIX, Unisys, .NET, HP and browser-based systems |
| Products & Services Customers Partners White Papers Support About Red Oak News & Events Contact |
Web Clipper Workbench 2.0 - Release NotesOutline1. EnhancementsThis section lists enhancements added to the Web Clipper Workbench since the last release of the product.
JBoss Portal uses Apache Log4J. To enable logging for the Web Clipper Runtime inside JBoss Portal:
<!-- ==================== -->
<!-- Web Clipper Appender -->
<!-- ==================== -->
<!-- A time/date based rolling appender -->
<appender name="WEB_CLIPPER_FILE" class="org.jboss.logging.appender.DailyRollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
<param name="File" value="${jboss.server.home.dir}/log/webclipper.log"/>
<param name="Append" value="false"/>
<!-- Rollover at midnight each day -->
<param name="DatePattern" value="'.'yyyy-MM-dd"/>
<!-- Rollover at the top of each hour
<param name="DatePattern" value="'.'yyyy-MM-dd-HH"/>
-->
<layout class="org.apache.log4j.PatternLayout">
<!-- The default pattern: Date Priority [Category] Message\n -->
<param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
<!-- The full pattern: Date MS Priority [Category] (Thread:NDC) Message\n
<param name="ConversionPattern" value="%d %-5r %-5p [%c] (%t:%x) %m%n"/>
-->
</layout>
</appender>
<!-- ====================== -->
<!-- Web Clipper categories -->
<!-- ====================== -->
<!-- Limit the "ICE_LOGGER" category to INFO as its DEBUG is verbose -->
<category name="ICE_LOGGER">
<priority value="INFO" />
<appender-ref ref="WEB_CLIPPER_FILE" />
</category>
<!-- Limit the "debug.com.redoaksw" category to INFO as its DEBUG is verbose -->
<category name="debug.com.redoaksw">
<priority value="DEBUG" />
<appender-ref ref="WEB_CLIPPER_FILE" />
</category>
<!-- Limit the "com.redoaksw" category to INFO as its DEBUG is verbose -->
<category name="com.redoaksw">
<priority value="DEBUG" />
<appender-ref ref="WEB_CLIPPER_FILE" />
</category>
2. Resolved IssuesThis section lists all issues associated with Web Clipper Workbench that have been resolved since the last release. The issues are grouped by the operating system that exhibited the noted behavior. If the resolved issue was present on all operating systems, the issue will be placed under the first section, titled, "All Systems". All SystemsVersion 2.0 --------------
Version 1.4 --------------
Version 1.3 --------------
Version 1.2 --------------
|
Copyright 1999-2009 © Red Oak Software, Inc. Legal Privacy Feedback Mobile |