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 <http://us.rd.yahoo.com/evt=47094/*http://farechase.yahoo.com/;_ylc=X3oDMTFicDJoNDllBF9TAzk3NDA3NTg5BHBvcwMxMwRzZWMDZ3JvdXBzBHNsawNlbWFpbC1uY20-> with Yahoo! FareChase.

Reply via email to