Hi I have generated an axis2 webservice running inside Apache Tomcat 5.5. In the generated .mar archive of my handler I have all the generated JAXB classes. But only if I copy them into the WEB-INF/classes folder of the deployed Axis2 directory inside Tomcat they are found at runtime. Surely there must be a way without putting them also in the WEB-INF/classes folder. What am I doing wrong?
Thanks, Michael
