You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Paul Anderson (JIRA)" <ji...@apache.org> on 2018/05/04 14:26:00 UTC

[jira] [Created] (IGNITE-8439) IGNITE_JETTY_HOST doesn't work (never has probably)

Paul Anderson created IGNITE-8439:
-------------------------------------

             Summary: IGNITE_JETTY_HOST doesn't work (never has probably)
                 Key: IGNITE-8439
                 URL: https://issues.apache.org/jira/browse/IGNITE-8439
             Project: Ignite
          Issue Type: Bug
          Components: rest
    Affects Versions: 2.4
            Reporter: Paul Anderson


GridJettyRestProtocol.java

 

 public void start(GridRestProtocolHandler hnd)

...

System.setProperty(IGNITE_JETTY_HOST, locHost.getHostAddress())

...

should be

 if(System.getProperty(IGNITE_JETTY_HOST)==null) System.setProperty(IGNITE_JETTY_HOST, locHost.getHostAddress());



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