A system administrator must configure the Astoria application to support using Antenna House Formatter to compose output.
You must have the com.lspeed.webforms.spooler.AntennaHouseSpoolerLicense license installed before configuring Antenna House to compose output.
- Install the Antenna House Formatter application on the ACS primary server.
Detailed instructions are available in the ACS ICI topic, Installing Antenna House.
- If desired, install an XSLT processor (for example, msxsl).
If you don't install an XSLT processor, Astoria will use Xalan to
peform XSLT processing.
- On the ACS primary server, edit %LSPEED_HOME%\iEngine\batchMonitor.cfg.
- Add this section:
[com.lspeed.webforms.AntennaHouse]
AHFCmd=C:\Program Files\Antenna House\AHFormatterV61\AHFCmd.exe
AHFArgs=-x 4
xsltProcessor=c:\msxsl\msxsl.exe
xsltArgs=-u 3.0
Note: If you didn't install an XSLT processor, omit the last two
parameters.
Parameter |
Description |
AHFCmd |
Path to the AHFCmd.exe, in your Antenna House installation
directory. |
AHFArgs |
Command-line arguments to pass to the AHFCmd program.
|
xsltProcessor |
Path to the xslt processor. Omit if no XSLT processor is installed. |
xsltArgs |
Command-line arguments to pass to the XSLT processor. Omit if no XSLT processor is installed. |
- Save the file.
- Restart the Astoria Task Server service.
- Import the XSL files you want to compose with into the Styles\Antenna House folder in the Administration cabinet in the repository.
When a user submits a composition job to Antenna House, they will choose one of the files in this folder.
- Optionally, specify additional arguments to the Antenna House command-line processor for a selected style sheet.
- Navigate to the style sheet of interest in the Styles\Antenna House folder in the Administration cabinet in the repository.
- Right-click the style sheet and select ,
- Select the Custom Attributes tab.
- Click Add and select Antenna House extra args, then click OK.
The Antenna House extra args custom attribute field appears.
- Enter the arguments you want to pass
to Antenna House
for this style sheet.
- Click OK.
The style sheet custom attributes are saved.