Managing Conversions 2-35
■
Information about which Java threads are currently running. This is useful in determining the cause of an error.
■
Listing of any audit messages. Tracing in a refinery can be activated on a section-by-section basis. Tracing for
active sections is displayed on the Console Output Page
. Section tracing is useful for determining which section of the server is causing trouble, or when you want
to view the details of specific sections. Sections can be added by appending extra sections to create a comma separated list.
A listing of the sections available for tracing, with brief descriptions, is available by clicking the information icon next to the Tracing Sections Information heading.
For example, activating refinery displays extended information about conversion status, activating ref-config traces changes to the current running environment, and
activating refsteplogic traces the logic that determines what conversion steps are used. The wildcard character is supported so that ref will trace all sections that
begin with the prefix ref, including refinery, ref-config, and refsteplogic.
Some tracing sections also support verbose output. Enable Full Verbose Tracing if you wish to see in-depth tracing for any active section that supports it.
2.5.6 Managing Refinery Providers
You should not need to configure any refinery providers. To view refinery provider information using the web-based Inbound Refinery interface, complete the following
steps:
1. Log into the refinery.
2. Select Refinery Administration, Providers from the navigation menu. The
Providers Page is displayed.
2.5.7 Configuring the Web Server Filter
To configure the web server filter for a refinery using the web-based Inbound Refinery interface, complete the following steps:
1.
Log into the refinery.
2. Select Refinery Administration, Filter Administration from the navigation menu.
The Configure Web Server Filter Page
is displayed. This page is used to configure and troubleshoot the web server filter communication with the refinery.
2.5.8 Using Admin Server
Admin Server is an administration tool that enables you to review or edit a number of system settings, as well as manage components. Every refinery deployed has a
corresponding Admin Server.
To access Admin Server, complete the following steps:
1. Log into the refinery.
2. Select Refinery Administration, Admin Server from the navigation menu. The
Admin Server Page is displayed.
Important: Any options set on this page will be lost when the
refinery is restarted unless you enable Save and click Update.
2-36 Administrators Guide for Conversion
2.5.9 Publishing Dynamic and Static Layout Files
To publish dynamic and static layout files, complete the following steps:
1. Log into the refinery.
2. To publish your dynamic layout files, select Administration, Admin Actions, and
click publish dynamic layout files under the Weblayout Publishing section. The PUBLISH_WEBLAYOUT_FILES service is executed. All dynamic refinery layout
files .css files and .js files are published from the refinery IntradocDirsharedconfigtemplates directory to the weblayout directory. This
service is used when customizing your refinery. The PUBLISH_WEBLAYOUT_ FILES service is also executed each time your refinery is restarted.
3. To publish your static layout files, select Administration, Admin Actions, and
click publish static layout files under the Weblayout Publishing section. The PUBLISH_STATIC_FILES service is executed. All static layout files graphic files
are published from the refinery IntradocDirsharedpublish directory to the weblayout directory. This service is used when customizing your refinery. The
PUBLISH_STATIC_FILES service is not executed each time your refinery is restarted, as it can be very time-consuming to execute. This service must be
executed manually when customizing your refinery.
For more information about other publishing options available and for customizing the content and refinery servers, see the documentation provided with Content Server.
2.5.10 Using Administration Utilities