log « weblogic « Java Enterprise Q&A





1. Weblogic: How do I list all logged on users?    stackoverflow.com

I'd like to list the currently logged on users for my Weblogic domain Failing that, I'd like to know how many users are logged on. Ideally by using the admin console, or a ...

2. WebLogic Web Services URL/protocol at run-time    stackoverflow.com

I've been looking through the WebLogic API and can't seem to find what I'm looking for... Is there a way to determine at run-time the URL being used by an application ...

3. weblogic setting log filename pattern for rotation    stackoverflow.com

I have written a wlst script to change the log file rotation strategy from BySize to ByTime which works correctly but the names of the rotated files are still fileName.log000n where ...

4. How to turn on debug and trace logging for weblogic?    stackoverflow.com

I understand there are very many ways to do this- just not very clear to me which ones I should use. Some of the answers on google dont work and the ...

5. Logback stops logging after configuration reload    stackoverflow.com

We are evaluating the use of Logback in a multi-server Weblogic environment. On one machine we have two Weblogic server instances (basically two separate JVM processes) running on a same Weblogic ...

6. Getting logged out of application when going through load balancer    stackoverflow.com

When a user logs into our applicaiton and then clicks a link in the application they are logged out and taken back to the login screen. Sometimes it takes a few ...

7. http extended logging format in weblogic 9.1 access logs    stackoverflow.com

I am trying to log the Authenticated user name in access logs. can i know how tolog it. I have written my custom class for that.And added it to weblogic startup classpath. ...

8. Setting "java.util.logging.manager" during weblogic startup gives ClassNotFoundException    stackoverflow.com

In-order to achieve custom loggin , am overriding java.util.logging.LogManager. Now i need to point "java.util.logging.manager" system property to my CustomLogManager class. In jdev , its possobie by setting java options in project properties. "-Djava.util.logging.manager=project8.CustomLogManager" ...

9. how to set java option per webapplication in weblogic    stackoverflow.com

how can i set a java_option - in my case java.util.logging.manager - per web application in weblogic ? I cant set in globally, since weblogic logging also uses this same log manager. ...





10. slf4j warning about the same binding being duplicate    stackoverflow.com

SLF4J complains about multiple bindings, but those look exactly the same:

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [zip:C:/bea_domains/my_service_domain/servers/AdminServer/tmp/_WL_user/my-shared-app-lib/obaz3z/APP-INF/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [zip:C:/bea_domains/my_service_domain/servers/AdminServer/tmp/_WL_user/my-shared-app-lib/obaz3z/APP-INF/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
Is there ...

11. WebLogic logs containing BEA-180029 -     stackoverflow.com

may i know if someone has encountered this before? Found this in WebLogic managed server logs.

####<Jul 15, 2011 9:59:34 AM EST> <Error> <WTC> <mi009.aiu.com> <ilpmServer3> <ExecuteThread: '58' for queue: 'weblogic.kernel.Default'> <ICO_WS1> ...

12. Reading a config file from weblogic domain dir    stackoverflow.com

I have a config file which lists all the configuration details for Logback.xml like the log file location and log level etc. I have this file placed in resources under the ...

13. WebLogic: Getting Standard Error Into A File    stackoverflow.com

I'm using WebLogic 9.2. I found an option in the Admin Server web page to send standard out to the server log files. I would like the same for standard error, ...

14. View Weblogic Logs from Console    stackoverflow.com

We deployed an app in a remote weblogic server. They gave us access to the console of the weblogic. But due to security reasons, we are not allowed to remote connect to ...

15. XML Trace for Unit Tests to Weblogic server logs    stackoverflow.com

I'm using windows 7 I'm trying to get an XML trace of unit tests calling a web service logged to our web logic servers log files. I have set the following environment ...

16. how to make weblogic log all "console" message into a file?    stackoverflow.com

in eclipse you can see all messages in console (output of system.out.println), but in weblogic, how can I get a file which contains all these message ?





17. Customization for non logged in user - Weblogic portal    coderanch.com

Hi, In my portal application, I would like to allow the non-logged users to customize the portal page. a) Is it possible in weblogic portal? Please share a link which helps/discuss more about non-logged in users customization. I found visitor shell allows only logged in users to customize. The Sample DVT application which comes along with Weblogic portal installation does not ...

18. Integration of Commons Logging framework with Weblogic    coderanch.com

Hi, We are trying to use Apache commons logging framework and trying to publish log mesages in Weblogic so that messages can be seen through console and all the Logging configurations can be managed from Admin console. I tried using the below steps: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/logging/config_logs.html#using_commons But these does not seems to be working for User defined handlers. I am able to see ...