简体   繁体   English

5.3.0最终版中缺少Infinispan.war

[英]Infinispan.war missing in 5.3.0.Final version

Hi I am trying to use infinispan as a remote caching solution and when following through the guide i see the following: 嗨,我正在尝试将infinispan用作远程缓存解决方案,并且在按照指南进行操作时,我看到以下内容:

 > This server provides easy to use RESTful HTTP access to the Infinispan > data grid, build on JAX_RS. This application is delivered (currently) > as a WAR file, which you can deploy to a servlet container (as many > instances as you need). 

I could not find the WAR in the 5.3.0.Final. 我在5.3.0.Final中找不到WAR。

But i see that Infispan Server installation can serve as a Remote Data Grid, so is the REST interface included in the server installation with the latest release? 但是我看到Infispan Server的安装可以用作远程数据网格,因此最新版本的服务器安装中是否包括REST接口?

If yes 如是

What server is it running on ? 它在什么服务器上运行?

Do we need licence to run the Server on enterprise level? 我们是否需要许可证才能在企业级别运行服务器?

What is the good way to deploy it in any other Application Server? 在其他任何应用程序服务器中部署它的好方法是什么?

Any help will be highly appreciated? 任何帮助将不胜感激?

But i see that Infinispan Server installation can serve as a Remote Data Grid, so is the REST interface included in the server installation with the latest release? 但是我看到Infinispan Server的安装可以用作远程数据网格,因此最新版本的服务器安装中是否包括REST接口?

We will be talking about this: https://github.com/infinispan/infinispan-server Answer is, I'd say, yes. 我们将讨论这个问题: https : //github.com/infinispan/infinispan-server答案是,是的。 When you will use Infinispan Server, you will have possibility of accessing Infinispan cache via REST endpoint. 当您使用Infinispan Server时,可以通过REST端点访问Infinispan缓存。 (see readme + see endpoint subsystem in, for example, standalone.xml configuration file) After start of this standalone server you can connect to http://127.0.0.1:8080/ (REST server) and start using it according to the rules described in the documentation. (请参阅自述文件,请参阅例如standalone.xml配置文件中的端点子系统)。启动此独立服务器后,您可以连接到http://127.0.0.1:8080/ (REST server)并根据规则开始使用它在文档中描述。

What server is it running on ? 它在什么服务器上运行?

The whole Infinispan server is very based on JBoss AS. 整个Infinispan服务器都非常基于JBoss AS。 Imagine "big" JBoss AS minus all unnecessary systems, subsystems and functionality. 想象一下“大型” JBoss AS减去所有不必要的系统,子系统和功能。 This "little boy" is Infinispan Server which, for example, doesn't support deploying applications etc. 这个“小男孩”是Infinispan Server,例如,它不支持部署应用程序等。

Do we need licence to run the Server on enterprise level? 我们是否需要许可证才能在企业级别运行服务器?

No. This is open source project. 否。这是开源项目。 If you still looking for "officially" supported version, I'd suggest you to check Red Hat's JBoss Data Grid solution, which is productized and supported Infinispan + Infinispan Server. 如果您仍在寻找“官方”支持的版本,建议您检查Red Hat的JBoss Data Grid解决方案,该解决方案是Infinispan + Infinispan Server的产品并受其支持。 See http://www.redhat.com/products/jbossenterprisemiddleware/data-grid/ 参见http://www.redhat.com/products/jbossenterprisemiddleware/data-grid/

What is the good way to deploy it in any other Application Server? 在其他任何应用程序服务器中部署它的好方法是什么?

There is no such a way. 没有这样的方法。 As I mentioner earlier, Infinispan Server itself is standalone server which already contains everything you need for caching and running cluster of virtually 128 (or even more) nodes. 正如我之前提到的,Infinispan Server本身是独立服务器,已经包含缓存和运行几乎有128个(甚至更多)节点的集群所需的一切。

Any help will be highly appreciated? 任何帮助将不胜感激?

Maybe. 也许。 I can't answer this question properly :( 我不能正确回答这个问题:(

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM