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 51462

Summary: Solve port conflict for bundled tomcat
Product: serverplugins Reporter: L Martinek <lmartinek>
Component: TomcatAssignee: Petr Hejl <phejl>
Status: RESOLVED FIXED    
Severity: blocker CC: ttran
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description L Martinek 2004-11-12 15:41:11 UTC
If you start two instances of NetBeans on one
computer, both uses same port number. When bundled
tomcat is started it should checked whether
desired port is free and in case it isn't user
should be informed or another free port should be
used.
Comment 1 zikmund 2005-05-11 17:55:57 UTC
It could be solved in similar way as in AppServer plugin.
Comment 2 Petr Hejl 2007-09-18 14:03:25 UTC
Seems to be fixed.

1) There is no no bundled tomcat anymore.
2) Message appears when port is already used.

Closing as fixed.