Follow these steps to configure the CA Spool Web Interface to transform text files into PDF, HTML, or RTF automatically when users open them to browse them:
X2YY START=YES
DEFNODE T2PD,TEXT2PDF,TCPDRIV=DISKH,TRANS=C037T19U, TCPHOST='PATH=/CAI/swap,FILENAME=*.PDFLB'
DEFNODE T2HT,TEXT2HTM,TCPDRIV=DISKH,TRANS=C037T19U, TCPHOST='PATH=/CAI/swap'
DEFNODE T2RT,TEXT2RTF,TCPDRIV=DISKH,TRANS=C037T19U, TCPHOST='PATH=/CAI/swap'
This file is the web server configuration file for CA Spool web interface. By default, this file is installed in the /CAI/caspool directory. If the file does not exist there, you likely specified a custom location for the file during the installation. Review your SMP/E Apply output to find the location of the file.
Pass /caspool/swap/* /cai/caspool/swap/*
This file is the web server initialization file for the CA Spool web interface. By default, this file is installed in the /CAI/caspool directory. If the file does not exist there, you likely specified a custom location for the file during the installation. Review your SMP/E Apply output to find the location of the file.
ls -l $esfweb.ini
ESF_T2YY=2 View Text as (0=3270, 1=PDF, # 2=HTML, 3=RTF) ESF_A2PD=1
The value that you specify becomes the default format for web interface users to view text files. For example, if you specify 2, then, by default, when web interface users open text files, the files are automatically converted to HTML format.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|