I'm a little confused. The wsdl2java/update-install scripts download Axis2 for you and it's used to build the WAR file for the apache-httpd sample. You can then run the test client under /src - org.apache.muse.test.httpd.testapp.HttpTestApp.
If you really want the Axis2 admin console, just get the /axis2-web directory from the official Axis2 WAR file and copy it into the WAR file created for apache-httpd. The message you're getting is due to the URL you used - if you look at /apache-httpd, you'll get the Axis2 web console. the /apache-httpd/services URL makes Axis2 think you're trying to issue a REST-based request, which is not enabled. Dan Giovanni Fleres <[EMAIL PROTECTED]> wrote on 10/05/2006 11:42:47 AM: > |This isn't an error - wsdl2java doesn't copy over all of the files in > |Axis2's /axis2-web directory (the admin pages, etc.). The test client will > |still work - let us know if you have problems running it or getting it to > |integrate with your httpd install. > > I've downloaded and deployed 'axis2.war'. > After that, if I open my browser to > "http://localhost:8080/apache-httpd/services", > I received this message: > "Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml " > > What does it mean ? > What have I to do ? > > Thanks > > Giovanni > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
