> > I need a rpcrouter that won't respond to any of the following commands from > the java org.apache.soap.server.ServiceManagerClient: > deploy, list, query and undeploy. >
ic .. I don't know that you can deploy, list, query undeploy via RPCRouter :~) .... is this true? anyway in that case you might want to write your own router servlet based on RPCRouter or modify the RPCRouter so it does what you wanted to do. /victor
