Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 2/24/17 12:37 PM, Martin Knoblauch wrote: > On Fri, Feb 24, 2017 at 6:00 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Martin, >> >> On 2/21/17 8:31 AM,

Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 2/24/17 12:32 PM, Martin Knoblauch wrote: > On Fri, Feb 24, 2017 at 6:06 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Martin, >> >> On 2/22/17 5:19 AM,

Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Martin Knoblauch
On Fri, Feb 24, 2017 at 6:00 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 2/21/17 8:31 AM, Martin Knoblauch wrote: > > Hi, > > > > is there a way to find the absolute path of the application root > > before

Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Martin Knoblauch
On Fri, Feb 24, 2017 at 6:06 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Martin, > > On 2/22/17 5:19 AM, Martin Knoblauch wrote: > > On Tue, Feb 21, 2017 at 8:55 PM, Mark Thomas > > wrote: > > > >> On

Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 2/22/17 5:19 AM, Martin Knoblauch wrote: > On Tue, Feb 21, 2017 at 8:55 PM, Mark Thomas > wrote: > >> On 21/02/2017 13:31, Martin Knoblauch wrote: >>> Hi, >>> >>> is there a way to find the absolute path of the

Re: Getting application root path before servlet is initialized?

2017-02-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 2/21/17 8:31 AM, Martin Knoblauch wrote: > Hi, > > is there a way to find the absolute path of the application root > before the servlet is initialized? > > Alternatively: is there a way to defer the initialization of a > datasource

Re: Getting application root path before servlet is initialized?

2017-02-22 Thread Antonio S . Cofiño
Dear Martin, On 21/02/17 13:31, Martin Knoblauch wrote: Hi, is there a way to find the absolute path of the application root before the servlet is initialized? Alternatively: is there a way to defer the initialization of a datasource until the servlet is initialized? Background: I have

Re: Getting application root path before servlet is initialized?

2017-02-22 Thread Daniel Küppers
Am 22.02.2017 um 11:19 schrieb Martin Knoblauch: On Tue, Feb 21, 2017 at 8:55 PM, Mark Thomas wrote: On 21/02/2017 13:31, Martin Knoblauch wrote: Hi, is there a way to find the absolute path of the application root before the servlet is initialized? Alternatively: is

Re: Getting application root path before servlet is initialized?

2017-02-22 Thread Martin Knoblauch
On Tue, Feb 21, 2017 at 8:55 PM, Mark Thomas wrote: > On 21/02/2017 13:31, Martin Knoblauch wrote: > > Hi, > > > > is there a way to find the absolute path of the application root before > > the servlet is initialized? > > > > Alternatively: is there a way to defer the

Re: Getting application root path before servlet is initialized?

2017-02-21 Thread Mark Thomas
On 21/02/2017 13:31, Martin Knoblauch wrote: > Hi, > > is there a way to find the absolute path of the application root before > the servlet is initialized? > > Alternatively: is there a way to defer the initialization of a datasource > until the servlet is initialized? > > Background: I have