当前位置: 代码迷 >> Web开发 >> 求解,WEB接口在Tomcat上报的异常
  详细解决方案

求解,WEB接口在Tomcat上报的异常

热度:227   发布时间:2012-11-10 10:48:51.0
求解,WEB接口在Tomcat下报的错误
把web接口 加入到Tomcat/webapps下面以后, 运行bin/startup.bat
 报错:
  com.microsoft.sqlserver.jdbc.SQLServerException:无法更改表'tr_selected_lesson'
 因为数据库'XXX'中不存在此表
  
 访问这个web接口的时候显示:
 
 HTTP Status 404 - /HrSyncService/
  type Status report
  message /HrSyncService/
  description The requested resource (/HrSyncService/) is not available.
  Apache Tomcat/5.5.16
 
 
 我查边这个接口也没发现有这个表的应用,我在数据库中建立这个表 依然不行。
 
 急

------解决方案--------------------
没人回答的时候你可以删除帖子,分数都会返还给你.
  相关解决方案