My project has several deployed artifacts as ear files. My understanding is that each of the ears will have it\'s own classloader. Is it possible to tell weblogic to use the same classloader for each
I\'m planning to do a heap dump with jmap jdk1.5 tool on a production we开发者_运维知识库blogic (10) instance.
Out project uses WebLogic as web-server and uses mostly JSP for user interface.With standard setup it is possible to copy edited JSP files into the exploded deployment directory and WebLogic will auto
We are in the process of开发者_开发知识库 developing several WLST (WebLogic Scripting Tool) scripts and we would like to setup a development environment.
I am searching any way for embedding Weblogic server in Java , I know its possible because we have maven plugins for Weblogic which embeds Weblogic in maven, But googling for it did\'nt gave me useful
Setup: 64bit Linux 64bit SUN Jvm 1.6.0_20 Weblogic 10.3 Is it possible to run Weblogic 10.3 in this setup with a maximum heap size of 8gb? We have recived answers from oracle support that states t
I have a WebLogic cluster on which I\'ve deployed numerous topics and applications that use them. My applications uniformly show themselves in a Warning status. Looking at Monitoring on the deployment
By default WebLogic kills stuck threads after 15 min (600 s), this is controlled by StuckThreadMaxTime parameter.However, I cannot find more details on how exactly \"stuckness\" is defined.Specificall
I am trying to include spring and hibernate in an application running on a Weblogic 10.3 server. When I run the application in the server, while accessing an TestServlet to check my configuration I ge
In a J2EE application, we are using EJB2 in weblogic. To avoid losing time building the initial context and looking up EJB Home interface, I\'m considering the Service Locator Pattern.