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 91377 - Fail to list registed 8.2 EE and 8.1 EE servers, so can't deploy app to them
Summary: Fail to list registed 8.2 EE and 8.1 EE servers, so can't deploy app to them
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 23:49 UTC by judytang
Modified: 2006-12-21 00:22 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 judytang 2006-12-20 23:49:35 UTC
Testing environment:
IDE 5.5.1 build on 12/20
AS 9.1 build 29
JDK 1.5
Window XP

Steps to recreate:

I used the latest NB 5.5.1, and I was able to register and start the domain ok
for 9.1 EE build 29, 8.2 EE, 8.1 EE.

One issue I am seeing now is after I registered the above three servers, when I
click on one project node -> click
properties -> click Run -> under Server field, I only see 9.1 EE server got
listed, I don't see 8.2 EE and 8.1 EE server got listed.
Comment 1 Vince Kraemer 2006-12-21 00:03:59 UTC
regstered v2 b29 and 8.2 pe

create java ee 5 web app... can only deploy to v2 b29 -- expected behavior

create j2ee 1.4 web app... can deploy to v2, 8.2 and bundled tomcat -- expected
behavior

reopen with more details if this isn't the type of behavior you saw...
Comment 2 judytang 2006-12-21 00:22:40 UTC
I understand now this is not a bug, IDE knows what project
it is and list only the servers which this app can deploy to.

In this case I am using the Java EE 5 project, so only AS 9.1 server
is listed.