aspose file tools
The moose likes JSF and the fly likes how to load axis2.xml  using ConfigurationContext  in web application. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "how to load axis2.xml  using ConfigurationContext  in web application." Watch "how to load axis2.xml  using ConfigurationContext  in web application." New topic
Author

how to load axis2.xml using ConfigurationContext in web application.

pavankumar adsmp
Greenhorn

Joined: Sep 07, 2008
Posts: 2
Hi

when i gave absolute path in web application. it is working fine. like this:

ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem( path , path + "/conf/axis2.xml" );

how can i use relative path instead of absolute path using ConfigurationContext.

thanks in advance.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to load axis2.xml using ConfigurationContext in web application.
 
Similar Threads
XML DOMParser from a web app
Unable to deploy .aar files in weblogic
How to integrate AXIS2 envirnoment into the current webapllication.
Will someone put log4j usage into small words?
how can i use relative path to load axis2.xml using ConfigurationContext.