RE: tomcat doesn't deliver page on first call

2006-05-18 Thread Dirk Moolman
This isn't perhaps a network issue ? I had some issues just this morning where we made a DNS change on the network, which caused my app to be unstable. > > Abid Hussain wrote: >> Hi everybody, >> >> After restarting Tomcat (5.0.28), it doesn't deliver the requested >> jsp-page on the first cal

Re: tomcat doesn't deliver page on first call

2006-05-18 Thread Parsons Technical Services
, 2006 6:59 AM Subject: Re: tomcat doesn't deliver page on first call Newbie answer: Are you sure you are waiting long enough? The fisrt timre a page is requested tomcat does the compilation, and so it can take quite a while (a few seconds). After this the page is servered much quicker. HTH,

Re: tomcat doesn't deliver page on first call

2006-05-18 Thread Hugh Morgan
Newbie answer: Are you sure you are waiting long enough? The fisrt timre a page is requested tomcat does the compilation, and so it can take quite a while (a few seconds). After this the page is servered much quicker. HTH, Hugh Abid Hussain wrote: Hi everybody, After restarting Tomcat (5

tomcat doesn't deliver page on first call

2006-05-18 Thread Abid Hussain
Hi everybody, After restarting Tomcat (5.0.28), it doesn't deliver the requested jsp-page on the first calls. I have to hit about 5-8 times the reload-button until tomcat delivers the requested page (e.g. index.jsp). Also this problem sometimes turns up when calling servlets for the first ti