Discussion:
[jetty-users] Issues Embedding Jetty
armins stipanjans
2018-08-26 11:54:10 UTC
Permalink
_______________________________________________
jetty-users mailing list
jetty-***@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
Jesse McConnell
2018-08-26 21:55:38 UTC
Permalink
start() is a method on the LifeCycle interface

Typically folks either start() or join() depending on if they need to
manage the thread themselves or not.

cheers,
Jesse

--
jesse mcconnell
Hello everyone,
In the documentation for using embedded Jetty (
https://www.eclipse.org/jetty/documentation/current/maven-and-jetty.html
and
https://www.eclipse.org/jetty/documentation/current/embedding-jetty.html)
instances of server.Server are started by calling start() on them, however
this method is not within the automatically generated documentation (
https://www.eclipse.org/jetty/javadoc/9.4.11.v20180605/org/eclipse/jetty/server/Server.html)
and other similar methods in this class are protected.
What is the proper way to start an instance of server.Server?
_______________________________________________
jetty-users mailing list
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
Continue reading on narkive:
Loading...