This content has been marked as final.
Show 3 replies
-
1. Re: Infinispan 8.1 server on tomcat 8-3
nadirx Feb 11, 2016 3:22 AM (in response to stejas7)You can certainly build your own server with Tomcat and Infinispan. This configuration is known as an embedded server. Obviously this means that you won't have any of the benefits of the real Infinispan Server (configuration, management, console, etc), and you'd be on your own for all of these aspects.
Check out https://github.com/tristantarrant/infinispan-playground-embedded-hotrod for an example on how to set it up.
-
2. Re: Infinispan 8.1 server on tomcat 8-3
stejas7 Feb 11, 2016 4:20 AM (in response to nadirx)Hello nadirx,
Would i be able to access the caches created using this configuration over hot rod protocol ?
Thanks
-
3. Re: Infinispan 8.1 server on tomcat 8-3
nadirx Feb 11, 2016 4:29 AM (in response to stejas7)Well, the name of the example implies it