Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/src/commit/8fae4b025ce9cab9d2406f4a05af36a28c76d76a/out/artifacts/zhyw_war_exploded/WEB-INF/deploy.wsdd You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/out/artifacts/zhyw_war_exploded/WEB-INF/deploy.wsdd

12 lines
619 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<!--
service name:和webservice类名通常一致provider里面的参数表示Java RPC通信机制
parametername:表示完全限定名的名字可以随便写value:表示webservice类的完全限定名
-->
<service name="LoginService" provider="java:RPC">
<parameter name="className" value="com.zky.sspd.webservice.LoginService"/>
<parameter name="allowedMethods" value="*"/>
</service>
</deployment>