速查表:Talend 服务器模块的启动和停止命令
下表总结了可用于启动和停止 Talend 服务器模块的命令或可执行文件。
Talend 服务器模块 | 启动命令/可执行文件 | 停止命令/可执行文件 |
---|---|---|
Talend Administration Center 的 Apache Tomcat 服务 |
net start <TomcatServiceName> |
net stop <TomcatServiceName> |
Talend Administration Center 的 JBoss 服务 |
net start "JBoss" |
net stop "JBoss" |
Talend DQ Portal 的 Apache Tomcat 服务 从 Talend 7.1 起,Talend DQ Portal 已弃用。 |
net start <TomcatServiceName> |
net stop <TomcatServiceName> |
Talend MDM Server 的 Apache Tomcat 服务 |
net start <TomcatServiceName> |
net stop <TomcatServiceName> |
Talend Runtime |
<TalendRuntimePath>\bin\trun.bat |
Ctrl+C |
Talend Artifact Repository |
<ArtifactRepositoryPath>\bin\nexus.exe /run (默认情况),或 nexus.bat console (对于 Nexus 2) |
Ctrl+C |
Talend JobServer |
<JobServerPath>\start_rs.bat |
<JobServerPath>\stop_rs.bat |
Talend LogServer |
<LogServerPath>\start_logserver.bat |
<LogServerPath>\stop_logserver.bat |
Talend CommandLine 从 Talend 7.1 起,已弃用 "Talend CommandLine 即服务器"。 |
<CommandLinePath>\start_cmdline.bat 或 <CommandLinePath>\commandline.bat 1 |
<CommandLinePath>\start_cmdline.bat 或 Ctrl+C 1 |
Talend ESB |
tesb:start-all |
tesb:stop-all |
事件日志记录 |
tesb:start-el-default |
tesb:stop-el-default |
Talend Runtime Container |
<TalendESBPath>\container\bin\trun.bat |
Ctrl+C |
Apache ActiveMQ |
在 Talend Runtime Container 中: feature:install activemq |
Ctrl+C |
Service Locator |
tesb:start-locator |
tesb:stop-locator |
服务活动监控 |
tesb:start-sam |
tesb:stop-sam |
Security Token Service |
tesb:start-sts |
tesb:stop-sts |
1:要使用的命令/可执行文件取决于您是手动安装还是自动安装 Talend 产品。