Re: Populating init parameters

2016-12-14 Thread John D. Ament
Mark, On Wed, Dec 14, 2016 at 3:10 AM Mark Thomas wrote: > On 14/12/2016 03:13, John D. Ament wrote: > > Hi, > > > > I'm using Tomcat embedded to start a container. I need to set some > > initParameters in that embedded runtime. However, when I try to set the > > parameters I get the follow: >

Re: Populating init parameters

2016-12-14 Thread Mark Thomas
On 14/12/2016 03:13, John D. Ament wrote: > Hi, > > I'm using Tomcat embedded to start a container. I need to set some > initParameters in that embedded runtime. However, when I try to set the > parameters I get the follow: > > java.lang.IllegalStateException: Initialization parameters cannot b

Populating init parameters

2016-12-13 Thread John D. Ament
Hi, I'm using Tomcat embedded to start a container. I need to set some initParameters in that embedded runtime. However, when I try to set the parameters I get the follow: java.lang.IllegalStateException: Initialization parameters cannot be set after the context has been initialized at org.apa