deploy both client and server in tomcat

2009-04-09 Thread jason zhang
Hi, All I am using axis2-1.4. I had the service deployed to tomcat and it is tested. I also developed client using the AXIOM. The client is initialized like this ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(TestConfig.repo_dir, null); sc = ne

Re: deploy both client and server in tomcat

2009-04-16 Thread jason zhang
Hi By looking into the axis2 source code, I have a solution like this ConfigurationContext ctx= ListenerManager.defaultConfigurationContext; sc = new ServiceClient(ctx, null); sc.engageModule("rampart"); However, I have an exception:"Unable to engage module : rampart" Any help on co