Is there a way to
undeploy all services with one command to the
ServiceManagerClient?
The only way I know
how to undeploy all services right now is to explicitly call undeploy
for each
service
using the following command(s), for example:
java org.apache.soap.server.ServiceManage
Hello,
One of my SOAP
applications needs to read in files on the disk. These files are
located
on a shared drive
(K: in this case mapped to \\myserver\files). So, for example, the
SOAP
application may have
to access a file called k:\data.txt.
I have noticed that,
whenever I run Tomca