简体   繁体   English

如何远程访问wso2 carbon的OSGI控制台

[英]How to access OSGI console of wso2 carbon remotely

I have a carbon instance running on one machine and i want to access it from another machine is it possible? 我有一台计算机上正在运行一个Carbon实例,我想从另一台计算机上访问它吗?

My requirement is ,i have Started wso2 carbon in OSGI console mode ( wso2server.bat -DosgiConsole ) 我的要求是,我已经在OSGI控制台模式下启动了wso2 carbon( wso2server.bat -DosgiConsole

I want to add features into that carbon instance.. using provaddrepo and provinstall command.. I want to do this from a remote machine?? 我想将功能添加到该碳实例中..使用provaddrepo和provinstall命令..我想从远程计算机上执行此操作?

Is it possible to do that... suppose 3 nodes are running the carbon(osgi console mode),i need to access it from a remote machine to execute the commands ( like to install features using prov commands) 是否有可能...假设3个节点正在运行carbon(osgi控制台模式),我需要从远程计算机访问它以执行命令(例如使用prov命令安装功能部件)

Is it possible,any script is there to do like that,how to connect that cmd instance from another machine 是否有可能像这样执行任何脚本,如何从另一台计算机连接该cmd实例

Thanks in advance 提前致谢

To access OSGI console from a remote host, start it specifying the port number : 要从远程主机访问OSGI控制台,请指定端口号启动它:

wso2server.bat -DosgiConsole=19444

And to access it from the remote host : 并从远程主机访问它:

telnet hostname 19444

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM