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

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
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 to the init method will be called. Having an alias for your servlet (so you can pass parameters) and using

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