Hello, I have a question to the deployment of a service.
Must I have the classes for the service under the webapps/axis/web-inf/classes Directory. It means every new Service which i create, i must deploy my classes under this directory. Is this right ?? If this is right my next question is: How to deploy the service in a J2EE Enviroment ?? This means that i must create the axis.war file new for every new service which i want to be deployed??!!!! If No, then could anyone tell me how to do.. I want the following structure..under the webapps directory webapps\axis webapps\example1 webapps\example2 where the example1 and example2 directorys represent my services