Re: <strong>Servlet Page not load!</strong>
Posted By:
gayathri_meenakshi
Posted On:
Wednesday, May 15, 2002 09:58 PM
Hi,
I think that you have issued the System.out.printlns..
in the init method of the servlet.
Try putting them in the service , dopost()or doget() methods and it would work.
The init() method gets invoked only when the servlet gets invoked for the first time.
On subsequent invocations the init method dosent get invoked.
Hope this helps,
Cheers,
Gaya.