What is the format of the log message out to standard out?
Answer / Anuj Goswami
The format of log messages out to standard out in WebLogic can vary depending on the specific logging feature being used. However, a common format includes a timestamp, logging level (such as SEVERE, WARNING, INFO, etc.), application name or module name, and the actual log message text.nFor example:n`2023-04-15 12:34:56,789 INFO myApp - This is an informational log message.`
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I use a native two-tier driver for a browser applet? : BEA Weblogic
What are tuning jvm parameters?
In web logic how are new threads assigned?
What are the enhancements in ejb 2.0 with respect to cmp?
Do ejbs have to be homogeneously deployed across a cluster? Why?
Explain what are the transaction isolation levels supported by weblogic jdriver?
How to troubleshoot it?
What is the basic requirement for starting a WebLogic server?.
1 Answers ABC Inc, CMC, HCL, Wipro,
Explain load blancing alogarthims in cluster??
How do you troubleshoot server hang?
Explain the types of application deployed in wls?
when we creates a domain, it creates one-startManagedWebLogic in bea user_projects\domains\MyDomain\bin dir. Suppose we have 2 or more than 2 managed severs in our unix env.how can we start all our managed servers. I know we have to copy startManagedWebLogic with server name.then wht to modify in the script to start ecah of the managed servers?