在Tomcat 6上对jax ws服务进行depopo时,我收到以下错误:
这是我的war目录:
sun-jaxws.xml:
我的java代码是:
23:30:00-00:00:00
有什么建议吗?
答案 0 :(得分:0)
How to manually deploy a web service on Tomcat 6?
他们是:
this.keys= Object.keys(this.ResultData_search[0])` // my table heading false here
in my template :
<table>
<tr>
<th *ngFor=" let key of keys,let i=index"></th>
</tr>
<tr *ngFor=" let res of ResultData_search ,let i = index" style="height: 35px;">
<td>{{i+1}}</td>
<td *ngFor=" let key of keys ">
{{res[key]}}
</td>
</tr>
</table