在MyElicpse中用Struts 1.3,struts-config.xml使用<data-sources>时出现错误 5
<struts-config><data-sources><data-sourcekey="sqlServer"type="org.apache.commons.dbcp...
<struts-config>
<data-sources>
<data-source key="sqlServer" type="org.apache.commons.dbcp.BasicDataSource">
<set-property property="password" value="123"/>
<set-property property="minCount" value="10"/>
<set-property property="maxCount" value="20"/>
<set-property property="username" value="sa"/>
<set-property property="driverClassName" value="com.microsoft.sqlserver.jdbc.SQLServerDriver"/>
<set-property property="description" value="aic datasource SQL Server"/>
<set-property property="url" value="jdbc:sqlserver://localhost:1433;DatabaseName=Book"/>
<set-property property="readOnly" value="false"/>
<set-property property="autoCommit" value="true"/>
</data-source>
</data-sources>
<form-beans >
<form-bean name="RegForm" type="book.struts.reg.RegForm" />
</form-beans>
<global-exceptions />
<global-forwards />
<action-mappings >
<action
attribute="RegForm"
input="/reg.jsp"
name="RegForm"
path="/reg"
scope="request"
type="book.struts.reg.RegForm"
validate="false"
cancellable="true">
<forward name="regsuccess" path="/login.jsp" />
<forward name="regfail" path="/reg.jsp" />
</action>
</action-mappings>
<message-resources parameter="book.struts.ApplicationResources" />
</struts-config>
第一行<struts-config> 表示错误:The content of element type "struts-config" must match "(display-name?,description?,form-beans?,global-
exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*)".
是不是因为Struts1.3和Struts1.2设置不同,要如何设置? 展开
<data-sources>
<data-source key="sqlServer" type="org.apache.commons.dbcp.BasicDataSource">
<set-property property="password" value="123"/>
<set-property property="minCount" value="10"/>
<set-property property="maxCount" value="20"/>
<set-property property="username" value="sa"/>
<set-property property="driverClassName" value="com.microsoft.sqlserver.jdbc.SQLServerDriver"/>
<set-property property="description" value="aic datasource SQL Server"/>
<set-property property="url" value="jdbc:sqlserver://localhost:1433;DatabaseName=Book"/>
<set-property property="readOnly" value="false"/>
<set-property property="autoCommit" value="true"/>
</data-source>
</data-sources>
<form-beans >
<form-bean name="RegForm" type="book.struts.reg.RegForm" />
</form-beans>
<global-exceptions />
<global-forwards />
<action-mappings >
<action
attribute="RegForm"
input="/reg.jsp"
name="RegForm"
path="/reg"
scope="request"
type="book.struts.reg.RegForm"
validate="false"
cancellable="true">
<forward name="regsuccess" path="/login.jsp" />
<forward name="regfail" path="/reg.jsp" />
</action>
</action-mappings>
<message-resources parameter="book.struts.ApplicationResources" />
</struts-config>
第一行<struts-config> 表示错误:The content of element type "struts-config" must match "(display-name?,description?,form-beans?,global-
exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in*)".
是不是因为Struts1.3和Struts1.2设置不同,要如何设置? 展开
2个回答
浙江启扬智能科技有限公司
2023-06-12 广告
2023-06-12 广告
Linux 嵌入式系统中,USB 启动模式能够烧写 ARM 的 uboot 的原因主要有以下几个方面:1. USB 启动模式相对于传统的 BIOS 启动模式来说,具有更高的兼容性和灵活性,可以支持更多的硬件设备和操作系统。2. USB 启动...
点击进入详情页
本回答由浙江启扬智能科技有限公司提供
展开全部
错误提示你的是struts-config 必须与下面匹配
"(display-name?(0个或1个),description?,form-beans?,global-
exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in(0个或多个))".
难道是因为你的dataSources的原因?
"(display-name?(0个或1个),description?,form-beans?,global-
exceptions?,global-forwards?,action-mappings?,controller?,message-resources*,plug-in(0个或多个))".
难道是因为你的dataSources的原因?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询