On Thu, Sep 4, 2008 at 3:17 PM, Sebastian Johnck <[EMAIL PROTECTED]> wrote:
> Our continuum startup is taking 20-30 minutes to load the first request.
> Jstack dumps (see below) reveal that continuum is trying to read some file
> list which I assume is our huge working directory. Is this correct?
Hi,
It looks jetty is building classpath but I'm not a jetty specialist.
IMHO it's look normal when a servlet container.
Do you have something similar when running the war with an other
servlet container (tomcat .. ) ?
In the next version 1.2, the bundle will use jetty 6.1.11 maybe it's faster.
--
Hello,
Our continuum startup is taking 20-30 minutes to load the first request.
Jstack dumps (see below) reveal that continuum is trying to read some file
list which I assume is our huge working directory. Is this correct? Or is
it just trying to build a classpath from our repository? Anyone hav