- Stop the running TomEE instance.
On Windows, stop the corresponding services: 3DEXPERIENCE R2022x 3DSpace TomEE+ 3DEXPERIENCE R2022x 3DSpaceNoCAS TomEE+ .
On Linux, run the appropriate script: - <3DSpaceInstallPath>/scripts/TomEENoCAS_Shutdown.sh -force (without
CAS)
<3DSpaceInstallPath>/scripts/TomEECAS_Shutdown.sh -force (with CAS)
- Install the apps.
On Windows, run the appropriate command: < AppName.Windows64\1> setup.exe –installerPath <Path to DS_Installer.Windows64\1> On Linux, run the appropriate command: <AppName.Linux64\1$./StartGUI.sh –installerPath <Path to DS_Installer.Linux64/1> - Rebuild the
war archives and redeploy them in the appropriate TomEE instance.On Windows, use the appropriate desktop shortcut (by right-clicking Run as administrator ) , or run the appropriate script: - <3DSpaceInstallPath>\win_b64\code\command\BuildDeploy3DSpace_NoCAS.bat
(without CAS)
<3DSpaceInstallPath>\win_b64\code\command\BuildDeploy3DSpace_CAS.bat (with
CAS)
On Linux, run the appropriate script: - <3DSpaceInstallPath>/scripts/BuildDeploy3DSpace_NoCAS.sh (without
CAS)
<3DSpaceInstallPath>/scripts/BuildDeploy3DSpace_CAS.sh (with CAS)
-
If you are using an external tomEE, you need to copy the respective
.war files
(<3DSpaceInstallPath>/distrib/3dspace.war,
<3DSpaceInstallPath>/distrib_CAS/3dspace.war,
<3DSpaceInstallPath>/distrib_NoCAS/internal.war) in the webapps
folder of each tomEE instance (CAS / NoCAS) (<TomEECAS_install_path>/
<TomEENoCAS_install_path>).
If you are running Windows server, use the templates of setenvCAS.bat / setenv.bat that
are ready in <3DSpaceInstallPath>/win_b64/templates/. You can
copy them in the “bin” folder of each tomEE instance.
If you are running Linux server, mxEnvCAS.sh or mxEnv.sh
scripts must be sourced at the beginning of each startup.sh
script of TomEECAS / TomEENoCAS instance.
For example,
|