I'm using Eclipse 2022-09 (4.25.0) and I have a Tomcat 9.0.36 configured as Eclispe server with these options:
The server works correctly and web modules (applications) are not configured to auto reload on files change.
Now I would like to manually reload a single web module without restart whole server and I see that on the Eclipse Server interface, with right click on each module, I can access a context menu:

however menu items "Start" "Stop" "Restart" are always disabled, despite of server status (running or not) or running mode (debug, normal, profile).
Is there a way to enable these options and "Restart" module manually without restart the server ?