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 25952 - External installation runs even then you've removed it
Summary: External installation runs even then you've removed it
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-24 09:44 UTC by Sergey Soldatov
Modified: 2006-06-05 00:39 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 Sergey Soldatov 2002-07-24 09:44:56 UTC
Build 200207170340, Win2Ksp2, JDK 1.4.0_01
1) Add an external installation of tomcat server and set it as default server
2) Now remove this installation 
3) try to execute any JSP file. Removed installation will be runned instead of local installation.
If you restart IDE everything will work as expected.
Comment 1 Milan Kuchtiak 2002-09-02 08:51:24 UTC
If user removes the external installation(which has been 
set up as the default server before) - the default server 
should be changed. The removed server cannot be the default 
server any more.
Comment 2 Damian Frach 2002-09-06 19:05:32 UTC
maybe problem in the server registry
Comment 3 _ rkubacki 2003-02-05 13:02:09 UTC
Server registry doesn't change default web server and still shows
removed instalation. Reassigning.
Comment 4 Nam Nguyen 2004-02-02 16:24:41 UTC
This has been addressed in 3.6 code.  Removed instance if is default
will be reverted to the first registered instances; if none available
there will be no default.