- Troubleshooting Locked Files on Windows
- File locking in Windows with Jetty 9 and Maven plugin - Stack Overflow
- java - How to make Jetty dynamically load "static" pages - Stack Overflow
- Jetty/Feature/Jetty Maven Plugin - Eclipsepedia
<plugin> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> <configuration> <scanIntervalSeconds>10</scanIntervalSeconds> <webApp> <contextPath>/test</contextPath> </webApp> <connectors> <connector implementation="org.eclipse.jetty.server.nio.SelectChannelConnector"> <port>9090</port> <maxIdleTime>60000</maxIdleTime> </connector> </connectors> </configuration> </plugin>
No comments:
Post a Comment