################################################################################ # IBM Content Manager OnDemand Web Enablement Kit # # AIX, HP-UX, Linux, Sun Solaris, Windows NT # # README # # Release 2.2.1.10 # # December 1, 2000 # # # # 5622-662, 5765-D60, 5639-E12 (C) COPYRIGHT IBM CORPORATION 2000 # # All Rights Reserved # # Licensed Materials - Property of IBM # # US Government Users Restricted Rights - Use, duplication or # # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # ################################################################################ ================================================================================ 1. Contents 2. Installation 3. Internet Client Change History 3.1 CGI/Servlet 3.1.2.2.1.9 Release (2.2.1.9) 3.1.2.2.1.10 PTF (2.2.1.10) 3.2 AFP Plugin 3.2.2.2.1.9 Release (2.2.1.9) 3.2.2.2.1.10 PTF (2.2.1.10) 3.3 Image Plugin 3.3.2.2.1.9 Release (2.2.1.9) 3.3.2.2.1.10 PTF (2.2.1.10) 3.4 Java Line Data Applet 3.4.2.2.1.9 Release (2.2.1.9) 3.4.2.2.1.10 PTF (2.2.1.10) 3.5 Java AFP2HTML Applet 3.5.2.2.1.9 Release (2.2.1.9) 3.5.2.2.1.10 PTF (2.2.1.10) 4. Documentation Corrections ================================================================================ 2. Installation Before using the latest version of the Internet Client, you must delete all of the files from the Internet Client cache directory. The directory is specified by the ARSWWW_CACHE_DIR directive in the arswww.cfg file. This release includes the following files: README - This file. arswww.cgi - This is the Internet Client program. This file should be placed into a directory within your Web server directory space which has been designated as executable and can contain CGI applications. arsscknt.dll - Windows NT only. This file should be left in the installation directory. arsct32.dll - Windows NT only. This file must be placed in the same directory as the arswww.cgi file. ArsWWWServlet.jar ArsWWWInterface.class arswwwsl.dll (NT) libarswwwsl.a (AIX) libarswwwsl.so (SunOS) libarswwwsl.sl (HPUX) - Servlet support files. ArsWWWServlet.jar should be placed into the web server's servlet directory. Because the servlet uses JNI, you may have to put ArsWWWInterface.class and the shared library file into into a directory other than the web server's servlet directory. This is due to class loader issues. See the documentation for more information. arswww.ini - This is the configuration file for the cgi script. See the documentation for information on the configuration settings. This file must be placed in the same directory as the arswww.cgi file. afp2html.ini - This is the configuration file for the AFP2WEB Transform. See the documentation for information on the configuration settings. This file must be placed in the same directory as the arswww.cgi file. afp2pdf.ini - This is the configuration file for the AFP2PDF Transform. See the documentation for information on the configuration settings. This file must be placed in the same directory as the arswww.cgi file. arswww.pdf - This is the PDF version of the Internet Client documentation. locale/arscpcs.cfg - This file contains the code page to code set mappings. This file should stay in the installation directory. locale/uconvtab/* - These files are the iconv conversion tables. They should stay in the installation directory. samples/template.htm - This is a sample of what a template html file can look like. You can read more about this file and what it should be used for in the arswww.pdf file. samples/logon.htm - This is another sample html file demonstrating how to gather logon information from the end user and submit it to arswww.cgi. This file is location independent. To read more about how to use this file, open the file and look at the comments or see the arswww.pdf file. samples/credit.htm - This is another sample html file demonstrating the use of another script function, dochitlist. samples/frames.htm samples/fcredit.htm samples/fblank.htm samples/ftemplat.htm - These are sample html files demonstrating how to use the _frame parameter to build a frames based application. images/grytxtr4.jpg images/odcol2in.gif - These are the images referenced in the sample html files. images/odic_att.gif - image used for Showing Document Attachments - These images are used for the ODDOC type images/odic_aa.gif - image used for Add Annotation button images/odic_aad.gif - image used for Add Annotation button (disabled) images/odic_va.gif - image used for View Annotation button images/odic_vad.gif - image used for View Annotation button (disabled) images/odic_vd.gif - image used for View Document button images/odic_vdd.gif - image used for View Document button (disabled) - These images are used when enabling commands for the command icons column of the document list table. (See the documentation for more information). To use your own images, simply rename your image to one of the names above. images/* - The remainder of the images are used by the applet toolbars. They should be placed in the ARSWWW_IMAGE_DIR directory. (See the documentation for more information). These images cannot be replaced with your own images. plugins/afpplgus.exe - IBM OnDemand AFP Plugin - English only plugins/afpplgin.exe - IBM OnDemand AFP Plugin - All languages including DBCS support plugins/afpplgin.zip - IBM OnDemand AFP Plugin - Zip format for all languages include DBCS support plugins/imgplgin.exe - IBM OnDemand Image Plugin - All languages - These are self extracting files (InstallShield). These files should be downloaded to the user's Windows 95 or Windows NT system, and run to install the appropriate plug-in. If the user is running a browser while the installation is in progress, then the user must stop and restart the browser before the plugins can be used. applets/ODLineDataViewer.jar - IBM OnDemand Line Data Viewer applet. applets/ODLineDataViewer.cab - IBM OnDemand Line Data Viewer applet. - These applet files are used when enabling the java line data viewer applet. (See the documentation for more information). applets/ODAfp2Html.jar - IBM OnDemand AFP Transform applet. applets/ODAfp2Html.cab - IBM OnDemand AFP Transform applet. - These applet files are used when enabling the java AFP2HTML viewer applet. (See the documentation for more information). --------------end of Installation----------------------------------------------- 3. Internet Client Change History -------------------------------------------------------------------------------- 3.1 CGI/Servlet 3.1.2.2.1.9 Release (2.2.1.9) - Added support for two additional parameters: UseExecutable, for afp2pdf conversion and AddFieldsToDocid, for browser url length issues. - Fixed a memory/resource leak in the servlet. - Fixed a defect that prevented the AddExtension parameter from working with user-defined data types. - Fixed a defect with logging which caused the cgi/servlet to fail. The problem was with logging large strings, over 1024 characters in size (for example, large cookie strings). 3.1.2.2.1.10 PTF (2.2.1.10) - Added support for server print with information to the printdoc interface. - Fixed a bug that caused the IN operator to not be able to specify more characters than the size of the field. - Fixed a bug that caused view annotations to not show line breaks. - Fixed a bug which caused large object documents with more than 2000 segments to display incorrectly. - Fixed a bug which caused cache cleanup to fail. --------------end of CGI/Servlet------------------------------------------------ 3.2 AFP Plugin 3.2.2.2.1.9 Release (2.2.1.9) - Version 2.0.2.2 3.2.2.2.1.10 PTF (2.2.1.10) - Version 2.0.2.3 --------------end of AFP Plugin------------------------------------------------- 3.3 Image Plugin 3.3.2.2.1.9 Release (2.2.1.9) 3.3.2.2.1.10 PTF (2.2.1.10) - Update Pixel Viewer 5.0 --------------end of Image Plugin----------------------------------------------- 3.4 Java Line Data Applet 3.4.2.2.1.9 Release (2.2.1.9) 3.4.2.2.1.10 PTF (2.2.1.10) - Added support for viewing annotations - Fixed a bug that caused the font size to be incorrect when printing. --------------end of Java Line Data Applet-------------------------------------- 3.5 Java AFP2HTML Applet 3.5.2.2.1.9 Release (2.2.1.9) 3.5.2.2.1.10 PTF (2.2.1.10) - Added support for viewing annotations --------------end of Java AFP2HTML Applet--------------------------------------- ---------------end of Internet Client Change History---------------------------- 4. Documentation Corrections -------------------------------------------------------------------------------- NOTE: For the latest OnDemand publications, see the OnDemand Web site: http://www.software.ibm.com/data/ondemand 4.1 IBM Content Manager OnDemand Web Enablement Kit: Installation and Configuration Guide, SC27-1000-00 4.1.1 Page 9. Installation requirements. Add the following to the Note under the second bullet. The applets require Java support in the browser. Java support is most likely provided by a Java Virtual Machine (JVM). If you are using Internet Explorer Version 5.5, then you must use the Custom installation option to select and install the JVM. ---------- end of corrections to SC27-1000-00 ---------------------------------- ----------------- end of Documentation Corrections -----------------------------