Re: Initialise application once

2014-12-22 Thread Terence M. Bandoian
On 12/21/2014 9:14 AM, Fabio Ricci wrote: Yes that made it THANK YOU very much!!! Grazie mille! Cheers Fabio Am 21.12.14 um 14:10 schrieb Alessandro Manzoni: Il 21.12.2014 13.38, Fabio Ricci ha scritto: Dear community I developed a tomcat JSP servlet which - say - instantiates a class, wo

Re: Initialise application once

2014-12-21 Thread Fabio Ricci
Yes that made it THANK YOU very much!!! Grazie mille! Cheers Fabio Am 21.12.14 um 14:10 schrieb Alessandro Manzoni: > Il 21.12.2014 13.38, Fabio Ricci ha scritto: >> Dear community >> >> I developed a tomcat JSP servlet which - say - instantiates a class, >> work with that class and gives some

Re: Initialise application once

2014-12-21 Thread Yaragalla Muralidhar
servlet context is exactly what u need. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sun, Dec 21, 2014 at 6:40 PM, Alessandro Manzoni < manzoni.alessand...@gmail.com> wrote: > Il 21.12.2014 13.38, Fabio Ricci ha scritto: > > Dea

Re: Initialise application once

2014-12-21 Thread Alessandro Manzoni
Il 21.12.2014 13.38, Fabio Ricci ha scritto: Dear community I developed a tomcat JSP servlet which - say - instantiates a class, work with that class and gives some output back to the calling user in the browser. My point is instantiating the class ***once*** for every requests coming after

Initialise application once

2014-12-21 Thread Fabio Ricci
Dear community I developed a tomcat JSP servlet which - say - instantiates a class, work with that class and gives some output back to the calling user in the browser. My point is instantiating the class ***once*** for every requests coming after this instantiation. The reason is: the class loads