Managing Applications
The applications in the Performance Tracing → Runtime → Application tracing → Applications tab of are marked with the following symbols:
– in the case of a started
application.
– in the case of a stopped application;
this means an application that is deployed but is not running.
You can use the context menu or the corresponding symbol to apply different actions on each application:
Application Actions
Action |
Description |
Start normally |
Starts the application in normal mode. No classes will be modified. If the application is already started, it will be stopped and started again. |
Restart normally |
This action is available when the application is already running in modified mode. When you activate this action the selected application will start in normal mode. The application will be stopped and started again. |
Start in modified mode |
Starts the application in debug mode. All classes from it will be modified during classloading. If the application is already started, it will be stopped and started again. |
Restart in modified mode |
This action is available when the application is already running in normal mode. The application will be stopped and started again in modified mode. All classes from it will be modified during classloading. |
Stop |
Stops the application without undeploying it. |