bos启动56898服务器配置界面报错

Posted suruozhong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bos启动56898服务器配置界面报错相关的知识,希望对你有一定的参考价值。

 1 //文件路径  /easweb/runtime/server/deploy/portal.ear/portal.war/WEB-INF/config/spring/applicationContext-datasource.xml
 2  
 3 //替换为dataCenter中数据库中心代码
 4 <?xml version="1.0" encoding="UTF-8"?>
 5 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
 6 <beans default-lazy-init="true" default-autowire="no" default-dependency-check="none">
 7   <bean id="dataSource" class="com.kingdee.portal.biz.core.datacenter.KDPortalDataSource">
 8     <property name="dataSource">
 9       <ref bean="A001" />
10     </property>
11   </bean>
12   <bean id="A001" class="org.springframework.jndi.JndiObjectFactoryBean">
13     <property name="jndiName" value="jdbc/A001" />
14   </bean>
15 </beans>
16  
17  
18 // 文件路径  /easweb/runtime/apusic/config/server.xml
19 easweb/web/webRoot 对应的application name属性修改为 easweb
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE server PUBLIC "-//Apusic//DTD Apusic Server Application 1.1//EN" "http://www.apusic.com/dtds/server_1_1.dtd">
22 <server>
23     <application name="portal.ear" base="W:/workspace/easweb/runtime/server/deploy/portal.ear" start="auto" global-session="true" />
24     <application name="eas.ear" base="W:/workspace/easweb/runtime/server/deploy/eas.ear" start="auto" />
25     <application name="fileserver.ear" base="W:/workspace/easweb/runtime/server/deploy/fileserver.ear" start="auto" />
26     <application name="easweb" base="W:/workspace/easweb/web/webRoot" start="auto" />
27 </server>

 

以上是关于bos启动56898服务器配置界面报错的主要内容,如果未能解决你的问题,请参考以下文章

Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段

SpringBoot启动报错“Consider defining a bean of type ‘xxx.mapper.UserMapper‘ in your configuration.“(代码片段

框架 day58 BOS项目练习(基于activiti物流配送流程,启动,查询,办理,项目知识点复习)

部署在tomcat下面的jenkins启动了多个实例,界面访问报错

配置PHP解析环境时,启动php服务报错了,怎么处理?排它!

【求助】win2003启动报错,求助(win32time)