Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经用windows服务启动了jboss5.1.0GA。但它只在本地机器上执行。我想在网络上运行它。请帮我解决这个问题。
提前致谢。
将您的系统暴露在网络中
不要将服务作为 localhost 运行,而是通过绑定您的 ip (-b 选项)来运行您的服务
然后你会看到你的 jboss-server 暴露在网络中
命令:
sc \\[your.server] start JBAS50SVC
这是服务的默认名称,如果您使用 jbosssvc.exe 从 \bin 注册它
如果这不起作用,请检查在 Windows 服务列表中注册的服务名称并进行相应修改。