If I remove this from the jetty plugin in the pom file it picks up the
changes without server restart - what would the side effects be of removing
this for other parts of the app

<scanIntervalSeconds>3</scanIntervalSeconds>
                    <scanTargetPatterns>
                        <scanTargetPattern>
                            <directory>src/main/webapp/WEB-INF</directory>
                            <excludes>
                                <exclude>**/*.jsp</exclude>
                                <exclude>**/*.html</exclude>
                            </excludes>
                            <includes>
                                <include>**/*.page</include>
                                <include>**/*.properties</include>
                                <include>**/*.xml</include>
                            </includes>
                        </scanTargetPattern>
                    </scanTargetPatterns>

Regards, 

..kace
-- 
View this message in context: 
http://www.nabble.com/T5-and-appfuse-tp18834064s2369p18834210.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to