You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (JIRA)" <ji...@apache.org> on 2019/03/06 16:06:00 UTC

[jira] [Created] (GEODE-6492) Geode should fail gracefully if the HttpService cannot be started

Jens Deppe created GEODE-6492:
---------------------------------

             Summary: Geode should fail gracefully if the HttpService cannot be started
                 Key: GEODE-6492
                 URL: https://issues.apache.org/jira/browse/GEODE-6492
             Project: Geode
          Issue Type: Bug
          Components: configuration, management
            Reporter: Jens Deppe


Previously, starting our various webapps, would simply be dependent on the presence of the .war file. Anyone building and testing a Geode would typically not care whether theses additional services were available and would not notice their absence.

Now we have a new {{HttpService}} which will attempt to start regardless of the presence of any .war files. This now also implies that various jetty jars need to be available. When building with maven or gradle, the necessary dependencies are marked as {{optional}} which means that a vanilla built app (configured without those optional dependencies) will not start.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)