绳应用程序部署问题

Issue in deployment of cord app

我检查了 https://docs.corda.net/deploying-a-node.html 以在 windows 服务器中部署。我可以看到使用 NSSM 管理器部署节点。

  1. 当我部署节点时,它将如何访问作为 jar 放置在 /opt/corda /CordaApp.jar
  2. 下的我的应用程序
  3. 此外,当我在每个节点下 运行 nssm.bat 文件时,我的 cmd 将继续 运行 第一个 cmd 而不会停止。之后没有任何进展。

文档中有错字。上面写着:

  1. Create a directory called plugins in /opt/corda and save your CorDapp jar file to it. Alternatively, download one of our sample CorDapps to the plugins directory

应该改为:

  1. Create a directory called plugins in C:\Corda\ and save your CorDapp jar file to it. Alternatively, download one of our sample CorDapps to the plugins directory

这已由以下 PR 修复:https://github.com/corda/corda/pull/2607