Re[2]: Init method of servlet called twice?

2002-02-08 Thread Serge A. Redchuk
Hello Anton, Can anybody tell me why the init method can be called twice in a servlet. I am loading the servlet on startup and init is first called there. The first request to the servlet then calls the same init method again? Please help. I cannot init twice. AB This topic was

RE: Re[2]: Init method of servlet called twice?

2002-02-08 Thread Anton Brazhnyk
Hi Serge, -Original Message- From: Serge A. Redchuk [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 10:30 AM To: [EMAIL PROTECTED] Subject: Re[2]: Init method of servlet called twice? AB This topic was discussed about a week ago, and Craig gave perfect and clear

RE: Re[2]: Init method of servlet called twice?

2002-02-08 Thread Cox, Charlie
-Original Message- From: Serge A. Redchuk [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 3:30 AM To: [EMAIL PROTECTED] Subject: Re[2]: Init method of servlet called twice? Hello Anton, Can anybody tell me why the init method can be called twice in a servlet

RE: Init method of servlet called twice?

2002-02-07 Thread Anton Brazhnyk
Hi, -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 9:42 PM To: 'Tomcat Users List' Subject: Init method of servlet called twice? Hi all Can anybody tell me why the init method can be called twice in a servlet. I am

Init method of servlet called twice?

2002-02-06 Thread Donie Kelly
Hi all Can anybody tell me why the init method can be called twice in a servlet. I am loading the servlet on startup and init is first called there. The first request to the servlet then calls the same init method again? Please help. I cannot init twice. Thanks Donie -- To unsubscribe:

Re: Init method of servlet called twice?

2002-02-06 Thread Dean Hiller
I remember dealing with problems like that before but they are vague in my head. Your problem is better posted on the java forum I think. I am trying to recall what happened. It was something like I would hit back in my browser and then forward so IE would call init again. I remember

RE: Init method of servlet called twice?

2002-02-06 Thread Randy Layman
: Wednesday, February 06, 2002 2:42 PM To: 'Tomcat Users List' Subject: Init method of servlet called twice? Hi all Can anybody tell me why the init method can be called twice in a servlet. I am loading the servlet on startup and init is first called there. The first request

RE: Init method of servlet called twice?

2002-02-06 Thread Donie Kelly
]] Sent: February 06, 2002 19:48 To: Tomcat Users List Subject: Re: Init method of servlet called twice? I remember dealing with problems like that before but they are vague in my head. Your problem is better posted on the java forum I think. I am trying to recall what happened. It was something

RE: Init method of servlet called twice?

2002-02-06 Thread Donie Kelly
PROTECTED]] Sent: February 06, 2002 19:11 To: 'Tomcat Users List' Subject: RE: Init method of servlet called twice? Craig posted a technical explanation of this about two weeks ago, so search the archives for that, but the short version is that for every unique address that your servlet responds

RE: Init method of servlet called twice?

2002-02-06 Thread Randy Layman
- From: Donie Kelly [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:04 PM To: 'Tomcat Users List' Subject: RE: Init method of servlet called twice? Yes, Randy, you're right I have two mappings for the same servlet. Can you tell me how to search the archives. Where are they? I