location of the simpleaxisserver's configuration file
Olivier Daguenet
Greenhorn
Joined: Dec 27, 2005
Posts: 6
posted
0
Hi all, I've a java class which start a SimpleAxisServer server. Thanks to a Windows service, I can execute this Java class. The SimpleAxisServer server allows me to reach in Web Services. These Web Services are defined in a configuration file named "server-config.wsdd" This configuration file must be placed where we start the SimpleAxisServer server.
To be more clear, this exemple show how to start SimpleAxisServer thanks to a .bat file :
In this case, the configuration file must be in the directory toto. Otherwise, SimpleAxisServer'll not find it.
In my case, SimpleAxisServer is started by a Windows Service. So I must place the configuration file at c:\winnt\system32 : where the Windows Services console is...
I don't want to have this configuration file in c:\winnt\system32. So my question is : is there a way to define the location of the configuration file ?
I work with Windows XP.
I hope to have been clear, thanks in advance for your answers... Olivier
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
I'm not familiar with the SimpleAxisServer, but Axis in its general form does not let you configure where the WSDD file goes, so I doubt that a simpler version of it can do that.