Post subject:Deploying War file in Weblogic 9.2

用户在MyEclipse中成功将Web应用部署到Tomcat后,尝试部署到WebLogic Server 9.2时遇到错误。错误信息显示web.xml文件中的servlet-mapping元素存在格式问题,并提示welcome-file-list元素不能包含文本内容。
导读:
   Registered Member
   Joined: Jun 05, 2007
   Posts: 19
  Hi all,
  I am using MyEclipse 5.5.1 GA. I deployed the web application (packaged war file) in
  Tomcat 5.5 successfully. But when I deployed the same web application in Weblogic
  Server 9.2, I received errors. Could some one help please? Here is the display from
  MyEclipse console:
   Quote:
  C:/bea921/user_projects/domains/base_domain921/servers/AdminServer/stage/_appsdir_FotoProject_war/FotoProject.war/WEB-INF/web.xml:80:20:80:20: problem: cvc-complex-type.2.4a: Expected element 'servlet-name@http://java.sun.com/xml/ns/j2ee' instead of 'url-pattern@http://java.sun.com/xml/ns/j2ee' here in element servlet-mapping@http://java.sun.com/xml/ns/j2ee:
  C:/bea921/user_projects/domains/base_domain921/servers/AdminServer/stage/_appsdir_FotoProject_war/FotoProject.war/WEB-INF/web.xml:80:106:80:106: problem: cvc-complex-type.2.4c: Expected element 'url-pattern@http://java.sun.com/xml/ns/j2ee' before the end of the content in element servlet-mapping@http://java.sun.com/xml/ns/j2ee:
  C:/bea921/user_projects/domains/base_domain921/servers/AdminServer/stage/_appsdir_FotoProject_war/FotoProject.war/WEB-INF/web.xml:81:20:81:20: problem: cvc-complex-type.2.4a: Expected element 'servlet-name@http://java.sun.com/xml/ns/j2ee' instead of 'url-pattern@http://java.sun.com/xml/ns/j2ee' here in element servlet-mapping@http://java.sun.com/xml/ns/j2ee:
  C:/bea921/user_projects/domains/base_domain921/servers/AdminServer/stage/_appsdir_FotoProject_war/FotoProject.war/WEB-INF/web.xml:81:110:81:110: problem: cvc-complex-type.2.4c: Expected element 'url-pattern@http://java.sun.com/xml/ns/j2ee' before the end of the content in element servlet-mapping@http://java.sun.com/xml/ns/j2ee:
  C:/bea921/user_projects/domains/base_domain921/servers/AdminServer/stage/_appsdir_FotoProject_war/FotoProject.war/WEB-INF/web.xml:82:20:82:20: problem: cvc-complex-type.2.4a: Expected element 'servlet-name@http://java.sun.com/xml/ns/j2ee' instead of 'url-pattern@http://java.sun.com/xml/ns/j2ee' here in element servlet-mapping@http://java.sun.com/xml/ns/j2ee:
  C:/bea921/user_projects/domains/base_domain921/servers/AdminServer/stage/_appsdir_FotoProject_war/FotoProject.war/WEB-INF/web.xml:82:90:82:90: problem: cvc-complex-type.2.4c: Expected element 'url-pattern@http://java.sun.com/xml/ns/j2ee' before the end of the content in element servlet-mapping@http://java.sun.com/xml/ns/j2ee:
  at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:229)
  at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:216)
  at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:141)
  at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)
  at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)
  at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:749)
  at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:378)
  at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720)
  at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:729)
  at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)
  at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:775)
  ... 25 more
  weblogic.application.ModuleException: VALIDATION PROBLEMS WERE FOUND
  C:/bea921/user_projects/domains/base_domain921/servers/AdminServer/stage/_appsdir_FotoProject_war/FotoProject.war/WEB-INF/web.xml:15:32:15:32: problem: cvc-complex-type.2.3: Element 'welcome-file-list@http://java.sun.com/xml/ns/j2ee' with element-only content type cannot have text content.:

本文转自
http://www.myeclipseide.com/PNphpBB2-viewtopic-t-18452.html
【论文复现】一种基于价格弹性矩阵的居民峰谷分时电价激励策略【需求响应】(Matlab代码实现)内容概要:本文介绍了一种基于价格弹性矩阵的居民峰谷分时电价激励策略,旨在通过需求响应机制优化电力系统的负荷分布。该研究利用Matlab进行代码实现,构建了居民用电行为与电价变动之间的价格弹性模型,通过分析不同时间段电价调整对用户用电习惯的影响,设计合理的峰谷电价方案,引导用户错峰用电,从而实现电网负荷的削峰填谷,提升电力系统运行效率与稳定性。文中详细阐述了价格弹性矩阵的构建方法、优化目标函数的设计以及求解算法的实现过程,并通过仿真验证了所提策略的有效性。; 适合人群:具备一定电力系统基础知识和Matlab编程能力,从事需求响应、电价机制研究或智能电网优化等相关领域的科研人员及研究生。; 使用场景及目标:①研究居民用电行为对电价变化的响应特性;②设计并仿真基于价格弹性矩阵的峰谷分时电价激励策略;③实现需求响应下的电力负荷优化调度;④为电力公司制定科学合理的电价政策提供理论支持和技术工具。; 阅读建议:建议读者结合提供的Matlab代码进行实践操作,深入理解价格弹性建模与优化求解过程,同时可参考文中方法拓展至其他需求响应场景,如工业用户、商业楼宇等,进一步提升研究的广度与深度。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值