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 47159 - Replace old httpmonitor.jar in extrenal Tomcat server
Summary: Replace old httpmonitor.jar in extrenal Tomcat server
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:
Blocks:
 
Reported: 2004-08-12 16:02 UTC by Petr Blaha
Modified: 2006-03-24 09:57 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-12 16:02:21 UTC
The HTTP Monitor Filter *jar is copied to
$TOMCAT/common/lib directory for external Tomcat
server only when this file is there missing. This
is processed during starting external server from
NetBeans.
If the user used this external server in older
NetBeans version before, there will arise issue
with logging request in HTTP monitor.
The httpmonitor.jar could be replaced with new one
every time when you add new server.
Comment 1 Sherold Dev 2004-10-01 09:02:20 UTC
Both httpmonitor.jar and schema2beans.jar are now being replaced, if
needed.

Commit log:

Checking in src/org/netbeans/modules/tomcat5/ide/Bundle.properties;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/ide/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.25; previous revision: 1.24
done
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.10; previous revision: 1.9
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.65; previous revision: 1.64
done
Comment 2 Petr Blaha 2005-09-08 11:53:41 UTC
[build 20050907]