![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
If you are hosting the .NET Action Processor in IIS 8.5 or 10, and you want the Action Processor to run in a .NET Framework 4.0 Application Pool, you must open the web.config file for the Action Processor’s web site, and uncomment the following line:If you are hosting the iProcess Client in IIS, and you are using TIBCO Forms in your application, you must ensure the following MIME types are added to the virtual directories for your iProcess Client and TIBCO Forms (WebDAV directory):
•
•
1.
2. In the Internet Information Services (IIS) Manager window, either:
3. Scroll down the list in the MIME Types dialog and verify whether or not .json has been added. If it has, proceed to step 7.
4.
5. In the Add MIME Type dialog, enter:
6. Click OK to save the new MIME type.
7. Scroll down the list in the MIME Types dialog and verify whether or not .form has been added. If it has, no further action is required—exit the MIME Types dialog and IIS.
8.
9. In the Add MIME Type dialog, enter:
10. Click OK to save the new MIME type.
If you are running the .NET Action Processor in a .NET Framework 4.0 application pool, also see .NET Action Processor Compatibility with .NET 4.0 in the Compatibility section of the TIBCO iProcess Workspace (Browser) Release Notes.
•
•
1. Right click on the directory that was created by the installer for the Action Processor files (TIBCOActProc in this example) and select Properties.
2. On the Security tab, check to see if the IIS_IUSRS group account has modify permissions. If necessary, add the "IIS_IUSRS" group account and give it modify permissions:
1. In Internet Information Services (IIS) Manager, select Application Pools in the left pane.
3. In the right pane, click Advanced Settings.
4. On the Advanced Settings dialog, select the browse button in the field to the right of the Identity field
5. On the Application Pool Identity dialog, choose NetworkService (or a different user account if you are using one other than Network Service) from the Built-in Account list, then click OK.
6.
7. In the left pane of IIS Manager, right click on the Action Processor folder (TIBCOActProc in this example) and select Edit Permissions.
8. On the Security tab, check to see if the NETWORK SERVICE account has full control permissions. If necessary, add the “NETWORK SERVICE” user account and give it full control permissions:
1. From IIS Manager, right click on the virtual directory being used for the Action Processor and select Convert to Application from the drop-down menu:
2.
• Modify the apConfig.xml file if Using RMIWhen RMI is selected during installation, the installer includes two java.naming.factory.initial entries in the apConfig.xml file by default, as follows:
− The default location of the apConfig.xml file is:Update the Java library path so that it points to the TIBCO iProcess Server Objects (Java) JAR file.
You need to perform the steps in this section only if you are using a version of Tomcat other than the one that is embedded in, and installed with, the iProcess Engine. If you are using the embedded Tomcat, the Java library path is updated when you run smserv.bat (Windows) or smstart (UNIX) to start the embedded Tomcat. If you are using a version of Tomcat other than the embedded one, you must explicitly update the Java library path as described in this section.
2. Click the Java tab.
3. In the Java Options section, ensure the following line is included in the entries. If it is not already included, add it after the existing entries.where TomcatDir is the directory in which Tomcat is installed.
4. Click OK to save the changes and close the Tomcat monitoring program.
2. Locate “RUNJAVA” in the catalina.sh file and ensure the following line is included:where TomcatDir in the directory in which Tomcat is installed.
3. Save and close the catalina.sh file.
2. Click on the Start button.
3. Click OK to close the Tomcat monitoring program.
Tomcat can also be stopped by executing the Tomcat monitoring program as described above, then clicking the Stop button. This also stops the Action Processor.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |