tags:

views:

5

answers:

0

I have multiple websites running on Tomcat:

<Context path="/foo"......</Context>
<Context path="/bar"......</Context>

When I surf to one of the applications, it takes approx. 3 minutes to load. However, if I hit the refresh button midway through the 3 minute wait/load time, the site comes up right away. In general, is there an explanation for this behavior (having the site come up faster after the refresh button is hit)?