I'm using Embedded jetty server. I have few web apps and I'm starting it. But all my web apps having same set of 10 jar files in WEB-INF/lib.

Is there any way that I can configure my embedded jetty server to load the classes into mem at one time and use it when required.

Please correct me, if my understanding is wrong.

有帮助吗?

解决方案

Found the solution. I need to set classpath of all the common jars in the Application which is starting the Web Apps, and I can remove the lib folder from war file.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top