On Mon, Sep 11, 2017 at 10:56 PM, Mark Thomas wrote:
> On 11/09/17 21:07, Coty Sutherland wrote:
> > On Mon, Sep 11, 2017 at 2:43 PM, Mark Thomas wrote:
> >> On 11/09/17 19:07, Coty Sutherland wrote:
> >>
> >>> So, my questions comes down to "Can I configure a PropertySource
> >>> instance and p
On 11/09/17 21:07, Coty Sutherland wrote:
> On Mon, Sep 11, 2017 at 2:43 PM, Mark Thomas wrote:
>> On 11/09/17 19:07, Coty Sutherland wrote:
>>
>>> So, my questions comes down to "Can I configure a PropertySource
>>> instance and pass that to tomcat's Digester before tomcat starts?".
>>
>> No, bec
On Mon, Sep 11, 2017 at 2:43 PM, Mark Thomas wrote:
> On 11/09/17 19:07, Coty Sutherland wrote:
>
>> So, my questions comes down to "Can I configure a PropertySource
>> instance and pass that to tomcat's Digester before tomcat starts?".
>
> No, because of the way it is currently coded.
I thought
On 11/09/17 19:07, Coty Sutherland wrote:
> So, my questions comes down to "Can I configure a PropertySource
> instance and pass that to tomcat's Digester before tomcat starts?".
No, because of the way it is currently coded.
> Is this a silly question? If so, why?
No. N/A.
I can see the benefi
Hi all,
I'm fairly certain that there isn't a way to do this currently (I'm
not so good with Reflection, so there could be), but I have to ask
anyway. Let me explain my use case...
I'm using tomcat embedded (8.5.x/trunk) and have a need to
programmatically configure and use a PropertySource befor