You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by di...@apache.org on 2014/07/26 06:49:18 UTC

git commit: KNOX-404: GATEWAY_HOME/conf needs to be added to gateway server classpath

Repository: knox
Updated Branches:
  refs/heads/master 0b52704ac -> ee3a15212


KNOX-404: GATEWAY_HOME/conf needs to be added to gateway server classpath


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/ee3a1521
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/ee3a1521
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/ee3a1521

Branch: refs/heads/master
Commit: ee3a15212da27ae6942ac1c03008ba172190a40c
Parents: 0b52704
Author: Dilli Dorai Arumugam <da...@hortonworks.com>
Authored: Fri Jul 25 21:48:14 2014 -0700
Committer: Dilli Dorai Arumugam <da...@hortonworks.com>
Committed: Fri Jul 25 21:48:14 2014 -0700

----------------------------------------------------------------------
 gateway-server-launcher/src/main/resources/META-INF/launcher.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/ee3a1521/gateway-server-launcher/src/main/resources/META-INF/launcher.cfg
----------------------------------------------------------------------
diff --git a/gateway-server-launcher/src/main/resources/META-INF/launcher.cfg b/gateway-server-launcher/src/main/resources/META-INF/launcher.cfg
index e0ac429..fd22919 100644
--- a/gateway-server-launcher/src/main/resources/META-INF/launcher.cfg
+++ b/gateway-server-launcher/src/main/resources/META-INF/launcher.cfg
@@ -13,6 +13,6 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 main.class = org.apache.hadoop.gateway.GatewayServer
-class.path = ../lib/*.jar;../dep/*.jar;../ext;../ext/*.jar
+class.path = ../conf;../lib/*.jar;../dep/*.jar;../ext;../ext/*.jar
 GATEWAY_HOME=${launcher.dir}/..
-log4j.configuration=${GATEWAY_HOME}/conf/${launcher.name}-log4j.properties
\ No newline at end of file
+log4j.configuration=${GATEWAY_HOME}/conf/${launcher.name}-log4j.properties