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.
请帮助我在码头上部署axis2。我能够部署axis2 war文件,但我实际上需要将axis2部署为exploded war文件,以便我可以使用axis2的热部署功能。
请告诉过程或指向我的文章。
解决了。
获取二进制发行版并运行它附带的 ant 脚本。
运行 Ant 脚本给了我一个战争文件。
我使用jar xvf 解压了war 文件,然后将解压war 文件得到的所有内容放到jetty 的webapps 目录中。
它就像一个魅力......