Re: problem with init-param

2001-02-02 Thread Martin Schmidt
Thanks Kevin, shame on me. I guess this is my biggest mistake in the last 2 month. Maybe i should find a rich woman and stop working/programming ;) Thanks again. Martin Kevin Jones wrote: > > You have two instances of the servlet executing. One with the name > (/servlet/Init-Test) and one

RE: problem with init-param

2001-02-02 Thread Kevin Jones
You have two instances of the servlet executing. One with the name (/servlet/Init-Test) and one without (/servlet/Test)(this is expected). The firstone gets initialised and the init-params get set. The container hjas no info. about the second, apart from the fact that you are calling it through /