Home > Back-end >  Axis2 - No services found in this location
Axis2 - No services found in this location

Time:06-21

I am just trying to get a sample web service to work using Apache Tomcat 9, Axis2 and Ant. I am following enter image description here

and on clicking the url

enter image description here

Below is how my environment look like and what I have done so far.

C:\Users\adars\Downloads\dev\git\webservices>echo %JAVA_HOME%
C:\Program Files\Java\jdk-18.0.1.1

C:\Users\adars\Downloads\dev\git\webservices>where java
C:\Program Files\Java\jre1.8.0_333\bin\java.exe
C:\Program Files\Java\jdk-18.0.1.1\bin\java.exe

C:\Users\adars\Downloads\dev\git\webservices>echo %AXIS2_HOME%
C:\javalibs\axis2-1.8.1

C:\Users\adars\Downloads\dev\git\webservices>echo            
  • Related