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 38623 - Request Logs action is always disabled
Summary: Request Logs action is always disabled
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Chris Kutler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-12 12:12 UTC by Marek Fukala
Modified: 2006-06-05 00:51 UTC (History)
1 user (show)

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 Marek Fukala 2004-01-12 12:12:58 UTC
[20040110]
The 'View Request Log' action on a server instance
node is always disabled even if you execute
something and access it (so there should be some
entries in the log). Note that the access log is
missing in the $CATALINA_BASE/logs.
Comment 1 Milan Kuchtiak 2004-01-22 09:07:59 UTC
The View Request Log action is enabled when 

<Valve className="org.apache.catalina.valves.AccessLogValve" ... />

element is uncommented in server.xml file.

The Valve element is commented by default in
catalina_base/conf/server.xml.
I suggest to mention this in documentation.
Comment 2 Chris Kutler 2004-01-22 16:46:05 UTC
At what point in the development process would a user want to turn
this on. For example, during debugging? during testing? 
Comment 3 Milan Kuchtiak 2004-01-23 08:55:36 UTC
The action was removed from Tomcat Instance Node.
Comment 4 Marek Fukala 2004-03-15 14:38:55 UTC
verified