1

I am using Axis2 and Tomcat8.5. My WSDL URL is : http://localhost:8080/axis2/services/Myapp.

But i want it to configure like this: http://localhost:8080/phase/axis2/services/Myapp.

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90

1 Answers1

0

You just have to rename your WAR file or XML context file. E.g. if your WAR file is named axis2.war change it to phase#axis2.war. If you use XML file axis2.xml, rename accordingly to phase#axis2.xml.

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

Artur Łysik
  • 407
  • 1
  • 9
  • 14