On Tue, Aug 5, 2008 at 9:59 AM, kace <[EMAIL PROTECTED]> wrote:
>
> 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

These settings are there to allow saving and reloading functionality
where Jetty reloads the webapp context when files change. If you
remove these settings, your webapp won't restart when files change.
Might be an issue, might not be - you tell us. ;-)

Matt

>
> <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]
>
>

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

Reply via email to