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 102127 - Tomcat autoregistration does not install HTTP monitor
Summary: Tomcat autoregistration does not install HTTP monitor
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 12:03 UTC by Martin Schovanek
Modified: 2007-05-03 09:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ClassNotFoundException: org.netbeans.modules.web.monitor.server.MonitorFilter (2.56 KB, text/plain)
2007-04-23 12:05 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2007-04-23 12:03:53 UTC
[#070420, jdk1.5.0]

to reproduce:
-------------
1) install a fresh Tomcat 5
2) start Nb with org.netbeans.modules.tomcat.autoregister.catalinaHome/token
properties pointing on it
3) start the Tomcat
ERROR: Tomcat doesn't start correctly and throws:
Comment 1 Martin Schovanek 2007-04-23 12:05:32 UTC
Created attachment 41438 [details]
ClassNotFoundException: org.netbeans.modules.web.monitor.server.MonitorFilter
Comment 2 Sherold Dev 2007-05-03 09:38:42 UTC
Just for the record, the auto-registered Tomcat was supposed to already contain
the HTTP Monitor jars to avoid write access permission problems. 

Anyway, deployment of HTTP Monitor jars should work from now on also for the
auto-registered Tomcat, provided that it does not already contain them.

Checking in src/org/netbeans/modules/tomcat5/ide/MonitorSupport.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/MonitorSupport.java,v
 <--  MonitorSupport.java
new revision: 1.18; previous revision: 1.17
done
Checking in src/org/netbeans/modules/tomcat5/ide/StartTomcat.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/StartTomcat.java,v 
<--  StartTomcat.java
new revision: 1.89; previous revision: 1.88
done