websphere

how to increase WAS liberty server messages.log file size?

匆匆过客 提交于 2020-05-17 05:43:26
问题 Good day, I have a mobilefirst app deploy in WAS liberty profile. I found that the messages.log is only 72kb and then it will roll to new log file. I would like to increase the log file size, so I am doing the following way in server.xml, but it does not take effect: <logging traceFileName="messages.log" maxFileSize="20" /> or <logging maxFileSize="0"/> May I know how to increase the log file size? My WAS liberty profile is v8.5.5.5. Kindly advise. 回答1: WAS Liberty logging configuration is

主数据管理的概念和基本实施案例

為{幸葍}努か 提交于 2020-05-08 14:53:50
前言 企业主数据是用来描述企业核心业务实体的数据,比如客户、合作伙伴、员工、产品、物料单、账户等;它是具有高业务价值的、可以在企业内跨越各个业务部门被重复使用的数据,并且存在于多个异构的应用系统中。本文将针对主数据管理的概念以及主数据管理解决方案的实施等方面跟大家作一个探讨。 主数据和主数据管理的概念 企业主数据可以包括很多方面,除了常见的客户主数据之外,不同行业的客户还可能拥有其他各种类型的主数据,例如:对于电信行业客户而言,电信运营商提供的各种服务可以形成其产品主数据;对于航空业客户而言,航线、航班是其企业主数据的一种。对于某一个企业的不同业务部门,其主数据也不同,例如市场销售部门关心客户信息,产品研发部门关心产品编号、产品分类等产品信息,人事部门关心员工机构,部门层次关系等信息。 数据管理的范畴和主数据管理的概念 图 1. 数据管理的范畴    如图所示,企业数据管理的内容及范畴通常包括交易数据、主数据以及元数据。 交易数据: 用于纪录业务事件,如客户的订单,投诉记录,客服申请等,它往往用于描述在某一个时间点上业务系统发生的行为。 主数据:主数据则定义企业核心业务对象,如客户、产品、地址等,与交易流水信息不同,主数据一旦被记录到数据库中,需要经常对其进行维护,从而确保其时效性和准确性;主数据还包括关系数据,用以描述主数据之间的关系,如客户与产品的关系、产品与地域的关系

java.io.IOException: Connection closed: Read failed. Possible end of stream encountered

混江龙づ霸主 提交于 2020-04-30 06:55:21
问题 I found some exceptions in the production logs. These occur many times and I don't know what might be the cause. Can anyone give me some tips about this issue? You may have encountered this problem before. I use WebSphere Application Server V8.5.5.7 and MobileFirst Platform Foundation 7.1. I have attached the stack traces below. com.ibm.ws.webcontainer.util.ApplicationErrorUtils E SRVE0777E: Exception thrown by application class 'org.apache.wink.server.internal.RequestProcessor.handleRequest

TCP accept返回的socket,服务端TCP连接数限制

时光总嘲笑我的痴心妄想 提交于 2020-04-27 04:28:16
http://www.cppblog.com/aa19870406/archive/2012/07/15/183595.html socket accept()返回的socket描述符的端口和listen描述符端口是一样的吗? as you know,一个socket是由一个五元组来唯一标示的,即(协议,server_ip, server_port, client_ip, client_port)。只要该五元组中任何一个值不同,则其代表的socket就不同。这里忽略协议的区别,在同一协议的基础上,服务器端的listen socket的端口可以看成(server_ip, server_port, ***, ***),其中***是通配符,它跟任何一个client_ip, client_port值都不同,可以简单看成是(0,0)对,当然实现不是这样的。这样在服务器端accept之后,返回的连接socket的四元组就是(server_ip, server_port, client_ip, client_port),这里的client_ip,client_port因连接的客户端的不同而不同。所以accept返回的socket和listen socket是不同的,不同之处就在于四元组中的客户端ip和port,而服务器端的server_ip和server_port还是相同的,也就是accpet(

规则引擎 ILog Windows Workflow Foundation Rules Engine

风格不统一 提交于 2020-04-21 18:18:18
使用 WebSphere ILOG JRules 开发保险应用系统 - zero516cn - 博客园 https://www.cnblogs.com/gw811/p/3617647.html 再见了 ! if-else !拥抱规则引擎 - 简书 https://www.jianshu.com/p/9b67ab434795 规则引擎.Net Core - HackerVirus - 博客园 https://www.cnblogs.com/Leo_wl/p/9170336.html 霖雨 - 博客园 https://www.cnblogs.com/jianyus/ 使用 Windows Workflow Foundation 规则引擎提高 SharePoint 2010 工作流的灵活性 | Microsoft Docs https://docs.microsoft.com/zh-cn/previous-versions/office/developer/sharepoint-2010/ff986245(v%3Doffice.14) 使用 Windows Workflow Foundation 规则引擎提高 SharePoint 2010 工作流的灵活性 | Microsoft Docs https://docs.microsoft.com/zh-cn/previous

Hibernate Search's Initial MassIndexer not working with Wepshphere 8.5, but works fine on TOMCAT

人走茶凉 提交于 2020-04-18 00:55:10
问题 We are trying to create the initial elastic search indexes with hibernate search. Below are the configuration on our system and the exception we are facing. First the configuration: hibernate.cfg.xml: jdbc/dataSource <property name="dialect">com.csc.pt.hiber.MSSQLDialect2012</property> <!-- Session/Transaction --> <property name="hibernate.current_session_context_class">thread</property> <property name="transaction.jta.platform" >org.hibernate.service.jta.platform.internal

Hibernate Search's Initial MassIndexer not working with Wepshphere 8.5, but works fine on TOMCAT

落爺英雄遲暮 提交于 2020-04-18 00:51:26
问题 We are trying to create the initial elastic search indexes with hibernate search. Below are the configuration on our system and the exception we are facing. First the configuration: hibernate.cfg.xml: jdbc/dataSource <property name="dialect">com.csc.pt.hiber.MSSQLDialect2012</property> <!-- Session/Transaction --> <property name="hibernate.current_session_context_class">thread</property> <property name="transaction.jta.platform" >org.hibernate.service.jta.platform.internal

ImportError: DLL load failed: The specified module could not be found _ on a different machine (pyinstaller)

天涯浪子 提交于 2020-04-16 04:02:10
问题 I was able to get exe file from py using pyinstaller. I used the following code: pyinstaller -y -F --additional-hooks-dir=. --add-binary ibm_db_dlls;.\ibm_db_dlls Data_QC_Ver1.py this work fine on my laptop, however when trying it on a different machine I get the following error: 回答1: Before I go further into my suggestion an answer in a stack overflow question (see below) that I found was to make sure you have installed pyinstaller and Pywin32 This answer refers to an alternative to

Linux环境下Websphere重启

十年热恋 提交于 2020-04-07 12:21:15
一、Websphere控制台重启 1、更新class文件发布,Websphere自动重启。 2、更新web.xml发布,需要手动更新web.xml或者更新项目。 web.config 缓存位置: WebSphere/AppServer/profiles/AppSrvDC/config/cells/dcapp02Cell01/applications/ 项目 /deployments/ 项目 /项目 /WEB-INF 3、通过添加多个应用程序服务器,让项目置于不同的服务器。 二、命今重启    1、 重启 应用程序服务器   cd /usr/IBM/WebSphere/AppServer/profiles/AppSrvDC/bin/   停止: ./stopServer.sh 应用程序服务器名称 -username 用户名 -password 密码   启动: ./startServer.sh server1   2、 重启nodeagent   cd /usr/IBM/WebSphere/AppServer/profiles/AppSrvDC/bin/   停止: ./stopNode.sh -username 用户名 -password 密码   启动: ./startNode.sh   3、 重启整个 Websphere   cd /usr/IBM/WebSphere

服务器高危端口列表

蓝咒 提交于 2020-04-06 09:45:04
端口 服务 渗透测试 tcp 20,21 FTP(文件传输协议) 允许匿名的上传下载,爆破,嗅探,win提权,远程执行(proftpd 1.3.5),各类后门(proftpd,vsftp 2.3.4) tcp 22 SSH (安全外壳协议 ) 可根据已搜集到的信息尝试爆破,v1版本可中间人,ssh隧道及内网代理转发,文件传输等等 tcp 23 Telnet ( 远程终端协议) 爆破,嗅探,一般常用于路由,交换登陆,可尝试弱口令 tcp 25 SMTP(简单邮件传输协议) 邮件伪造,vrfy/expn查询邮件用户信息,可使用smtp-user-enum工具来自动跑 tcp/udp 53 DNS(域名系统) 允许区域传送,dns劫持,缓存投毒,欺骗以及各种基于dns隧道的远控 tcp/udp 69 TFTP (简单文件传送协议 ) 尝试下载目标及其的各类重要配置文件 tcp 80-89,443,8440-8450,8080-8089 各种常用的Web服务端口 可尝试经典的topn,vpn,owa,webmail,目标oa,各类Java控制台,各类服务器Web管理面板,各类Web中间件漏洞利用,各类Web框架漏洞利用等等…… tcp 110 POP3(邮局协议版本3 ) 可尝试爆破,嗅探 tcp 111,2049 NFS(网络文件系统) 权限配置不当 tcp 137,139,445