Servlet init() callin twice on startup. PLease help.

2002-04-30 Thread Steven Elliott
-Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:17 To: Tomcat Apache Subject: Servlet init() callin twice on startup. PLease help. I have servlet that executing on start up. And when I see log - i can see that servlet was started twice. I

Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread IvanLatysh
I have servlet that executing on start up. And when I see log - i can see that servlet was started twice. I need to start it one. Where I am wrong ? Sincerely yours, Ivan Latysh. [EMAIL PROTECTED] http://ivan.yourmail.com -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Donie Kelly
Do you have the servlet mapped twice in web.xml? -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:17 To: Tomcat Apache Subject: Servlet init() callin twice on startup. PLease help. I have servlet that executing on start up. And when I see log - i

Re: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread IvanLatysh
Hello, Donie! You wrote to 'Tomcat Users List' [EMAIL PROTECTED] on Mon, 29 Apr 2002 19:14:32 +0100: DK Do you have the servlet mapped twice in web.xml? ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Donie Kelly
I guess not. Search the archives as I've seen this problem discussed here in detail... Hope you find it. Donie -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:25 To: Tomcat Users List Subject: Re: Servlet init() callin twice on startup. PLease help

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Brian Bernardo
twice on startup. PLease help. Hello, Donie! You wrote to 'Tomcat Users List' [EMAIL PROTECTED] on Mon, 29 Apr 2002 19:14:32 +0100: DK Do you have the servlet mapped twice in web.xml? ?xml version=1.0 encoding=UTF-8? !DOCTYPE web-app PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3

RE: Servlet init() callin twice on startup. PLease help.

2002-04-29 Thread Andy Eastham
() callin twice on startup. PLease help. Do you have the servlet mapped twice in web.xml? -Original Message- From: IvanLatysh [mailto:[EMAIL PROTECTED]] Sent: 29 April 2002 19:17 To: Tomcat Apache Subject: Servlet init() callin twice on startup. PLease help. I have servlet