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

Summary: Run project settings should offer list of Targets not server instances
Product: javaee Reporter: Pavel Buzek <pbuzek>
Component: Web ProjectAssignee: Petr Hejl <phejl>
Status: RESOLVED WONTFIX    
Severity: blocker CC: dkonecny, ludo, sherold
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 47418    

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).