Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
467 views
in Technique[技术] by (71.8m points)

jboss - Infinispan 11.x - 12.x XML Configuration

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

question from:https://stackoverflow.com/questions/66047732/infinispan-11-x-12-x-xml-configuration

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...