During WebSphere Installation
- Select Application Server for Server type
Deploying InterstageBPMConsole
- server1 and administrative service should be running
After Deployed InterstageBPMConsole
- Edit /opt/IBM/WebSphere/AppServer/<profiles>/AppServ01/properties/wsadmin.properties
com.ibm.ws.scripting.echoparams to false from true
*Note there are same name file on /opt/IBM/WebSphereAppServer/properties directory
This directory's file doesn't have to edit.
- Disable Bus security
WebSphere Administrative Console > Service integration > Buses > press Enabled link
Uncheck Enable bus security
Press OK and Press save
- Use Single class loader for application option
WebSphere Administrative Console > Applications > WebSphere enterprise applications > InterstageBPMConsole > Class loading and update detection
Select Single class loader for application
Press OK and Press save
- Confirm BOOTSTRAP_ADDRESS port
Websphere Administrative Console > Servers > Application Servers > Server Name > Ports
- Edit iFlowClient.properties
Location: /opt/FJSVibpm/client/
Add BOOTSTRAP_ADDRESS port to JMSNamingProviderURL and NamingProviderURL.
E.g. JMSNamingProviderURL=iiop://localhost:2809
NamingProviderURL=iiop://localhost:2809
- Export system parameter from database
/opt/FJSVibpm/server/deployment/bin/exportProperties.sh <output file name> <IFLOWDB user name> <IFLOWDB password>
E.g. /opt/FJSVibpm/server/deployment/bin/exportProperties.sh ~/exported.properties username password
- Edit exported.properties
Add BOOTSTRAP_ADDRESS port to JMSNamingProviderURL and NamingProviderURL
E.g. JMSNamingProviderURL=iiop://localhost:2809
NamingProviderURL=iiop://localhost:2809
*Colon ':' need to be escaped by back slash
- Import system parameter to database
/opt/FJSVibpm/server/deployment/bin/importProperties.sh <import file name> <IFLOWDB user name> <IFLOWDB password>
E.g. /opt/FJSVibpm/server/deployment/bin/importProperties.sh ~/exported.properties username password
(Optional) If BOOTSTRAP_ADDRESS port isn't 2809, do this step
Edit console.conf
Location: /opt/FJSVibpm/client/InterstageBPMConsole.ear/console.war/WEB-INF/conf
Add BOOTSTRAP_ADDRESS port to NamingProviderURL
E.g. NamingProviderURL = iiop://192.168.62.142:2816
- Restart server1
- Confirm InterstageBPM Console
Make sure InterstageBPMConsole application is running state in WebSphere Administrative Console
Open browser and type URL
http://localhost:9080/console/TenantManager.page