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 91886 - implement the redeploy feature of j2ee 5
Summary: implement the redeploy feature of j2ee 5
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-05 12:37 UTC by strzinek
Modified: 2008-06-19 22:29 UTC (History)
1 user (show)

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 strzinek 2007-01-05 12:37:19 UTC
When the war module is registered as a default in at least one virtual server on
sunappserver the deployment fails (it's not a bug in Netbeans but a feature of
sunappserver). But the sunappserver (and I think it's in j2ee 1.5 specs)
provides a redeploy function which would be good to utilize in Netbeans for such
cases, ie as an option to use redeploy instead of deploy in server properties.
Comment 1 Sherold Dev 2007-01-05 13:08:19 UTC
Reassigning to the sunappserv module for evaluation.
Comment 2 Vince Kraemer 2008-06-19 22:29:21 UTC
I cannot reproduce this with v2ur2 as the deployment target.

here is what I did..

register a v2ur2 domain in a recently pulled trunk build (6.5)...
created a web app that is targeted to deploy on the v2ur2 domain.
  set the context-root to be "/"
deploy the app.
open the browser on http://localhost:8080/
  the content of the apps index.jsp page appears.
create a servlet in the web app.
redeploy the app.
open the browser on http://localhost:8080/NewServlet
  the page generated by the servlet appears.

Reopen this with more detailed steps on how to reproduce the problem that you are seeing...