-
From a command prompt, update and run the following to execute the
WebSphereScript.py script:
<WebSphere installation>\AppServer\bin>wsadmin.bat -lang jython -profileName <profile_name> -conntype SOAP -user <user name> -password <password> -profile
"<SEE_install_directory>/<operating_system>/reffiles/SMAFIPserver/websphere/deploy/WebSphereConfigProcs.py"
-f "<SEE_install_directory>/<operating_system>/reffiles/SMAFIPserver/websphere/deploy/WebSphereScript.py"
"<SEE_install_directory>/<operating_system>/reffiles/SMAFIPserver/websphere/deploy/params.txt" -usejython21 true
The above single command configures your WebSphere profile as required by the SIMULIA Execution Engine. -
From a command prompt, update and run the following to execute the
WebSphereDeploy.py script:
<WebSphere installation>\AppServer\bin>wsadmin.bat -lang jython -profileName <profile_name> -conntype SOAP -user <user name> -password <password> -profile
"<SEE_install_directory>/<operating_system>/reffiles/SMAFIPserver/websphere/deploy/WebSphereConfigProcs.py"
-f "<SEE_install_directory>/<operating_system>/reffiles/SMAFIPserver/websphere/deploy/WebSphereDeploy.py"
"<SEE_install_directory>/<operating_system>/reffiles/SMAFIPserver/websphere/deploy/params.txt" -usejython21 true
The above command deploys the SIMULIA Execution Engine war/ear files to your WebSphere profile. -
Continue with the remaining topics in Configuring WebSphere.
|