Redeploy 3DDashboard Service
You can follow these steps when if required.
-
Through SSH, go to the TomEE+ instance installation path where the 3DDashboard
service is deployed.
Note: Depending on your shutdown/startup script, you must be logged as root or as the applicative user dedicated for 3DDashboard products.
-
Stop TomEE+.
- For embedded TomEE+:
- Stop the 3DEXPERIENCE R2022x 3DDashboard TomEE+ service on Windows
- Run: <3DDashboardInstallPath>/linux_a64/code/tomee/bin/shutdown.sh -force on Linux.
- For external TomEE+, run:
- <externalTomEEInstallPath>\bin\shutdown.bat on Windows
- <externalTomEEInstallPath>/bin/shutdown.sh -force on Linux
- For embedded TomEE+:
- If the shutdown fails, kill the java process running this TomEE+ instance.
- Delete recursively the subdirectory .\webapps\3ddashboard/ on Windows or ./webapps/3ddashboard/ on Linux.
-
Restart TomEE+.
- For embedded TomEE+:
- Restart the 3DEXPERIENCE R2022x 3DDashboard TomEE+ service on Windows
- Run: <3DDashboardInstallPath>/linux_a64/code/tomee/bin/startup.sh on Linux.
- For external TomEE+, run:
- <externalTomEEInstallPath>\bin\startup.bat on Windows
- <externalTomEEInstallPath>/bin/startup.sh on Linux
The subdirectory .\webapps\3ddashboard\ on Windows or ./webapps/3ddashboard/ on Linux should be recreated automatically.
- For embedded TomEE+: