ptahchiev / jetty-slow-startup

This repository demonstrates java8 + jetty 9.2.10.v20150310 slow startup (takes more than 15 minutes)
0 stars 0 forks source link

Slow startup with ExtJS webjar #1

Open choweiyuan opened 9 years ago

choweiyuan commented 9 years ago

Hi there,

Found your repo by googling ExtJS webjar with Jetty 9.2 slow start up.

Would like to know if you have found a fix for this? If so can you point out how did you fix it?

Thanks

tholu commented 7 years ago

@ptahchiev Running into the same problem with Jetty 9.3. Have you found a fix? @choweiyuan Have you found a fix?

ptahchiev commented 7 years ago

Guys I think the webjar is too big (50~60MB) and jetty is taking too long to scan it for some reason. What I ended up was creating my own webjar and excluding the parts of the original webjar that I don't need.

choweiyuan commented 7 years ago

I did something similar, by extracting only what I needed from the webjar