My REST service application is very slow the first time it is solicited. Apparently the problem is linked with the loading of the java classes and the initialization.
Is there a way to force the application to initialize itself without waiting to the first call ?
Thank you for your time. Julien.