I have successfully configured SSL on Weblogic 9.2 MP3. I am able to login securely into the application using https and continue working on the application using https protocol. This is true in the c
So, I recently found this little gem. http://support.microsoft.com/kb/323308 Essentially, IE doesn\'t haven\'t Cache-Control: no-cache properly over HTTPs, which breaks the download. However, I nee
I\'m looking for a way to do it now. On the Oracle\'s road map they will be bring GlassFish and Weblogic closer together (OSGI will be there in 2012-ish). But what about now?
I have a web service using jar-rs. 开发者_如何学编程How do I throw a custom http error code to the calling application?
Let\'s say I\'m running a cluster with two Weblogic server nodes on two servers (Solaris, 4 CPUs, 64 GB RAM each). The heap size is maxed out on these nodes and so each server runs with 40+ GB of free
I have a web service Jax-RS running in Weblogic. I have a need to logg the calls made to the service.
I would like to set up some per-node configuration in a weblogic cluster and need to access the node name 开发者_运维问答from Java.The following might suffice in your case (the startup scripts set the
Preface: Most of J2EE applications are using container managed datasources through JNDI. This is fine as it gives one place for configuring these connections.
So far I have seen non-Java client support only for open source message brokers like Apache ActiveMQ, JBoss HornetQ and Open Message Queue (OpenMQ).
Our code runs in weblogic and we MQ 6.0. No matter if I use the default createQueueConnection() or createQueueConnection(\"myuserid\",\"mypassword\") it always seems to use userid mqm. See code below.