I\'m working on a J2EE application. Everything works if I use a local WebLogic instance, but if I deploy it to the remote server where it will ultimately need to run (WebLogic 10.3.3.0), the data sour
I would like to improve the build foe development in our project and in this regard I would like to achive the following using maven开发者_高级运维:
I want to start/stop a deployment in weblogic 9 server. I prefer开发者_开发技巧 to use JMX to talk to a weblogic MBean. I already use this to start/stop a server, but I cannot find the MBean for start
We are having recurring Weblogic threads hanging for 600+ seconds, or sometimes only for 30 seconds (which is just as bad) in seemingly trivial Java Reflection operations.
I\'m maint开发者_JAVA技巧aining a Java web application that uses a java.util.Hashtable to cache values.
I am developing an application with following software stack: XHTML / CSS / ExtJS / DWR / Javascript (Presentation Layer)
There do not appear 开发者_如何转开发to be procedures laid out for how to install Weblogic on Windows 2008 when you want to use the 64-bit JVM. Can anyone point me to procedures for this? The document
We are receiving the following error -- a thread gets stuck -- when we try to start any managed server in our cluster via the admin console in Weblogic 10.3.2. The managed servers used to start up fin
Is it possible to have a single WSDL exposing few methods that must be accessed securely over HTTPS and few methods that can be accessed with HTTP.
I\'m looking for a java argument (or perhaps some different method) to allow me to specify a file to be used by the JVM as the java.security file, rather than using the one found in the JDK (in the JR