You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Jimmy Dubuisson <jd...@free.fr> on 2005/04/09 16:05:07 UTC

Integration of Jfig with an Axis webservice

Hello everybody,

I want to use Jfig (http://jfig.sourceforge.net/) in an Axis webservice. 
I usually locate the configuration file by passing the following 
parameters when I call the program on the command line:

java –Dconfig.filename=./config.xml –Dconfig.location=file ...

What is the way to pass these parameters (config.filename and 
config.location) to the Axis webservice so that it can locate the 
configuration file?

Thanks for your help!

Jimmy.