Java应用程序在Windows服务器上的可能性?
我想知道是否可以拥有此应用程序(neo4j) 与 asp.net mvc 应用程序一起在 Windows Server 2008 上运行。出于这个原因,我需要访问图形数据库(neo4j),它从我的 mvc 应用程序提供 RESTful 服务。我将如何建立这个架构?
I'd like to know if it is possible to have this application (neo4j) running on windows server 2008 alongside an asp.net mvc application. Reason for this, I need to access the graph database (neo4j) which provides a RESTful service from my mvc application. How would I go about setting up this architecture?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您链接到的网站,该应用程序是独立的(不需要 Tomcat 等)。因此,只需安装 Windows 软件包并按照此处的说明(启动服务)即可够了。
According to the website you linked to the application is self-contained (no Tomcat etc required). So just installing the Windows package and following the instructions here (for starting the service) should suffice.