Hi.
my tomcat version is 3.2.3.
I have defined list of servlets in web.xml, loaded by specific order.
All servlets are loaded sucessfully and their init method is called.
But- init method of one of the servlets is failed over and over again.
the following message is printed to console:
"cannot load servlet name: <myServlet>: null"
in tomcat.log, I'm getting this error message:
"<myServlet> unavailable time expired, try again"
is it a problem of the OS, or somthing is wrong with my servlet?(It was working OK before, I encountered the problem only in the last few days).
Please advise
Thanks
Keren.
my tomcat version is 3.2.3.
I have defined list of servlets in web.xml, loaded by specific order.
All servlets are loaded sucessfully and their init method is called.
But- init method of one of the servlets is failed over and over again.
the following message is printed to console:
"cannot load servlet name: <myServlet>: null"
in tomcat.log, I'm getting this error message:
"<myServlet> unavailable time expired, try again"
is it a problem of the OS, or somthing is wrong with my servlet?(It was working OK before, I encountered the problem only in the last few days).
Please advise
Thanks
Keren.