Closed cammoore closed 11 years ago
Latest version of WattDepot Server uses the Jetty connectors and runs from the full jar file. It looks like using the Jetty connectors are much more stable and solve many of the other issues (CPU 100%, too many files in sensors.)
Reported by rbrewer, Jul 31, 2012
Based on posts from the restlet mailing list, production Restlet servers are encouraged to use either the Jetty or Simple server connectors rather than relying on the built-in server connector. Initial attempts to get Jetty working led to random timeouts in unit tests, but this is presumably fixable.