Maybe I hurrayed to soon. I am getting strage behaviour with jetty:run. 1) Reloading stylesheet in web.xml is picked up, but sometimes it goes okay (when going to webapp root) but sometimes the whole site gives error 404 page not found. 2) Changing properties file doesnt seem to have any effect. Is it because it is in src/main/resources and this dir is not scanned by jetty?
I see the following pattern in POM file: <scanTargetPattern> <directory>src/main/webapp/WEB-INF</directory> <excludes> <exclude>**/*.jsp</exclude> </excludes> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includes> </scanTargetPattern> Why is jsp excluded? What do ** mean in the path? -- View this message in context: http://www.nabble.com/speeding-up-development-cycle-tp25365737s2369p25374955.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net