如何在 Apache Axis2 中配置 WSDL URL 的地址?

How to configure address of WSDL URL in Apache Axis2?

我正在使用 Axis2 和 Tomcat8.5。我的 WSDL URL 是:http://localhost:8080/axis2/services/Myapp.

但我希望它这样配置:http://localhost:8080/phase/axis2/services/Myapp.

您只需重命名您的 WAR 文件或 XML 上下文文件。例如。如果您的 WAR 文件名为 axis2.war,请将其更改为 phase#axis2.war。如果您使用 XML 文件 axis2.xml,请相应地重命名为 phase#axis2.xml.

https://tomcat.apache.org/tomcat-8.5-doc/config/context.html#Naming