Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate away from jetty-runner #426

Closed
earldouglas opened this issue Dec 26, 2020 · 4 comments
Closed

Migrate away from jetty-runner #426

earldouglas opened this issue Dec 26, 2020 · 4 comments
Assignees

Comments

@earldouglas
Copy link
Owner

It looks like jetty-runner has been deprecated for a while:

[info] [info] starting server ...
Error:  2020-12-26 16:04:03.575:INFO::main: Logging initialized @174ms to org.eclipse.jetty.util.log.StdErrLog
Error:  WARNING: jetty-runner is deprecated.
Error:           See Jetty Documentation for startup options
Error:           https://www.eclipse.org/jetty/documentation/
Error:  2020-12-26 16:04:03.582:INFO:oejr.Runner:main: Runner
Error:  2020-12-26 16:04:03.687:INFO:oejs.Server:main: jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_275-b01
Error:  2020-12-26 16:04:03.983:INFO:oejs.session:main: DefaultSessionIdManager workerName=node0
Error:  2020-12-26 16:04:03.984:INFO:oejs.session:main: No SessionScavenger set, using defaults
Error:  2020-12-26 16:04:03.997:INFO:oejs.session:main: node0 Scavenging every 600000ms
Error:  2020-12-26 16:04:04.027:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@29444d75{/,file:///tmp/sbt_b34c3d6f/scala-js/target/webapp/,AVAILABLE}{file:///tmp/sbt_b34c3d6f/scala-js/target/webapp/}
Error:  2020-12-26 16:04:04.044:INFO:oejs.AbstractConnector:main: Started ServerConnector@7c53a9eb{HTTP/1.1, (http/1.1)}{0.0.0.0:8080}
Error:  2020-12-26 16:04:04.044:INFO:oejs.Server:main: Started @653ms
@earldouglas earldouglas self-assigned this Dec 26, 2020
@magnolia-k
Copy link
Contributor

The documentation says to "use jetty_home".

@earldouglas
Copy link
Owner Author

The documentation says to "use jetty_home".

@magnolia-k Are you referring to using a locally-installed instance of Jetty? Would that be covered by #407?

@magnolia-k
Copy link
Contributor

@earldouglas

Yes, the jetty-home-xx.xx.x.tar.gz distributed in the maven repository is the file for local installation. The documentation also describes how to use the installation directory, so the procedure should be to use jetty-home and start it using start.jar in the future.

https://www.eclipse.org/jetty/documentation/jetty-10/operations_guide.php

@earldouglas earldouglas removed their assignment Jul 11, 2021
@earldouglas earldouglas self-assigned this May 22, 2022
@earldouglas
Copy link
Owner Author

Since jetty-runner is no longer deprecated, this issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants