users@jersey.java.net

Initialization at startup, as opposed to first request?

From: Jeff Crump <jeffrey.crump_at_gmail.com>
Date: Thu, 10 Jun 2010 13:44:58 -0400

I've noticed that the first request I send to my Jersey application takes a
bit longer than subsequent ones -- I presume this is Jersey looking at my
classes and assembling the infrastructure.

Is there a way to force this initialization, say, when my servlet starts up
- as opposed to on the first request?

Thanks,

Jeff