Udo Kohlmeyer created GEODE-5660: ------------------------------------ Summary: 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 Fix For: 1.8.0
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)