Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9 - Windows - File locking issue

Thanks for the quick answer.  Returned to Jetty 8 until this is fixed.


On Fri, Jun 14, 2013 at 9:18 PM, Craig Ching <craigching@xxxxxxxxx> wrote:
It's a bug, should be fixed in 9.0.4.  I am going to test this and another next week:



On Fri, Jun 14, 2013 at 6:30 PM, Andrew Penhorwood <penhorwood@xxxxxxxxx> wrote:
I am running Jetty 9.0.3.v20130506 and have configured my webdefault.xml like this:

<init-param>
     <param-name>useFileMappedBuffer</param-name>
      <param-value>false</param-value>
</init-param>

I read the following information links.
But I am still experiencing file locking issue on my xxx.html files.  I reviewed this bug
https://bugs.eclipse.org/bugs/show_bug.cgi?id=395885.  But that should be fixed.

Is anyone else experiencing file locking issues with Jetty 9 on Windows 7 x64.

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users




--
Andrew Penhorwood
andrew@xxxxxxxxxxxx
www.coldbits.com

Back to the top