I tried to install Axis2 on our Tomcat server. In theory - its easy. I downloaded axis2.war from here: http://axis.apache.org/axis2/java/core/download.cgi
I opened Tomcat's Manager, browse the file, than deploy the file. Its finished without error, great! Now deploy my webservice file.
I tried to open Axis2, but all of its links start with 127.0.0.1, like my PC would be the server! What? Of course, none of these links works, because my PC dosen't have a Tomcat and Axis2 installed.
We tried it on antoher computer - with the same result. We tried to edit some config files (actually change all 127.0.0.1 references to our Tomcat servers IP) but it didn't helped.
So why we have this strange error?
Thanks for help!