Re: Specifying a URL for the docBase

2018-12-13 Thread Rémy Maucherat
On Thu, Dec 13, 2018 at 3:31 AM Woonsan Ko wrote: > On Mon, Dec 10, 2018 at 11:49 PM Rémy Maucherat wrote: > > > I have nothing against adding the feature (as long as I'm not doing it), > > but for the "microservice" cloud design, I would expect "small" (haha) > self > > contained reproduceable

Re: Specifying a URL for the docBase

2018-12-12 Thread Woonsan Ko
On Mon, Dec 10, 2018 at 11:49 PM Rémy Maucherat wrote: > I have nothing against adding the feature (as long as I'm not doing it), > but for the "microservice" cloud design, I would expect "small" (haha) self > contained reproduceable images. If you pull the application from somewhere > at runtime

Re: Specifying a URL for the docBase

2018-12-10 Thread Rémy Maucherat
On Sun, Dec 9, 2018 at 3:45 AM Woonsan Ko wrote: > On Sat, Dec 8, 2018 at 10:48 PM Rémy Maucherat wrote: > > > > On Sat, Dec 8, 2018 at 2:37 AM Woonsan Ko wrote: > > > > > On Sat, Dec 8, 2018 at 3:35 AM Mark Thomas wrote: > > > > > > > > On 04/12/2018 22:22, Woonsan Ko wrote: > > > > > > > >

Re: Specifying a URL for the docBase

2018-12-08 Thread Woonsan Ko
On Sat, Dec 8, 2018 at 10:48 PM Rémy Maucherat wrote: > > On Sat, Dec 8, 2018 at 2:37 AM Woonsan Ko wrote: > > > On Sat, Dec 8, 2018 at 3:35 AM Mark Thomas wrote: > > > > > > On 04/12/2018 22:22, Woonsan Ko wrote: > > > > > > > > > > > > > More specifically, I can remove my custom logic in > >

Re: Specifying a URL for the docBase

2018-12-08 Thread Rémy Maucherat
On Sat, Dec 8, 2018 at 2:37 AM Woonsan Ko wrote: > On Sat, Dec 8, 2018 at 3:35 AM Mark Thomas wrote: > > > > On 04/12/2018 22:22, Woonsan Ko wrote: > > > > > > > > > More specifically, I can remove my custom logic in > > > AppsDeployingTomcatEmbeddedServletContainerFactory.java [2,3] by > > > g

Re: Specifying a URL for the docBase

2018-12-07 Thread Woonsan Ko
On Sat, Dec 8, 2018 at 3:35 AM Mark Thomas wrote: > > On 04/12/2018 22:22, Woonsan Ko wrote: > > > > > More specifically, I can remove my custom logic in > > AppsDeployingTomcatEmbeddedServletContainerFactory.java [2,3] by > > giving JAR URLs instead. Also, my solution was on a thin ice by > > de

Re: Specifying a URL for the docBase

2018-12-07 Thread Mark Thomas
On 04/12/2018 22:22, Woonsan Ko wrote: > More specifically, I can remove my custom logic in > AppsDeployingTomcatEmbeddedServletContainerFactory.java [2,3] by > giving JAR URLs instead. Also, my solution was on a thin ice by > depending the file system to extract the wars as Chris mentioned in >

Re: Specifying a URL for the docBase

2018-12-04 Thread Mark Thomas
On 04/12/2018 20:36, Michael Osipov wrote: > Am 2018-12-03 um 20:30 schrieb Mark Thomas: >> Hi, >> >> I have been looking at [1]. This is a request to be able to specify a >> URL for a WAR, including a URL that points to a WAR file packaged inside >> a JAR. This request is in the context of embedde

Re: Specifying a URL for the docBase

2018-12-04 Thread Michael Osipov
Am 2018-12-04 um 23:22 schrieb Woonsan Ko: On Wed, Dec 5, 2018 at 5:36 AM Michael Osipov wrote: Am 2018-12-03 um 20:30 schrieb Mark Thomas: Hi, I have been looking at [1]. This is a request to be able to specify a URL for a WAR, including a URL that points to a WAR file packaged inside a JAR

Re: Specifying a URL for the docBase

2018-12-04 Thread Woonsan Ko
On Wed, Dec 5, 2018 at 5:36 AM Michael Osipov wrote: > > Am 2018-12-03 um 20:30 schrieb Mark Thomas: > > Hi, > > > > I have been looking at [1]. This is a request to be able to specify a > > URL for a WAR, including a URL that points to a WAR file packaged inside > > a JAR. This request is in the

Re: Specifying a URL for the docBase

2018-12-04 Thread Michael Osipov
Am 2018-12-03 um 20:30 schrieb Mark Thomas: Hi, I have been looking at [1]. This is a request to be able to specify a URL for a WAR, including a URL that points to a WAR file packaged inside a JAR. This request is in the context of embedded Tomcat. The embedded aspects are just part of this. Fi