On Tue, Mar 6, 2018 at 12:32 PM, Victor Moran <mrv...@yahoo.es.invalid> wrote:
> Hello, > > I have to get axis2 (version 1.7.7, or any version) working in Geronimo > 3.0.1 with embedded Tomcat 7.0.39.1 on Windows 10, but I encountered a > problem. > I have followed the steps in the tutorial (from the axis.apache website) > until the point of checking the link http://localhost:8080/axis2/ or > http://localhost:8080/axis2/HappyAxis.jsp. I have downloaded the > Axis2.war file and placed it in the webapps folder in the axis2 home > directory(C:\Geronimo_home\geronimo-tomcat7-javaee6-3.0.1\Axis2). > > When I start Geronimo and visit http://localhost:8080/ it works, and > shows = > the Geronimo homepage. > > But then when I visit http://localhost:8080/axis2 > <http://localhost:8080/axis2/=C2=A0> I get: > > HTTP Status 404 - /axis2 type Status report message /axis2/ > description The requested resource is not available. > > The environment variables are: > > Path%USERPROFILE%\AppData\Local\Microsoft\WindowsApps; > > C:\Geronimo_home\geronimo-tomcat7-javaee6-3.0.1\Axis2 > > AXIS2_HOME =3DC:\Geronimo_home\geronimo-tomcat7-javaee6-3.0.1\Axis2 > > JAVA_HOME =3D C:\ProgramFiles\Java\jdk1.8.0_162 > > JRE_HOME =3D C:\ProgramFiles\Java\jre1.8.0_162 > > Does someone have an idea of what could be wrong here? > > > Thank you for your time. > > Vic > > Make sure you have the axis2-web dir at the root of your WAR. These links should work for you: http://localhost:8080/axis2/services/listServices http://localhost:8080/axis2/axis2-web - R