IDEA can't save files while I use jetty6:run. I've tried with and without scanIntervalSeconds set. When scanIntervalSeconds is set. I can save files a little while (less than a minute) before I have trouble. But eventually IDEA says it can't save a file. It seems like it works until I view one of my JSPs, then the error message.
Any Ideas? Here's my jetty6 plugin settings... <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty-plugin</artifactId> <configuration> <scanIntervalSeconds>5</scanIntervalSeconds> </configuration> </plugin> Thanks! ,chris