如果我离开 karaf 控制台,为什么 FUSE ESB (ServiceMix) 4.3 在 Linux 上关闭?

发布于 2024-09-29 02:42:48 字数 207 浏览 3 评论 0原文

我在本地 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

遗忘曾经 2024-10-06 02:42:48

您可以使用“start”脚本启动(linux)servicemix 实例,然后使用 ssh 远程连接到控制台(例如从 Windows FUSE 会话或 ssh 客户端):

ssh:ssh {-l username} {-P password} {-p port} { hostname }

例如

karaf@root>ssh:ssh -l smx/karaf -P smx/karaf -p 8101 hostname 

-l/-P 默认值取决于 FUSE 版本您正在连接到

-p 默认为 8108

用于

karaf@root>shell:info

确定您当前登录的会话。

请查看文档 此处

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):

ssh:ssh {-l username} {-P password} {-p port} { hostname }

e.g.

karaf@root>ssh:ssh -l smx/karaf -P smx/karaf -p 8101 hostname 

-l/-P default values depend on the FUSE version you are connecting to

-p is per default 8108

Use

karaf@root>shell:info

to determine which session you are currently logged in.

Have a look at the documentation here.

殊姿 2024-10-06 02:42:48

脚本 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文