]
Max Rydahl Andersen updated JBIDE-8542:
---------------------------------------
Fix Version/s: 3.3.0.M2
(was: 3.3.0.M1)
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
Fix For: 3.3.0.M2
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: