Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
统一推送服务器在哪里可以找到unifiedpush-server-wildfly.war 和unifiedpush-auth-server.war 文件。我可以在哪里部署它?
它位于 {your_jboss_installation_root_folder}/standalone/deployments/,您可以将 .war 文件放在那里,JBoss 会自动部署它们。
如果 .war 部署成功,您将看到在同一个文件夹中生成了一个文件,例如,unifiedpush-auth-server.war.deployed。
否则会生成unifiedpush-auth-server.war.failed等文件。它是一个文本文件,所以打开它你会发现它在 JBoss 中部署失败的原因。
希望这可以帮助。