Managing Conversions 2-7
2. Choose Administration, Providers. The
Providers Page is displayed.
3. In the Providers table, click Info in the Action column for the refinery provider to
edit. The Provider Information Page
is displayed.
4. Click Edit. The
AddEdit Outgoing Socket Provider Page is displayed.
5.
Make the required changes.
6.
Click Update to save the changes and return to the Providers Page
.
7.
Restart the content server.
2.1.2.4 DisablingEnabling Refinery Providers
To disable or enable an existing refinery provider, complete the following steps:
1. Log into the content server as an administrator.
2. Choose Administration, Providers. The
Providers Page is displayed.
3. In the Providers table, click Info in the Action column for the refinery provider to
disable or enable. The Provider Information Page
is displayed.
4. Click Disable or Enable.
5. Restart the content server.
2.1.2.5 Deleting Refinery Providers
To delete an existing refinery provider, complete the following steps:
1.
Log into the content server as an administrator.
2. Choose Administration, Providers. The
Providers Page is displayed.
3. In the Providers table, click Info in the Action column for the refinery provider to
delete. The Provider Information Page
is displayed.
4. Click Delete. A confirmation message is displayed.
5. Click OK.
2.1.3 Editing the Refinery IP Security Filter
An IP security filter is used to restrict access to a refinery. Only hosts with IP or IPv6 addresses matching the specified criteria are granted access. By default, the IP security
filter is 127.0.0.1|0:0:0:0:0:0:0:1, which means the Inbound Refinery will only listen to communication from localhost. To ensure that a content server can communicate with
all of its refineries, the IP or IPv6 address of each content server computer should be added to the refinery’s IP security filter. This is true even if the refinery is running on
the same computer as the content server. To edit an IP security filter for a refinery, complete the following steps:
1.
Access the refinery computer.
2.
Start the System Properties application:
■
Windows: choose Start, Programs, Oracle Content ServerInbound Refinery,
instance_name, Utilities, System Properties
■
UNIX: run the SystemProperties script, which is located in the bin
subdirectory of the refinery installation directory
3. Select the Server tab.
2-8 Administrators Guide for Conversion
4.
Make sure the IP Address Filter field includes the IP or IPv6 address of each content server computer even if this is the same physical computer that is also
running the refinery server. The default value of this field is 127.0.0.1|0:0:0:0:0:0:0:1 localhost, but you can add any number of valid IP or IPv6
addresses. You can specify multiple IP addresses separated by the pipe symbol |, and you can use wildcards for zero or many characters, and ? for single
characters. For example:
127.0.0.1|0:0:0:0:0:0:0:1|10.10.1.10|62.43.163.|62.43.161.12?
5. Click OK when you are done, and restart the refinery server.
2.1.4 Setting Classpath to OpenOffice Class Files
If converting documents using OpenOffice, Oracle Inbound Refinery requires class files distributed with OpenOffice. You must set the path to the OpenOffice class files
in the refinery intradoc.cfg file, located in the DomainHomeucmibrbin directory. To set the path in the intradoc.cfg file, do the following:
1.
Navigate to the DomainHomeucmibrbin directory and open the intradoc.cfg file in a standard text editor.
2.
At the end of the file, enter the following: JAVA_CLASSPATH_openoffice_
jars=OfficePathBasisprogramclassesunoil.jar:OfficePathUREjavaridl.ja r:OfficePathUREjavajurt.jar:OfficePathUREjavajuh.jar
3.
Save and close the intradoc.cfg file.
4.
Restart the refinery.
2.1.5 Setting Library Path for UNIX Platform