[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8542) Display remote server log in console view

Libor Zoubek (JIRA) jira-events at lists.jboss.org
Wed Mar 9 10:36:46 EST 2011


Display remote server log in console view
-----------------------------------------

                 Key: JBIDE-8542
                 URL: https://issues.jboss.org/browse/JBIDE-8542
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: JBossAS
    Affects Versions: 3.2.0.Final
            Reporter: Libor Zoubek
            Assignee: Rob Stryker


It would be nice if we were able to redirect remote server's output to console view (same as local server does) Currently developer needs to open terminal and tail -f server's log by hand. It would also help our to run bot tests (that we now run with local servers) with remote server. These test always analyze server's log to determine successful deployment etc.

My suggestions is (when server is started via tools):
If server is already running: {{cat server.log}}, and than run {{tail -n0 -f server.log}}
If it isn't: just {{tail -f server.log}}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list