Installing Client XML Application Files

Contents


Overview

The following files must be installed on your host so that they can be "served" from the host when Jargon Reader is started from a PalmOS-based handheld device or PocketPC handheld device.
  1. text "ini" files that specify the startup parameters for each application procedure
  2. your "xml" procedure files
  3. compressed versions of your "xml" procedure files in ".gz" format (yourfile.xml.gz) (Palm only)
  4. any image files used by your application
  5. any online documentation files used by your application


Install these files in subdirectories under the document root directory for your specific Web server (this will vary). On some unix Web servers, the document root directory may be the "/html" directory. On Windows NT/2000 systems, it is usually "C:\inetpub\wwwroot".

For convenience, you may find it simplest to create a subdirectory structure similar to that used for client directories. For example, if the document root directory is "C:\inetpub\wwwroot" (on a WinNT/2000 server), you might install an Order Entry system using a structure like this:

C:\Inetpub\wwwroot\xml\oe\*.ini
C:\Inetpub\wwwroot\xml\oe\*.xml.gz
C:\Inetpub\wwwroot\images\oe\*.gif
C:\Inetpub\wwwroot\doc\*.htm

Configuring INI files

Compressing XML Files

Online Documentation

Similarly, you may wish to install all online documentation for your application as HTML files and (perhaps) image files that are accessed via your Web server, rather than deploying the document files to each client system. This reduces ongoing maintenance costs and makes updated documentation instantly available to all users.
/html/doc/oe/*.html
/html/doc/oe/*.gif
/html/doc/oe/*.jpg

Troubleshooting

Problem: Can't download "ini" files from server

Solutions:

  1. For IIS4/5 on Windows NT/2000, the problem may be due to a Windows feature called "URLScan." This is an optional Microsoft tool (part of the "IIS Lockdown" downloadable tool), that enables IIS to allow or deny access to various file types. If you have URLScan installed, edit this file:
    c:\winnt\system32\inetsrv\urlscan\urlscan.ini
    and if access is denied for ".ini" files, comment out the line, save and reboot.
     
  2. For Windows 2003 server, which installs with many options shut off by default (for security purposes), you may also have to do these steps, using the IIS Manager.
    • Select the web server node
    • Click "Properties"
    • Select "Mime Types"
    • Add a new MIME type to serve files with the extension ".ini" (for V3 apps).
    • Extension: ".ini"
    • MIME Type: "text/plain"

For Additional Assistance

If you have questions or problems not covered by this document, see the additional assistance section in the installation instructions index.

 Up to Top    Installation Instructions Index     Return to Help Index