Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Slow startup via jetty-maven-plugin since 8.x

Hi,

i just created a new project via maven and would like to use a newer jetty version.
After upgrading to 9.0.M5, the startup is very slow.

~40 seconds from
"No Transaction manager found - if your webapp requires one, please configure one."
till the first ServletContextListener (in this case OpenWebBeans) will be called.

Jetty6 and Jetty7 are lightning fast and this does NOT occur.

i already metadata-complete="true" but this does not help.
I also tried it with tomcat7 maven plugin and it's also much faster.

Anyone know what has been changed between 7 and 8?
Any idea?

Regards,
Thomas

Back to the top