aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

Ability to partition startup system properties by context location #264

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4815

Currently, system properties can be used to configure things like bootstrap
locations resource, impala properties file name, etc.

This is adequate for single context applications, but does not work if you
want to run multiple Impala apps in a single Tomcat instance.

Need to be able to partition system properties and other startup defaults
by context location (note: only applies for Servlet 2.5 or above, as in
prior versions context location is not available to ServletContext).

Original issue reported on code.google.com by philzoio...@googlemail.com on 9 Nov 2009 at 9:10

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 21 Dec 2009 at 11:03

GoogleCodeExporter commented 9 years ago
Fixed with r5239

Can now use context path as prefix for Impala properties as well as for the 
bootstrap
locations resource.

Original comment by philzoio...@googlemail.com on 19 Jan 2010 at 10:44