What are the different kinds of log files in WAS ?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 12 of 12 Answers

Tanaji

  • Aug 26th, 2016
 

Log files are available in WAS
1. WebServer logs :- access.log ,error.log
2. Plugin log :- http_plugin.log
3. JVM logs :- SystemOut.log,SystemErro.log,nativeStdeOut.log,nativestderr.log.(starServer.log , StopServer.log)
4. Tracelog :- trace.log
5. Activity log :- activity.log
6. FFDC log :- ffdc.log

  Was this answer useful?  Yes

siva

  • Aug 26th, 2016
 

JVM logs
Native logs
Process logs
Sevice logs

  Was this answer useful?  Yes

Ravi Chawhan

  • Sep 13th, 2016
 

Complete WAS Logs
=>JVM logs are two types
1) SystemOut.log
2)SystemErr.log
=>Native logs are two types
1) Native_stdout.log
2)Native_stderr.log
=>Trace log
1) Trace.log
=>Activity logs are service log
1)Activity.log
=> Command line logs
1)Startserver.log
2)Stopserver.log
3)Addnode.log
=>Installation log
1)Log.txt
=>Fix pack logs
1)Updatelog.txt
------------------------------
=>IHS Logs
1)Access.log
2)Error.log
3)Adminerror.log
4)Install.log
---------------------
=>Plugin logs
1)http_plugin.log

  Was this answer useful?  Yes

Brijesh Shah

  • Aug 18th, 2017
 

4 types
SystemOut.log
SystemError.log
native_stdout.log
native_stderr.log

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions