[jboss-dev-forums] [JBoss Microcontainer Development POJO Server] - Re: .xhtml hot deploy not working (Eclipse + Seam + Jboss 5.1)
Ales Justin
do-not-reply at jboss.com
Fri Aug 23 04:40:46 EDT 2013
Ales Justin [https://community.jboss.org/people/alesj] created the discussion
"Re: .xhtml hot deploy not working (Eclipse + Seam + Jboss 5.1)"
To view the discussion, visit: https://community.jboss.org/message/833651#833651
--------------------------------------------------------------
See profile.xml for:
---
|
| <!-- A filter which controls the files that will be watched for changes for hot deployment |
|
|
| By default a org.jboss.system.server.profile.basic.PatternIncludeVirtualFileFilter is |
|
|
| configured to allow flexible control over the files that can be watched for hot deployments. |
|
|
| This PatternIncludeVirtualFileFilter accepts a regular expression and matches it against |
|
|
| the file name(s) in the metadata locations (WEB-INF or META-INF) to decide whether the |
|
|
| change to such file(s) should trigger a redeployment of the application |
|
| --> |
|
| <bean name="ModificationCheckerFilter" class="org.jboss.system.server.profile.basic.PatternIncludeVirtualFileFilter"> |
| |
| <constructor> |
| |
|
| <!-- Remember, the parameter is a regex so use the correct syntax |
|
|
|
|
| as below. Here we specify that we are interested in watching changes to |
|
|
|
|
| either application.xml, web.xml, ejb-jar.xml, any -service.xml, jboss-beans.xml |
|
|
|
|
| (which are all considered top level deployment descriptors) --> |
| |
|
| <parameter class="java.lang.String">.*/(application|web|ejb-jar|(.)+-service|.*jboss-beans)\.xml$</parameter> |
| |
| </constructor> |
|
| </bean> |
---
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/833651#833651]
Start a new discussion in JBoss Microcontainer Development POJO Server at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2116]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130823/58849d47/attachment.html
More information about the jboss-dev-forums
mailing list