[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[equinox-dev] Openning and closing an osgi console
|
- From: Ali Khalfan <ali.khalfan@xxxxxxxxx>
- Date: Mon, 12 Mar 2012 10:44:37 -0400
- Delivered-to: equinox-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; bh=9rpA0tElrsGrkd8J2RLL0B/I4TwZMCUkxuiGlHE6N2M=; b=z9dbU9FFrszy7bOZ5UUDIs2Ak8nzQZ3ErF9ekg0gucnXyUpPdugfQC6hW2ktHnADjt Da6AicBvaXiRYotAZNcrLXsUy8kE5X9Xape3MUW7grSMtJfKG66OWbXVEYJ9lg/XtiuM xjfojGi4Ygc7daelok52iRoHkchv4rygGxTRGZC6LzRir+SfSZz71OaGKTkRlUexxoed gPI4fYyEeK0BNxDODoy2dUsHWiDDwwetKKZvX//06KKR4ZulCXrcWS46JUg/vITvpQQg M42EHYoiGXvnOGci3Yrhd1Q4mUVo3OzZzflQFD3HqE9Ln+UuEXmm+qiyg+xu6k+GKKvN 97RQ==
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
I am trying to figure out how a console can be re-opened after
disconnecting from it. My scenario is when I run an OSGI application
with the -console parameter, the console appears and I can type commands
in. However, I cannot simply close it, since that will just shutdown
the entire application. So, I use disconnect instead. But, I have no
idea how to re-open the console.
I know there is an option where I can specify a port and access it
through telnet, but I do not require telnet at them moment.