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 169489 - Update the GlassFish deployment plugin so that I can configure which virtual server to target
Summary: Update the GlassFish deployment plugin so that I can configure which virtual ...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker with 1 vote (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-29 16:48 UTC by rdelaplante
Modified: 2009-07-29 17:03 UTC (History)
1 user (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 rdelaplante 2009-07-29 16:48:08 UTC
I added a virtual server to GlassFish so that some web services could be hosted on a separate port from the web
application so that the web services would not be accessible from the Internet.

I replicated this setup in my development environment.  Every time I deploy my Maven2 .war file to GlassFish from
NetBeans I have to log into the admin console and tell it which virtual server to use, then restart GlassFish before my
application will run.  If I don't do that then Spring/JPA has a problem and my app won't start properly.

I want to be able to configure per project which virtual server to deploy to in GlassFish. If that's not possible, then
I want to be able to configure it in the servers editor where I added GlassFish.