Re: Release 6.0.0beta17
"Valerio Schiavoni" <[email protected]> Tue, 6 Jun 2006 11:34:19 +0200
| Newsgroups | gmane.comp.java.jetty.support,gmane.comp.java.jetty.general,gmane.comp.java.jetty.announce |
|---|---|
| Message-ID | <[email protected]> |
Hello Jan, On 6/2/06, Jan Bartel <[email protected]> wrote: > > jetty-6.0.0beta17 - 1/6/2006 > + Added option to disable memory mapped file buffers for windows is this option also compatible when using maven2 jetty6 plugin ? it doesn't seem to be working. In fact, this is how I modified my pom.xml (the relevant parts only): <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>maven-jetty6-plugin</artifactId> <version>6.0-SNAPSHOT</version> <configuration> <scanIntervalSeconds>10</scanIntervalSeconds> <webDefaultXml>${jetty.webdefaultxml}</webDefaultXml> </configuration> </plugin> .... <profile> <id>jetty-win</id> <activation> <property> <name>env</name> <value>win</value> </property> </activation> <properties> <jetty.webdefaultxml >src/main/resources/webdefault.xml</jetty.webdefaultxml> </properties> </profile> I extracted from the beta17 archive the original webdefault.xml file, and properly modified according to http://docs.codehaus.org/display/JETTY/Files+locked+on+Windows Then I launch jetty with: mvn -Devn=win jetty6:run scanning the log, i can see something like: 1. [INFO] Web defaults = c:\Documents and Settings\valerio\workspace\commercialisti\src\main\resources\webdefault.xml the above log should confirm that the webDefaultXml properties is being used. Unfortunatly, i'm still facing the infamous lock problem. What is the best thing I can do to help you better understand the problem ? thanks, Valerio -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni _______________________________________________ Jetty-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jetty-support