External Form URI
This parameter is used to specify a URI that points to an external forms package that is used to display forms in the iProcess Workspace (Browser). This parameter is used with the following external forms packages:
| • | ASP Forms - These forms can be created in a .NET project, then used in a TIBCO iProcess Engine procedure. For information about using these types of forms, see ASP Forms. |
| • | JSP Forms - These forms can be created in a Java development environment, then used in a TIBCO iProcess Engine procedure. For information about using these types of forms, see JSP Forms. |
To specify the external form URI setting:
| 1. | Locate the <ExternalFormURI> element in the apConfig.xml file: |
<ExternalFormURI>http://localhost:8080/</ExternalFormURI>
<ExternalFormURI>http://whisler:90/</ExternalFormURI>
Note that the final slash following the port number is required.
Subtopics