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 40353 - Need some Tomcat Help IDs
Summary: Need some Tomcat Help IDs
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-22 20:24 UTC by Chris Kutler
Modified: 2005-12-09 10:12 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 Chris Kutler 2004-02-22 20:24:26 UTC
(I made this a P2 but if there is no time because
I am submitting this late, you can lower the priority)

I need node help ids for the following nodes in
the Runtime window.

o Tomcat 5 Servers
  o Tomcat Server Instances
    o http://.....
      o Web Modules

I also need a property sheet id for the http://...
nodes. Note that the property sheet has two help
widgets. One is a circle with a question mark in
it and the other is the Help button. I would like
them both wired to the same help ID.

Thanks
Comment 1 Pavel Buzek 2004-02-24 05:45:42 UTC
o Tomcat 5 Servers
org.netbeans.modules.tomcat5.nodes.TomcatFactoryNode

  o Tomcat Server Instances
    - this node does not show up for tomcat (check the registry)

    o http://.....
org.netbeans.modules.tomcat5.nodes.TomcatInstanceNode

properties (for both the Properties and Debugger sheet):
org.netbeans.modules.tomcat5.nodes.TomcatInstanceNode.PropertySheet


      o Web Modules
org.netbeans.modules.tomcat5.nodes.TomcatTargetNode.WebModules
Comment 2 Jaroslav Pospisil 2005-12-09 10:12:07 UTC
VERIFIED