By default, the POA uses Oracle Outside In Technology and the Document Converter Agent (DCA) to convert documents into HTML format for indexing. As an alternative to the DCA, which is a process internal to the POA, you can use the independent Document Viewer Agent (DVA) for HTML conversion.
Using the DVA instead of the DCA has the following advantages:
Simplicity: GroupWise WebAccess requires the DVA to convert attached documents into HTML format for viewing in a Web browser. If you configure the POA to use an existing DVA, you eliminate the need for a DCA.
Fault Tolerance: You can configure the POA to contact as many as three DVAs. If the DVA that the POA is communicating with stops responding, the POA contacts the next DVA in the list.
Improved Performance: You can run the DVA on a server other than where the POA runs to lessen the processing load on the POA server.
For complete information about the DVA, see Section XI, Document Viewer Agent.
You configure the POA to use the DVA instead of the DCA by using startup switches in the POA startup file. For background information, see Section 40.0, Using POA Startup Switches.
Use the --usedva switch to configure the POA to use the DVA instead of the DCA. If the DVA becomes unavailable, the POA falls back to using the DCA for document conversion.
Use the ‑‑dvanipaddr and ‑‑dvanport switches to identify from one to three DVAs.
Replace
with 1, 2, or 3. Three DVAs is recommended. Multiple POAs can communicate with the same DVA simultaneously.(Conditional) If you want to use a secure SSL connection between the POA and the DVA, use the ‑‑dvanssl switch.
By default, SSL is not used. Set the switch to enable to enable a secure SSL connection. For more information about using SSL with the POA, see Section 36.3.3, Securing the Post Office with SSL Connections to the POA.
After you edit the POA startup file, restart the POA in order to put the changes into effect.