This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 63907 - There is no consistence for output tab with other server plugins
Summary: There is no consistence for output tab with other server plugins
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
: 67386 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-08 14:59 UTC by Michal Mocnak
Modified: 2006-03-22 12:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2005-09-08 14:59:17 UTC
If you perform any action (start, stop, deploy) the output tab is activated for
jboss4 and weblogic9 server plugin but for Sun App Server 8 not. I think it
should be same. My opinion is that every developer wants to see the server log
by default.
Comment 1 Vince Kraemer 2005-09-28 23:21:41 UTC
ludo is busy
Comment 2 Vince Kraemer 2005-11-04 18:46:59 UTC
tested agains 20051031 build

runtime explorer---
app server node : start -- opens the output tab, displays the server log.

app server node : stop(after closing the output tab) -- doesn't open the output tab.

tomcat node : start -- opens output tab, displays log.

tomcat node : stop(after closing the output tab) -- doesn't open the output tab.

project explorer--

web app(app server target, stopped) : run -- output tab opens, displays the log.

web app(app server target, running) : run -- output window opens, no server log
display.

web app (tomcat target, stopped) : run -- output opens, displays the log.

web app(tomcat target, running) : run -- output opens, log window is "there" but
is note fronted.

It looks like closing the output tab closes the app server's log window.  Is
that what you are seeing?
Comment 3 Vince Kraemer 2005-11-04 18:52:05 UTC
*** Issue 67386 has been marked as a duplicate of this issue. ***
Comment 4 Vince Kraemer 2005-11-10 15:49:44 UTC
mmocnak: Please reply to requests for clarification and comment...
Comment 5 Vince Kraemer 2005-12-08 19:20:07 UTC
http://serverplugins.netbeans.org/servlets/ReadMsg?list=cvs&msgNo=1128

I added some calls to open the log.  I don't know if these meet the filers
expectations, but I could not get clarification about them.
Comment 6 Michal Mocnak 2006-03-22 12:41:07 UTC
Verified