Question:

Should soap.jar reside in 
     d:\soap\soap-2_2\webapps\soap\WEb_INF\lib
or 
     d:\soap\soap-2_2\lib

Here is the story: 

I have installed tomcat 4.0 (standalone) and jdk 1.4 and I am trying to get
my soap to work

I have done the following:

1) I download soap 2.2 ( soap-bin-2.2.zip ). and unzip it into d:\soap dir
    then  I got 
    d:\soap\soap-2_2\webapps\soap
    d:\soap\soap-2_2\webapps\soap\WEb_INF
    d:\soap\soap-2_2\lib\soap.jar
    d:\soap\soap-2_2\lib\COMProvider.dll

2) I add one entry in server.xml
  <Context path="/soap" docBase="d:\soap\soap-2_2\webapps\soap" debug="1"
reloadable="true"></Context>
3)I add mail.xml, activation.jar, xerces.jar to my classpath
4) set JAVA_HOME and CATALINA_HOME variable
when I try 
      http://localhost:8080/soap/servlet/rpcrouter
 and  http://localhost:8080/soap/servlet/messagerouter


It does not work. so I create 
     d:\soap\soap-2_2\webapps\soap\WEb_INF\lib
and move soap.jar and COMProvider.dll under this dir. Then it works.   


        Zhongwu

Reply via email to