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 59187 - Several instances with the same host and port can't be added
Summary: Several instances with the same host and port can't be added
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
: 64047 (view as bug list)
Depends on:
Blocks: 55325
  Show dependency tree
 
Reported: 2005-05-23 17:26 UTC by Alexander Kouznetsov
Modified: 2006-03-24 12: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 Alexander Kouznetsov 2005-05-23 17:26:22 UTC
By default, all WebLogic instances have same host and port - localhost:7001. However, plugin doesn't allow user to add second instance with the same host and port. This is usability issue.
Comment 1 Pavel Buzek 2005-08-02 02:34:34 UTC
JSR88 uses an "url" for identification of servers. This identifier is _called_
URL but it does not really need to match the real URL of the server. Other
plugins use installation path instead of URL (tomcat), append other information
(jboss appends name of server config), etc. The solution to this problem is to
append or prefix some identifier to the URL.

BTW: I am not sure this is a P2 bug. IMO this is likely to happen in a QA lab
situation but not so much in a real user scenarion. IMO P3 would be right.
Comment 2 Alexander Kouznetsov 2005-08-10 18:35:39 UTC
It is P3 already. ;-)
Comment 3 Libor Kotouc 2005-11-04 15:32:32 UTC
Fixed for WL and JB; installation directory appended to the current URL.

Checking in
weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/WLInstantiatingIterator.java;
/cvs/serverplugins/weblogic9/src/org/netbeans/modules/j2ee/weblogic9/ui/wizard/WLInstantiatingIterator.java,v
 <--  WLInstantiatingIterator.java
new revision: 1.5; previous revision: 1.4
done


Checking in
jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/JBInstantiatingIterator.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/ui/JBInstantiatingIterator.java,v
 <--  JBInstantiatingIterator.java
new revision: 1.4; previous revision: 1.3
done
Checking in jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentManager.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentManager.java,v
 <--  JBDeploymentManager.java
new revision: 1.10; previous revision: 1.9
done
Checking in jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentFactory.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentFactory.java,v
 <--  JBDeploymentFactory.java
new revision: 1.7; previous revision: 1.6
done
Comment 4 Libor Kotouc 2005-11-10 09:50:29 UTC
*** Issue 64047 has been marked as a duplicate of this issue. ***
Comment 5 Michal Mocnak 2005-12-12 11:31:44 UTC
Verified