问题:The requested resource () is not available.
HTTP Status 404 -
type Status report
message
description The requested resource () is not available.
原因:当然这不是根本原因,根本原因是tomcat或者web.xml等,映射URL问题 这是个思路就是看看你的URL是否正确
https://10.10.10.10:28186/bfront/service/ 写成了 https://10.10.10.10:28186/bfront/service
没加最后的/ 。。。