You are here: How to Start and Stop Volt MX Foundry
How to Stop and Start Volt MX Foundry
After you install Volt MX Foundry, you must restart your application server to take effect all installed configurations.
Tomcat Server
To stop and start Tomcat Server, follow these steps:
- Stop server:
{AppServer Location}tomcat\bin > shutdown.bat
- Start server:
{AppServer Location}tomcat\bin > startup.bat
JBoss Server
To stop and start JBoss Server, follow these steps:
- Stop server: Restart Windows service from
services.msc
- Start server:
{AppServer Location}/jboss/bin > startjboss.bat
For Multinode - JBoss
Start the services for the appropriate service groups that you have configured through the JBoss Management Console from the master node.
For more detailed information on administration of the app server, refer to the JBoss Server Documentation.