Much of the Panagon Web WorkFlo functionality relies on the Panagon Web Services architecture and directory structure. When they are installed together the Panagon Web Services and Panagon Web WorkFlo applications collectively are called eProcess Services.
During Panagon Web Services installation, a unique directory structure is created. The directory structure is extended during Panagon Web WorkFlo installation. This topic describes the directory structure created by Panagon Web Services and indicates the significant directory structure changes made during Panagon Web WorkFlo installation. Development decisions must account for the modified eProcess Services architecture and directory structure.
Note The directory structure shown here is relative to the <drive>...\Program Files\FileNET\IDM\Web\IDMWS directory on the Web WorkFlo server. Refer to Locate the Panagon Web Services Toolkit Help for more information on using Panagon Web Services components in eProcess Services development.
Directory |
Contents |
---|---|
\_ScriptLibrary |
Contains files used for Microsoft Remote Scripting. These library files have been modified by FileNET. |
\Application |
Contains the modules used by eProcess Services, and the ASP files used to create the neighborhood, and eProcess application panes. Additionally, this directory contains the on-line help for both Panagon Web Services and Panagon Web WorkFlo. |
\CSS |
Contains Cascading Style Sheets (CSS) used eProcess Services. The style sheets control the text formatting and layout of the HTML content. |
\Images |
Contains many of the .GIF-formatted icon graphics used Panagon Web Services application, including the email notifications. Most of the .GIF files used by Web WorkFlo Services, like those used in Step Processors, are located in the \Redist directory, in the associated directory structure. |
\Redist |
Contains sub-folders which contain redistributeable components (like ASP, HTML, .JS, and .JAR files). These components provide the core functionality for eProcess Services. The following directories were added during the Web WorkFlo installation:
The remaining directories were created during the Panagon Web Services installation:
Most of the ASP files in the folders contain #include statements. You need to examine the beginning of each file to determine dependencies. |
\WSAPI |
Contains .ASP files that implement the Panagon Web Services API objects and work with the Panagon IDM Object automation. Panagon Web WorkFlo extends some of the files in this directory. |
\WSCAPI |
Contains the client scripts (.JS) files. Panagon Web WorkFlo extends some of the files in this directory. |