如果我离开 karaf 控制台,为什么 FUSE ESB (ServiceMix) 4.3 在 Linux 上关闭?
我在本地 Windows 计算机上使用 ServiceMix 4.2 进行开发。
现在我在 Linux 环境中安装了 FUSE ESB 4.3,并在 Linux 机器上通过 SSH 启动它。离开 karaf 控制台后,容器始终会关闭。如何让 karaf 控制台保持 ServiceMix 运行?
(可能只是配置,但我无法通过 Google 或 FUSE 文档找到它)
I use ServiceMix 4.2 on my local Windows machine for development.
Now I installed a FUSE ESB 4.3 in a Linux environment and start it via SSHing on the linux machine. After leaving the karaf console the container always shuts down. How can I leave the karaf console with ServiceMix running?
(Might be just configuration, but I can't find it with Google or the FUSE docs)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用“start”脚本启动(linux)servicemix 实例,然后使用 ssh 远程连接到控制台(例如从 Windows FUSE 会话或 ssh 客户端):
例如
-l/-P 默认值取决于 FUSE 版本您正在连接到
-p 默认为 8108
用于
确定您当前登录的会话。
请查看文档 此处。
You can start the (linux) servicemix instance with the 'start' script and afterwads remote connect to the console using ssh (e.g. from your windows FUSE session or a ssh client):
e.g.
-l/-P default values depend on the FUSE version you are connecting to
-p is per default 8108
Use
to determine which session you are currently logged in.
Have a look at the documentation here.
脚本 servicemix 接受一些参数,您要寻找的是“服务器”。
一旦 servicemix 以这种方式启动,您就可以使用 ssh 登录到控制台。
您可以通过编辑 servicemix 启动脚本来找到更多参数。
再见,
凯夫。
The script servicemix accept some args, the one your looking for is "server".
Once servicemix started this way, you can log to the console using ssh.
You can found more args by editing servicemix startup script.
Bye,
Kev.