0

I was guessing if there's a specific section on the infinispan's XML config file where I can specify the following entities:

  • HotRod configuration
  • JBoss configuration

I'm trying to find anything related in the official documentation but wasn't able. I'm passing from Infinispan 9.x to 11.x or 12.x, and I see there's a huge difference in the XML config file.

Thank you.

Edit 1: I'd like to reproduce this part in the new config XML file

  • are you upgrading the Infinispan server? can you share your config? If it is the server, I would recommend starting from the default config (infinispan.xml) and tune from there. – pruivo Feb 04 '21 at 15:57
  • Hi, thank you for the reply! Check Edit 1. – user7441088 Feb 04 '21 at 16:02

1 Answers1

1

Check the Endpoints documentation. I believe it has everything you need.

Be advised that the new Infinispan server uses a single port (11222 by default) to handle REST and Hot Rod requests.

You have the Schema description here. Search for "endpoints".

If you still have trouble updating your configuration, feel free to comment here or check the Zulip Chat.

pruivo
  • 1,214
  • 7
  • 7