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 47082 - View Shared Context Log action should read full daily log
Summary: View Shared Context Log action should read full daily log
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on: 49334
Blocks:
  Show dependency tree
 
Reported: 2004-08-11 10:47 UTC by Petr Blaha
Modified: 2006-03-24 09:50 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 Petr Blaha 2004-08-11 10:47:57 UTC
Tomcat's action View ... Log should read full
daily server log into output window and scroll
down to end of the log.
Comment 1 Sherold Dev 2004-08-11 14:00:26 UTC
Removed skipping of old log messages

Commit log:

Checking in LogViewer.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/util/LogViewer.java,v
 <--  LogViewer.java
new revision: 1.3; previous revision: 1.2
done
Comment 2 Sherold Dev 2004-08-11 14:32:05 UTC
Scrolling problem is in output component (setting dependency on
related issue).
Comment 3 Sherold Dev 2004-09-07 12:59:53 UTC
Fixed.
Comment 4 Jiri Skrivanek 2004-09-10 09:49:31 UTC
It doesn't scroll to the end.
Tested in builds 200409071800, 20040909-1222.
Comment 5 zikmund 2004-09-21 11:06:41 UTC
Main problem was solved, rest is tracked in separate issue 49334.
Marking as fixed.
Comment 6 Jiri Skrivanek 2004-09-21 11:19:32 UTC
Verified.