Re: Register static JNDI env entry dynamically

2013-03-16 Thread Michael-O
Am 2013-03-16 11:43, schrieb Konstantin Kolinko: 2013/3/16 Michael-O <1983-01...@gmx.net>: Am 2013-03-16 10:46, schrieb Konstantin Kolinko: 2013/3/16 Michael-O <1983-01...@gmx.net>: Hi, I'd like to make a string available as an env entry via JNDI. The string is static but must be created dy

Re: Register static JNDI env entry dynamically

2013-03-16 Thread Konstantin Kolinko
2013/3/16 Michael-O <1983-01...@gmx.net>: > Am 2013-03-16 10:46, schrieb Konstantin Kolinko: > >> 2013/3/16 Michael-O <1983-01...@gmx.net>: >>> >>> Hi, >>> >>> I'd like to make a string available as an env entry via JNDI. The string >>> is >>> static but must be created dynamically at startup time

Re: Register static JNDI env entry dynamically

2013-03-16 Thread Michael-O
Am 2013-03-16 10:46, schrieb Konstantin Kolinko: 2013/3/16 Michael-O <1983-01...@gmx.net>: Hi, I'd like to make a string available as an env entry via JNDI. The string is static but must be created dynamically at startup time of the webapp. I have evaluated and implemented a listener which I h

Re: Register static JNDI env entry dynamically

2013-03-16 Thread Konstantin Kolinko
2013/3/16 Michael-O <1983-01...@gmx.net>: > Hi, > > I'd like to make a string available as an env entry via JNDI. The string is > static but must be created dynamically at startup time of the webapp. > > I have evaluated and implemented a listener which I have added to my > context.xml. It listens

Register static JNDI env entry dynamically

2013-03-16 Thread Michael-O
Hi, I'd like to make a string available as an env entry via JNDI. The string is static but must be created dynamically at startup time of the webapp. I have evaluated and implemented a listener which I have added to my context.xml. It listens for startup and shutdown events. It works pretty