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 47417 - Run project settings should offer list of Targets not server instances
Summary: Run project settings should offer list of Targets not server instances
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks: 47418
  Show dependency tree
 
Reported: 2004-08-18 21:03 UTC by Pavel Buzek
Modified: 2015-09-30 12:49 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2004-08-18 21:03:33 UTC
For servers that have >1 target per instance it is
not enough to identify the server instance (note
the call in DeploymentManager takes a list of
targets as a parameter). Not a problem for tomcat
or PE but potential problem for app server.

This will also require change in j2eeserver
(Deployment.java).
Comment 1 Pavel Buzek 2004-08-18 21:08:28 UTC
Actually maybe it makes sense even for tomcat to represent multiple
hosts. Supporting this for tomcat can be done separately but it would
take advantage of this being solved.
Comment 2 Pavel Buzek 2004-09-28 17:51:05 UTC
Too big change for 4.0 (requires API change).