You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "陳照東) <alex@erp.ncu.edu.tw>" <Alex> on 2001/03/07 08:12:57 UTC

help me!!!!

i got be crazy !!!! please help  ....
below is my setting about tomcat
=======================it's my startup.bat settingd=============================
SET TOMCAT_HOME=
echo Unable to determine the value of TOMCAT_HOME.
goto eof

:start
set CLASSPATH=d:\xerces-1_2_/3\xerces.jar;%CLASSPATH%;%cp%

call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9

:eof
=========================================================================

========================it's my server.xml==================================
 <Context path="" docBase="webapps/ROOT" debug="0" reloadable="true" > 
        </Context>

        <Context path="/test" docBase="d:/soap-2_1/webapps/test" debug="0" reloadable="true" > 
        </Context>
<Context path="/soap" docBase="webapps/soap"
         debug="1" reloadable="true">
</Context>
    </ContextManager>
====================================================================

D:\jakarta-tomcat\webapps\soap   
  has folders below: 
 ---+admin
     +WEB-INF
     +server           

and  one file index.html

but  in the index.html,it has one line  <li><a href="servlet/rpcrouter">Visit</a> the SOAP RPC router
        URL for this SOAP server</li>
ok, where is servlet/rpcrouter location????????
where it is and what will put  in this folder????

and when i run the sample addressbook , it shows error messages below:

This test assumes a server URL of http://localhost:8080/soap/server/rpcrouter
Deploying the addressbook service...
Ouch, the call failed:
  Fault Code   = SOAP-ENV:Server.Exception:
  Fault String = java.lang.NoSuchMethodError
.
Verify that its there
....

ok, i have see that /soap/servlet/rpcrouter again !!! i dont know whether i should creat the folder D:\jakarta-tomcat\webapps\soap\server\rpcrouter 
and is't right and what files should put in there???
oh... what's going on ????? how to solve it ???

                                                    Alex




IT DEP. Special Team-XML 
       Alex      
Tel:(03)4227151 ext:6024

alex@ERP.NCU.EDU.TW
=We Do Enterprise Services=

Sanjeev Batta

Posted by "陳照東) <alex@erp.ncu.edu.tw>" <Alex>.
Dear Sanjeev Batta:
thanks a lot. 
where u come from guy????

                                                                                                    Alex



IT DEP. Special Team-XML 
       Alex      
Tel:(03)4227151 ext:6024

alex@ERP.NCU.EDU.TW
=We Do Enterprise Services=
  ----- Original Message ----- 
  From: Sanjeev Batta 
  To: soap-user@xml.apache.org 
  Sent: Thursday, March 08, 2001 12:40 AM
  Subject: RE: help me!!!!


  Are you using testit command? This doesn't work properly. Deploy the application using GUI interface. Check this out for more details
  http://www-106.ibm.com/developerworks/library/ws-peer2/?dwzone=ws

  Thanks

  Sanjeev

    -----Original Message-----
    From: Alex (陳照東) [mailto:alex@erp.ncu.edu.tw]
    Sent: Tuesday, March 06, 2001 11:13 PM
    To: soap-user@xml.apache.org
    Subject: help me!!!!


    i got be crazy !!!! please help  ....
    below is my setting about tomcat
    =======================it's my startup.bat settingd=============================
    SET TOMCAT_HOME=
    echo Unable to determine the value of TOMCAT_HOME.
    goto eof

    :start
    set CLASSPATH=d:\xerces-1_2_/3\xerces.jar;%CLASSPATH%;%cp%

    call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9

    :eof
    =========================================================================

    ========================it's my server.xml==================================
     <Context path="" docBase="webapps/ROOT" debug="0" reloadable="true" > 
            </Context>

            <Context path="/test" docBase="d:/soap-2_1/webapps/test" debug="0" reloadable="true" > 
            </Context>
    <Context path="/soap" docBase="webapps/soap"
             debug="1" reloadable="true">
    </Context>
        </ContextManager>
    ====================================================================

    D:\jakarta-tomcat\webapps\soap   
      has folders below: 
     ---+admin
         +WEB-INF
         +server           

    and  one file index.html

    but  in the index.html,it has one line  <li><a href="servlet/rpcrouter">Visit</a> the SOAP RPC router
            URL for this SOAP server</li>
    ok, where is servlet/rpcrouter location????????
    where it is and what will put  in this folder????

    and when i run the sample addressbook , it shows error messages below:

    This test assumes a server URL of http://localhost:8080/soap/server/rpcrouter
    Deploying the addressbook service...
    Ouch, the call failed:
      Fault Code   = SOAP-ENV:Server.Exception:
      Fault String = java.lang.NoSuchMethodError
    .
    Verify that its there
    ....

    ok, i have see that /soap/servlet/rpcrouter again !!! i dont know whether i should creat the folder D:\jakarta-tomcat\webapps\soap\server\rpcrouter 
    and is't right and what files should put in there???
    oh... what's going on ????? how to solve it ???

                                                        Alex




    IT DEP. Special Team-XML 
           Alex      
    Tel:(03)4227151 ext:6024

    alex@ERP.NCU.EDU.TW
    =We Do Enterprise Services=

Sanjeev Batta

Posted by "陳照東) <alex@erp.ncu.edu.tw>" <Alex>.
Dear Sanjeev Batta:
thanks a lot. 
where u come from guy????

                                                                                                    Alex



IT DEP. Special Team-XML 
       Alex      
Tel:(03)4227151 ext:6024

alex@ERP.NCU.EDU.TW
=We Do Enterprise Services=
  ----- Original Message ----- 
  From: Sanjeev Batta 
  To: soap-user@xml.apache.org 
  Sent: Thursday, March 08, 2001 12:40 AM
  Subject: RE: help me!!!!


  Are you using testit command? This doesn't work properly. Deploy the application using GUI interface. Check this out for more details
  http://www-106.ibm.com/developerworks/library/ws-peer2/?dwzone=ws

  Thanks

  Sanjeev

    -----Original Message-----
    From: Alex (陳照東) [mailto:alex@erp.ncu.edu.tw]
    Sent: Tuesday, March 06, 2001 11:13 PM
    To: soap-user@xml.apache.org
    Subject: help me!!!!


    i got be crazy !!!! please help  ....
    below is my setting about tomcat
    =======================it's my startup.bat settingd=============================
    SET TOMCAT_HOME=
    echo Unable to determine the value of TOMCAT_HOME.
    goto eof

    :start
    set CLASSPATH=d:\xerces-1_2_/3\xerces.jar;%CLASSPATH%;%cp%

    call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9

    :eof
    =========================================================================

    ========================it's my server.xml==================================
     <Context path="" docBase="webapps/ROOT" debug="0" reloadable="true" > 
            </Context>

            <Context path="/test" docBase="d:/soap-2_1/webapps/test" debug="0" reloadable="true" > 
            </Context>
    <Context path="/soap" docBase="webapps/soap"
             debug="1" reloadable="true">
    </Context>
        </ContextManager>
    ====================================================================

    D:\jakarta-tomcat\webapps\soap   
      has folders below: 
     ---+admin
         +WEB-INF
         +server           

    and  one file index.html

    but  in the index.html,it has one line  <li><a href="servlet/rpcrouter">Visit</a> the SOAP RPC router
            URL for this SOAP server</li>
    ok, where is servlet/rpcrouter location????????
    where it is and what will put  in this folder????

    and when i run the sample addressbook , it shows error messages below:

    This test assumes a server URL of http://localhost:8080/soap/server/rpcrouter
    Deploying the addressbook service...
    Ouch, the call failed:
      Fault Code   = SOAP-ENV:Server.Exception:
      Fault String = java.lang.NoSuchMethodError
    .
    Verify that its there
    ....

    ok, i have see that /soap/servlet/rpcrouter again !!! i dont know whether i should creat the folder D:\jakarta-tomcat\webapps\soap\server\rpcrouter 
    and is't right and what files should put in there???
    oh... what's going on ????? how to solve it ???

                                                        Alex




    IT DEP. Special Team-XML 
           Alex      
    Tel:(03)4227151 ext:6024

    alex@ERP.NCU.EDU.TW
    =We Do Enterprise Services=

RE: help me!!!!

Posted by Sanjeev Batta <sa...@mercatorsystems.com>.
Are you using testit command? This doesn't work properly. Deploy the
application using GUI interface. Check this out for more details
http://www-106.ibm.com/developerworks/library/ws-peer2/?dwzone=ws

Thanks

Sanjeev

  -----Original Message-----
  From: Alex (陳照東) [mailto:alex@erp.ncu.edu.tw]
  Sent: Tuesday, March 06, 2001 11:13 PM
  To: soap-user@xml.apache.org
  Subject: help me!!!!


  i got be crazy !!!! please help  ....
  below is my setting about tomcat
  =======================it's my startup.bat
settingd=============================
  SET TOMCAT_HOME=
  echo Unable to determine the value of TOMCAT_HOME.
  goto eof

  :start
  set CLASSPATH=d:\xerces-1_2_/3\xerces.jar;%CLASSPATH%;%cp%

  call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9

  :eof
  =========================================================================

  ========================it's my
server.xml==================================
   <Context path="" docBase="webapps/ROOT" debug="0" reloadable="true" >
          </Context>

          <Context path="/test" docBase="d:/soap-2_1/webapps/test" debug="0"
reloadable="true" >
          </Context>
  <Context path="/soap" docBase="webapps/soap"
           debug="1" reloadable="true">
  </Context>
      </ContextManager>
  ====================================================================

  D:\jakarta-tomcat\webapps\soap
    has folders below:
   ---+admin
       +WEB-INF
       +server

  and  one file index.html

  but  in the index.html,it has one line  <li><a
href="servlet/rpcrouter">Visit</a> the SOAP RPC router
          URL for this SOAP server</li>
  ok, where is servlet/rpcrouter location????????
  where it is and what will put  in this folder????

  and when i run the sample addressbook , it shows error messages below:

  This test assumes a server URL of
http://localhost:8080/soap/server/rpcrouter
  Deploying the addressbook service...
  Ouch, the call failed:
    Fault Code   = SOAP-ENV:Server.Exception:
    Fault String = java.lang.NoSuchMethodError
  .
  Verify that its there
  ....

  ok, i have see that /soap/servlet/rpcrouter again !!! i dont know whether
i should creat the folder D:\jakarta-tomcat\webapps\soap\server\rpcrouter
  and is't right and what files should put in there???
  oh... what's going on ????? how to solve it ???

                                                      Alex




  IT DEP. Special Team-XML
         Alex
  Tel:(03)4227151 ext:6024

  alex@ERP.NCU.EDU.TW
  =We Do Enterprise Services=

RE: help me!!!!

Posted by Sanjeev Batta <sa...@mercatorsystems.com>.
Are you using testit command? This doesn't work properly. Deploy the
application using GUI interface. Check this out for more details
http://www-106.ibm.com/developerworks/library/ws-peer2/?dwzone=ws

Thanks

Sanjeev

  -----Original Message-----
  From: Alex (陳照東) [mailto:alex@erp.ncu.edu.tw]
  Sent: Tuesday, March 06, 2001 11:13 PM
  To: soap-user@xml.apache.org
  Subject: help me!!!!


  i got be crazy !!!! please help  ....
  below is my setting about tomcat
  =======================it's my startup.bat
settingd=============================
  SET TOMCAT_HOME=
  echo Unable to determine the value of TOMCAT_HOME.
  goto eof

  :start
  set CLASSPATH=d:\xerces-1_2_/3\xerces.jar;%CLASSPATH%;%cp%

  call %TOMCAT_HOME%\bin\tomcat start %1 %2 %3 %4 %5 %6 %7 %8 %9

  :eof
  =========================================================================

  ========================it's my
server.xml==================================
   <Context path="" docBase="webapps/ROOT" debug="0" reloadable="true" >
          </Context>

          <Context path="/test" docBase="d:/soap-2_1/webapps/test" debug="0"
reloadable="true" >
          </Context>
  <Context path="/soap" docBase="webapps/soap"
           debug="1" reloadable="true">
  </Context>
      </ContextManager>
  ====================================================================

  D:\jakarta-tomcat\webapps\soap
    has folders below:
   ---+admin
       +WEB-INF
       +server

  and  one file index.html

  but  in the index.html,it has one line  <li><a
href="servlet/rpcrouter">Visit</a> the SOAP RPC router
          URL for this SOAP server</li>
  ok, where is servlet/rpcrouter location????????
  where it is and what will put  in this folder????

  and when i run the sample addressbook , it shows error messages below:

  This test assumes a server URL of
http://localhost:8080/soap/server/rpcrouter
  Deploying the addressbook service...
  Ouch, the call failed:
    Fault Code   = SOAP-ENV:Server.Exception:
    Fault String = java.lang.NoSuchMethodError
  .
  Verify that its there
  ....

  ok, i have see that /soap/servlet/rpcrouter again !!! i dont know whether
i should creat the folder D:\jakarta-tomcat\webapps\soap\server\rpcrouter
  and is't right and what files should put in there???
  oh... what's going on ????? how to solve it ???

                                                      Alex




  IT DEP. Special Team-XML
         Alex
  Tel:(03)4227151 ext:6024

  alex@ERP.NCU.EDU.TW
  =We Do Enterprise Services=