当前位置: 代码迷 >> Java Web开发 >> 有人调试过"天乙社区7.1.1"吗?解决思路
  详细解决方案

有人调试过"天乙社区7.1.1"吗?解决思路

热度:830   发布时间:2016-04-17 13:24:40.0
有人调试过"天乙社区7.1.1"吗?
里面有bbscs-src与webapps-bbscs这两个文件!用JBuilder如何创建工程才正确啊?
我是这样创建的:
1.先建一个工程文件gradjob-bbs
2.然后再建一个WebModule,命名为bbs,里面只有WEB-INF
3.接着我在工程文件的同一级目录下创建一个src文件夹,将bbscs-src放进去
4.再接着我把webapps-bbscs拷贝在bbs文件下。
5.然后我rebuilder工程,会报如下错误:

"AutoFilter.java ":   unmappable   character   for   encoding   GBK   at   line   46,   column   54
"AutoFilter.java ":   unmappable   character   for   encoding   GBK   at   line   116,   column   43
"AutoFilter.java ":   unmappable   character   for   encoding   GBK   at   line   122,   column   43
"IPEntry.java ":   unmappable   character   for   encoding   GBK   at   line   23,   column   8
.
.
.
"adminIndex.jsp ":   <2007-8-2   下午04时55分32秒   CST>   <Warning>   <HTTP>   <BEA-101248>   <[C:\Documents   and   Settings\Administrator\jbproject\gradjob-bbs1\bbs]:   Deployment   descriptor   "web.xml "   is   malformed.   Check   against   the   DTD:   org.xml.sax.SAXParseException:   cvc-elt.1:   Cannot   find   the   declaration   of   element   'web-app '.   (line   2,   column   219).>  
"validateSucceed.jsp ":   <2007-8-2   下午04时56分06秒   CST>   <Warning>   <HTTP>   <BEA-101248>   <[C:\Documents   and   Settings\Administrator\jbproject\gradjob-bbs1\bbs]:   Deployment   descriptor   "web.xml "   is   malformed.   Check   against   the   DTD:   org.xml.sax.SAXParseException:   cvc-elt.1:   Cannot   find   the   declaration   of   element   'web-app '.   (line   2,   column   219).>  
"index.jsp ":   <2007-8-2   下午04时56分39秒   CST>   <Warning>   <HTTP>   <BEA-101248>   <[C:\Documents   and   Settings\Administrator\jbproject\gradjob-bbs1\bbs]:   Deployment   descriptor   "web.xml "   is   malformed.   Check   against   the   DTD:   org.xml.sax.SAXParseException:   cvc-elt.1:   Cannot   find   the   declaration   of   element   'web-app '.   (line   2,   column   219).>  
"smile.jsp ":   <2007-8-2   下午04时57分15秒   CST>   <Warning>   <HTTP>   <BEA-101248>   <[C:\Documents   and   Settings\Administrator\jbproject\gradjob-bbs1\bbs]:   Deployment   descriptor   "web.xml "   is   malformed.   Check   against   the   DTD:   org.xml.sax.SAXParseException:   cvc-elt.1:   Cannot   find   the   declaration   of   element   'web-app '.   (line   2,   column   219).>  
"regSucceed.jsp ":   <2007-8-2   下午04时57分35秒   CST>   <Warning>   <HTTP>   <BEA-101248>   <[C:\Documents   and   Settings\Administrator\jbproject\gradjob-bbs1\bbs]:   Deployment   descriptor   "web.xml "   is   malformed.   Check   against   the   DTD:   org.xml.sax.SAXParseException:   cvc-elt.1:   Cannot   find   the   declaration   of   element   'web-app '.   (line   2,   column   219).>  
  相关解决方案