Como faço para parar o servidor Spring Source TC?
Como a mensagem citada em suas perguntas indica ", consulte a Documentação do tc Server para obter informações detalhadas sobre configuração e administração."
Se você já instalou a instância tc Runtime como um Serviço do Windows, use o painel de controle dos Serviços do Windows para iniciá-lo e interrompê-lo.
Windows: Iniciando e parando instâncias de tempo de execução tc como serviços do Windows
By default, the tcruntime-instance.bat script creates all tc Runtime instances under the
INSTALL_DIR\springsource-tc-server-edition
directory, whereINSTALL_DIR
refers to the directory in which you installed tc Server, such asc:\home\tcserver
and edition isdeveloper
orstandard
. Each particular tc Runtime instance lives in its own directory; this directory translates into the server'sCATALINA_BASE
variable. This is the default behavior of the command script; you might have specified a different location of your tc Runtime instance. If so, adjust the following procedure accordingly.In the following procedure, it is assumed that you installed a tc Server Standard Edition.
To start and stop tc Runtime instances as Windows Services:
If this is the first time that you will install and start the tc Runtime instance after creating it, start a command prompt window and continue with this procedure.
If you have already installed the tc Runtime instance as a Windows Service, use the Windows Services control panel to start and stop it.
Change to the CATALINA_BASE\bin directory of the tc Runtime instance you want to start or stop.
For example, if you installed tc Server in
c:\home\tcserver
and created a new tc Runtime instance called myserver:
prompt> cd c:\home\tcserver\springsource-tc-server-standard\myserver\bin
If you are using the Developer Edition of tc Server, the
CATALINA_BASE
directory will include the springsource-tc-server-developer directory.Install the tc Runtime instance as a Windows service:
prompt> tcruntime-ctl.bat install
The command installs the tc Runtime instance as an automatic Windows Service, which means that the tc Runtime instance starts automatically when you start the Windows computer. You can change this behavior using the Windows Service control panel.
You should see a message indicating a successful installation:
wrapper | SpringSource tc Runtime - tcserver-c-home-tcserver-springsource-tc-server-standard-myserver installed.
Now, and subsequently, start and stop the tc Runtime instance by using the Windows Services console. The tc Runtime instance is displayed in the console with the name SpringSource tc Runtime - unique-name, where unique-name is a unique combination of server name and server directory.
To uninstall the tc Runtime service, execute the following command:
prompt> tcruntime-ctl.bat uninstall
Although SpringSource recommends that you always install the tc Runtime instance as a Windows service and stop and start it using the Services console, you can also stop and start the tc Runtime instance manually. See tcruntime-ctl Command Reference for the full list of commands of the
tcruntime-ctl
script.
Fonte 7.2 Iniciar e parar Instâncias de Tempo de Execução tc