You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/09/03 16:54:10 UTC

[jira] [Commented] (GEODE-5660) Add ability to lookup the GEODE-WEB-API war file from the classpath

    [ https://issues.apache.org/jira/browse/GEODE-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16602331#comment-16602331 ] 

ASF subversion and git services commented on GEODE-5660:
--------------------------------------------------------

Commit f0e97a7205a28de5a6a008801fd289a9b6613056 in geode's branch refs/heads/feature/GEODE-QueryProvider from [~ukohlmeyer]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f0e97a7 ]

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.7.0
>
>          Time Spent: 2h 40m
>  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)