On Sep 6, 2013, at 7:40 AM, Ankit Kumar <ankitthemight...@gmail.com> wrote:
> I've deployed a web service as a .aar file in axis 2, and i've deployed > axis2 on tomcat , I'm going to assume you're deploying this as a WAR file. If not, please specify. > now my service need to read some xml files that has to be > in the class path . You'd probably just want to drop them into WEB-INF/classes, or you could JAR them up and put the JAR in WEB-INF/lib. Either way the file should be available on the class path. > Also i need to make a metainf folder in the classpath > how do i do it ??? mkdir WEB-INF/classes/META-INF Dan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org