You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Rishi Khanna <ri...@yodlee.com> on 2001/04/23 20:48:19 UTC

Server side configuration

Hi,
 
I am using apache server on UNIX plateform with resin as servletrunner. I
have xerces.jar, mail.jar and soap.jar in my classpath. I have
RPCRouterServlet.java(is this what is called rpcrouter ?). I am trying  run
calculator sample program from my WINNT client. I am trying to deploy it
using
 
java org.apache.soap.server.ServiceManagerClient
http://216.35.14.189:5167/soap/servlet/rpcrouter
<http://216.35.14.189:5167/soap/servlet/rpcrouter>  deploy
DeploymentDescriptor.xml but I am getting errors. Need I do anything else. I
am not sure whether its Soap problem or resin problem. What should I get it
I run the RPCRouterServlet.java from the browser.
 
Please help me ASAP.
 
--Rishi