Hi Sam,

Ignite starts its own HTTP server for rest API, so it's definitely possible
when running in JBoss as well as anywhere else. You just need to add
ignite-rest-http module with dependencies to classpath and the endpoint will
start automatically.

If you're using Maven, add this to pom.xml:

<dependency>
    <groupId>org.apache.ignite</groupId>
    <artifactId>ignite-rest-http</artifactId>
    <version>${ignite.version}</version>
</dependency>

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Ignite-REST-with-JBOSS-tp10108p10130.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to