Hi,

I've got an axis client that I want to distribute as a jar file that can then 
be used by various web applications. So far it works.

But now I want to add the rampart module. In order to use rampart, I have to 
add a line to axis2.xml. I'm having trouble getting the client-side axis 
library to see my axis2.xml file rather than the one that's packed in 
axis2-kernel.jar.

I know I could force the issue by unpacking axis2-kernel.jar, removing 
axis2.xml, then repacking it, but I know that there must be an easier way.

The samples that came with rampart all load the file using 
ConfigurationContextFactory.createConfigurationContextFromFileSystem(), but 
obviously I can't use that.

I'm sure that the next stumbling block will be figuring out how to tell axis 
where the repository is that contains the rampart module, in the context of a 
web app.

Many thanks,
Michael Davis
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to