[jbosstools-issues] [JBoss JIRA] (JBIDE-16541) remote server console not showing up

Rob Stryker (JIRA) issues at jboss.org
Mon Apr 7 04:38:14 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-16541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-16541.
---------------------------------

    Resolution: Done


I added the following 3 lines for our remote servers shell handling:

{code}
+               ConsolePlugin plugin = ConsolePlugin.getDefault();
+               IConsoleManager conMan = plugin.getConsoleManager();
+               conMan.showConsoleView(myConsole);
{code}

This forces the shell to show for remote servers. I'll mark this as fixed. If we see a console not showing up for local servers, please open a new issue. 
                
> remote server console not showing up
> ------------------------------------
>
>                 Key: JBIDE-16541
>                 URL: https://issues.jboss.org/browse/JBIDE-16541
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: server
>            Reporter: Max Rydahl Andersen
>            Assignee: Rob Stryker
>             Fix For: 4.2.0.Beta2
>
>
> when starting jboss servers no consoles shows up 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list