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 Glen Daniels <gd...@macromedia.com> on 2001/06/29 07:04:23 UTC

java org.apache.axis.client.AdminClient list > engine-config.xml

...won't actually work, because the shell (at least my shell) creates the
engine-config.xml file before it runs the JVM, and then the AxisClient tries
to pick up its config from that (empty) file.

Redirecting to any other name works fine, then you can rename the file.

--G