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

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


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

Libor Zoubek updated JBIDE-8542:
--------------------------------

    Description: 
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 then run {{tail -n0 -f server.log}}
If it isn't: just {{tail -f server.log}}

  was:
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}}



> 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 then 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