Skip to main content

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

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.

http://www.eclipse.org/jetty/documentation/current/troubleshooting-locked-files-on-windows.html

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.


Back to the top