Thanks for the info - I've added this to the FAQ: http://appfuse.org/display/APF/FAQ#FAQ-jettyrunlocked
Matt On 8/20/07, Julien C. <[EMAIL PROTECTED]> wrote: > > Thanks Dinu for the rapidity. > > In addition of your link, the way to define webdefault.xml with maven : > > ... > <plugin> > <groupId>org.mortbay.jetty</groupId> > <artifactId>maven-jetty-plugin</artifactId> > <version>6.0.0</version> > <configuration> > <contextPath>/</contextPath> > <scanIntervalSeconds>3</scanIntervalSeconds> > <scanTargets> > > <scanTarget>src/main/webapp/WEB-INF/applicationContext.xml</scanTarget> > > <scanTarget>src/main/webapp/WEB-INF/dispatcher-servlet.xml</scanTarget> > > <scanTarget>src/main/webapp/WEB-INF/menu-config.xml</scanTarget> > > <scanTarget>src/main/webapp/WEB-INF/urlrewrite.xml</scanTarget> > > <scanTarget>src/main/webapp/WEB-INF/validation.xml</scanTarget> > > <scanTarget>src/main/webapp/WEB-INF/web.xml</scanTarget> > </scanTargets> > > <webDefaultXml>src/main/resources/webdefault.xml</webDefaultXml> > </configuration> > </plugin> > ... > > > Dinu Alecsandru a écrit : > > > check this out > http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows > > > ----- Original Message ---- > From: Julien C. <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, August 20, 2007 3:18:23 PM > Subject: [appfuse-user] jetty lock css and js files > > Hi, > > When jetty ( :run ) is runnng , I can't modify css, js files anymore. The > files are locked. Is there a way to disabled the lock. I'm using SpringMVC, > win XP Pro and netbeans 6M10. but I'm running jetty in a command window (not > in netbeans) > > Thanks, Julien chanséaume. > > > > ________________________________ > Looking for a deal? Find great prices on flights and hotels with Yahoo! > FareChase. > -- http://raibledesigns.com
