[ https://issues.apache.org/jira/browse/GEODE-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16595775#comment-16595775 ]
ASF subversion and git services commented on GEODE-5660: -------------------------------------------------------- Commit 4121388fb8a611f6303b621d12e1a267a303bc13 in geode's branch refs/heads/feature/GEODE-5660 from [~ukohlmeyer] [ https://gitbox.apache.org/repos/asf?p=geode.git;h=4121388 ] GEODE-5660: Added method to lookup war file from classpath within AgentUtil.java. This is to address problem where http server is started from Java API (Spring Data Geode specifically) Now, the application can reference the `geode-web-api` war from repo and not have to specifically set `GEODE-HOME` property > Add ability to lookup the GEODE-WEB-API war file from the classpath > ------------------------------------------------------------------- > > Key: GEODE-5660 > URL: https://issues.apache.org/jira/browse/GEODE-5660 > Project: Geode > Issue Type: Improvement > Components: rest (admin), rest (dev) > Reporter: Udo Kohlmeyer > Assignee: Udo Kohlmeyer > Priority: Major > Labels: pull-request-available > Fix For: 1.8.0 > > Time Spent: 10m > Remaining Estimate: 0h > > The current AgentUtil class only makes provision to lookup the > `geode-web-api` and `geode-web` war files from known locations. > When referencing the `geode-web-api` and `geode-web` war's from a > repository, the HTTP Services will fail, due to the requirement of having set > `GEODE_HOME` to the locally deployed GEODE distribution. > A way is required to reference the relevant war files from a repository and > not requiring the `GEODE_HOME` property to be specifically set. -- This message was sent by Atlassian JIRA (v7.6.3#76005)