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 208568 - Tomcat server invokes StartupExtenders even when shutting down.
Summary: Tomcat server invokes StartupExtenders even when shutting down.
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 14:02 UTC by J Bachorik
Modified: 2012-02-18 09:28 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 J Bachorik 2012-02-17 14:02:39 UTC
Tomcat server plugin calls StartupExtender implementations even when it is being shut down. The correct behaviour would be to ask for startup arguments only when the instance is starting up.
Comment 1 Petr Hejl 2012-02-17 15:36:49 UTC
Fixed in web-main 105945539846.
Comment 2 Quality Engineering 2012-02-18 09:28:28 UTC
Integrated into 'main-golden', will be available in build *201202180400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/105945539846
User: Petr Hejl <phejl@netbeans.org>
Log: #208568 Tomcat server invokes StartupExtenders even when shutting down.