Alexander L. wrote: > > Turns out I was being fooled by the duplicate webapps structures-- > one in my tomcat installation, one in my axis installation. You've > got to put the classes in the tomcat installation directory! I > wonder why there is a "webapps" structure in the axis instllation if > it isn't used for anything?
The webapps structure in Axis represents code that can be deployed to any servlet container by simply copying it verbatim (preserving the directory structure) to the web server of your choice. - Sam Ruby