webSphere 性能配置;
WebSphere的日志信息:
…/profiles/Appsrv01/logs/server下主要日志
SystemErr.log : 系统出错日志
SystemOut.log : 系统中所有活动的日志
trace.log : 系统中所有跟踪的事件的日志
startServer.log : 启动服务器事件的日志
stopServer.log : 停止服务器事件的日志
native_stderr.log : GC垃圾收集日志,这表明了内存管理是否正常。
System.out 日志用于监视正在运行的应用程序服务器的运行状况。
System.err 日志包含用于执行问题分析的异常堆栈跟踪信息。
调整线程池:
服务器 > 应用程序服务器 > server_name > 线程池 > WebContainer
默认线程池设置:
50
50
60000
会话管理:
会话超时时间设置
Servers > Application Servers > WebSphere Portal > Container Settings: Web Container Settings > Session Management > Session Timeout -> Set Timeout
调整设置连接池属性:
资源 > JDBC > 数据源> 连接池属性 > 常规属性
JDBC:
方法1:
在WebSphere 控制管理台配置数据库连接池,请按照以下步骤在WebSphere 控制管理台配置数据库连接池:
1. 登录到WebSphere Application Server管理控制台。
2. 点击资源 -> JDBC 提供程序。
3. 选择你的应用服务器。
4. 选择WebSphere Commerce的JDBC 提供程序。
5. 在“其他属性”中点击数据源。
6. 选择WebSphere Commerce的数据源。
7. 在“其他属性”中点击连接池属性。
8. 该页将显示数据源的连接池属性,你可以更改相应的值。
方法2:
修改resources.xml文件:
参考资料:
https://blog.csdn.net/ShelleyLittlehero/article/details/80106965