Start and Stop Embedded TomEE+ on Windows or Linux
Windows:
- The default name of the Windows service created and started when installing embedded TomEE+ is 3DEXPERIENCER2022x FileCollaborationServer TomEE+
- To start and stop the embedded TomEE+ on Windows: start and stop the 3DEXPERIENCER2022x FileCollaborationServer TomEE+ service.
Linux
- To start embedded TomEE+ on Linux, run the following command:
<FCSInstallPath>/linux_a64/code/tomee/bin/startup.sh
. - To stop embedded TomEE+ on Linux, run the following command:
<FCSInstallPath>/linux_a64/code/tomee/bin/shutdown.sh -force
.