I have an application which resides in ROOT. This application has a java class(in ROOT\WEB-INF\classes) which does some specific operation. I have an axis webservice with a java class which is basically duplication of the one in ROOT, and it resides in axis\WEB-INF\classes.
Is there any way that I can migrate these two(axis and ROOT) and provide axis webservice from ROOT (jws inside ROOT) so that both ROOT application as well as webservice(.jws) can use the same class file?
~Umesh