博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Different Types of Logs in Websphere Application Server
阅读量:5914 次
发布时间:2019-06-19

本文共 1047 字,大约阅读时间需要 3 分钟。

A)  1)  SystemOut.log :  standard JVM output log

          —> Indicates if the code running on the Application Server started and stopped successfully.
—>Destination and name are configurable.
—-> Can be used for user messages.
2)      SystemErr.log : standard JVM error log
—-> Identifies exceptions thrown by the code running on the Application Server.
—-> Destination and name are configurable.
3)     startServer.log and stopServer.log :
—-> Describes the startup and shutdown of the Application Servers.
4)  Activity.log: events that show a history of activities
—-> Use Log Analyzer to read output from this file.

5)  http_plugin.log : plug-in trace log

—-> Errors and data from the Web server plug-in.
6) trace.log :  output from diagnostic trace.
—-> Destination and name are configurable.
—-> All WebSphere Application Server log files are under the logs directory. where is the WebSphere Application Server installation directory (for Windows 2000 the default is: C:Program FilesWebSphereAppServer).

转载于:https://www.cnblogs.com/myland/p/5680230.html

你可能感兴趣的文章
CPU显卡内存与3DMAX渲染的关系
查看>>
【Java】方法重载于覆写的区别;This与Super的区别;Final关键字的作用
查看>>
10.2生成器
查看>>
VS2010编辑界面主题美化
查看>>
Linux 常用命令之touch
查看>>
RestTemplate设置通用header
查看>>
TRex 学习(2) ---- stateful (basic)
查看>>
[高并发Java 二] 多线程基础
查看>>
PHP源码目录结构
查看>>
Linux桌面虚拟化技术KVM介绍及其安装
查看>>
硬盘主引导记录详解
查看>>
用户与用户组管理
查看>>
CentOS 6.8 手工安装 Firefox
查看>>
【栈】POJ 1028 Web Navigation
查看>>
[文摘]JDK里的设计模式
查看>>
初学大数据需要了解哪些方面的知识?
查看>>
能量山水画家武湲承:搬运时空能量,聚藏山水画中
查看>>
谈一次异步上传到又拍云的案例教程
查看>>
【Ubuntu】IBM资料学习笔记
查看>>
C#接收命令行参数的代码
查看>>