/commented by yakov zhdanov/ It seems you do not have dependency to ignite-rest-http in the project that uses GridGain. Can you provide reproducible example if I am wrong?
If ignite-rest-http module is on class path you should see the following (in verbose mode): ..... [14:57:48,212][INFO ][main][GridTcpRestProtocol] Command protocol successfully started [name=TCP binary, host=/127.0.0.1, port=11211] [14:57:48,295][INFO ][main][GridJettyRestProtocol] Command protocol successfully started [name=Jetty REST, host=/127.0.0.1, port=8080] <<<<<<<<<<< JETTY server started ....... +---------------------------------+ Ignite ver. 1.0.0#19700101-sha1:DEV +---------------------------------+ OS name: Mac OS X 10.9.5 x86_64 CPU(s): 8 Heap: 3.6GB VM name: [email protected] Grid name: null Local node [ID=73C8BA58-73DB-4E01-A760-2F071DEB123C, order=1] Local node addresses: [/127.0.0.1] Local ports: TCP:8080 TCP:11211 TCP:47100 UDP:47400 TCP:47500 <<<<<<<<<< 8080 port is reported as used Ignite documentation: http://ignite.incubator.apache.org ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Starting-Jetty-for-REST-API-tp191p192.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
