سؤال

I have a carbon instance running on one machine and i want to access it from another machine is it possible?

My requirement is ,i have Started wso2 carbon in OSGI console mode (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??

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)

Is it possible,any script is there to do like that,how to connect that cmd instance from another machine

Thanks in advance

هل كانت مفيدة؟

المحلول

To access OSGI console from a remote host, start it specifying the port number :

wso2server.bat -DosgiConsole=19444

And to access it from the remote host :

telnet hostname 19444
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top