The spring_container command is located in the InstallDir
/bin
directory, and has the following syntax:
spring_container
[-config spring-config-url
] [-wsdl container-wsdl-url
] [-h] [-verbose] [[start] | [stop]]
Table 5.1. Spring Container Command Options
-config |
Specifies the URL or file location of the Spring container configuration file, which is used to launch the Spring container. This flag is optional. By default, the Spring container uses the You should only use the |
-wsdl |
Specifies the URL or file location of the Spring container WSDL file. This flag is optional. By default, the Spring container uses the You should only use the |
-h | Prints usage summary and exits. This flag is optional. |
-v | Specifies verbose mode. This flag is optional. |
<start|stop> | Starts and stops the Spring container. These flags are required to start and stop the Spring container respectively. |
To start the Spring container, run the following command from the InstallDir
/bin
directory:
spring_container start
If you wish to start more that one container on a single host, see Running Multiple Containers on Same Host.
To stop the Spring container, run the following command from the InstallDir
/bin
directory:
spring_container stop
If you are running more than one container on the same host, see Running Multiple Containers on Same Host.