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

Make tracing-web jetty server start faster #9

Open
joshelser opened this issue Oct 13, 2013 · 0 comments
Open

Make tracing-web jetty server start faster #9

joshelser opened this issue Oct 13, 2013 · 0 comments

Comments

@joshelser
Copy link
Owner

When starting Jetty to run the tracing-web war, it typically takes about 40seconds to actually start. Jstack'ing the process, it spends a bit of time scanning the classpath looking for certain annotations.

Poking around, I think this is actually jersey-moxy (not jersey's jax-rs impl itself) looking for providers. Hopefully there would be a way to turn this off, but I haven't found it yet.

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

No branches or pull requests

1 participant