看你的dist文件夹下面是否有hello-jaxrpc.war文件,如果没有,就是
ant process-war 这个命令没有执行成功!看看你的targets.xml文件中
process-war是怎么定义的。

解决方案 »

  1.   

    Specifying the Endpoint Address 
    To access MyHelloService, the tutorial clients will specify this service endpoint address URI: http://localhost:1024/hello-jaxrpc/hello The /hello-jaxrpc string is the context root of the servlet that implements MyHelloService. The /hello string is the servlet alias. To specify the endpoint address, you set the context root and alias as follows: In deploytool, select MyHelloService in the tree.
    Select the General tab.
    In the Context Root field, enter hello-jaxrpc.
    In the tree, select HelloImpl.
    Select the Aliases tab.
    In the Component Aliases table, add /hello. (Don't forget the forward slash.)
    Select FileSave.
    你是不是没有做这一步呀
      

  2.   

    我没有用那个部署工具,
    用的是例子自带的ant做的