最近 Wildfly 项目推出了一款 galleon 应用程序,它允许创建较小的应用程序服务器。但我找不到可用层的完整列表。
医生建议:
galleon.sh install wildfly:current --dir=my-wildfly-server --layers=cdi,jaxrs
Run Code Online (Sandbox Code Playgroud)
操作完成得很好,但由此产生的 Wildfly 并没有真正引发我的 SOAP 战争。
13:33:25,243 INFO [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0001: Content added at location /opt/wf/soap/standalone/data/content/01/a5f89d915b85b778b64fcf071d45f0efa84f0b/content
13:33:25,261 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "soap01.war" (runtime-name: "soap01.war")
13:33:26,032 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0021: Registered web context: '/soap01' for server 'default-server'
13:33:26,060 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0010: Deployed "soap01.war" (runtime-name : "soap01.war")
Run Code Online (Sandbox Code Playgroud)
这场战争与完整的 Wildfly 配合得很好。WSDL 可用,服务正在运行。
没有名为 jaxws 的层,所以我猜 jaxrs 没问题。
SOAP …