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 38607 - Changing http port doesn't change the URL property in TomcatManager
Summary: Changing http port doesn't change the URL property in TomcatManager
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-12 08:42 UTC by Milan Kuchtiak
Modified: 2004-08-04 15:56 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 Milan Kuchtiak 2004-01-12 08:42:31 UTC
There is a url property in TomcatManager class
that isn't changed when HTTP port is changed on
Tomcat Instance node. It seems that url property
is defaultly set to "http://host:8080/manager" and
is never changed (even when HTTP Connector port in
server.xml is changed manually).
 
The effect is that Progress dialog never stops
because there is a URLWait:waitForStartup() method
that relies on the TomcatManager url property.
Comment 1 Martin Grebac 2004-02-03 12:32:36 UTC
Will try to fix for 3.6.
Comment 2 Martin Grebac 2004-02-19 13:33:43 UTC
Fixed in trunk - the port number is not part of the URL property (same
as for default instance).
Comment 3 Petr Blaha 2004-08-04 15:56:48 UTC
Build 20040407