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 43394 - Auto-redeploy constraints
Summary: Auto-redeploy constraints
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-17 19:01 UTC by zikmund
Modified: 2006-03-24 10:08 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 zikmund 2004-05-17 19:01:22 UTC
There are files which changing should cause WebApp
redeploy on the next Run/Run in Debugger action:

1) WEB-INF/web.xml
2) localization - anywhere
     bundle.properties
     bundle_*.properties
3) Struts - in WEB-INF
     struts-config.xml
     tiles-defs.xml
     validation.xml
     validator-rules.xml
4) Faces
     WEB-INF/faces-config.xml
Comment 1 Pavel Buzek 2004-06-24 13:25:20 UTC
Any problem with WEB-INF/*.xml? I will do that unless anybody objects.
Comment 2 Pavel Buzek 2004-06-29 16:04:16 UTC
I found that WEB-INF/**.xml already triggers reload.
.properties triggers "classesChanged" if it is in WEB-INF/classes. Is
it really needed to detect it outside of classpath? If yes then reopen.
Comment 3 zikmund 2004-08-19 17:26:21 UTC
Verified.