Does anyone know how to modify weblogic settings to set the HTTP cache header to a far future date?
For example in my current setup weblogic sets the http cache headers ...
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.
But ...
I'm new to both J2EE and WebLogic. I'd trying to determine the best way to implement a non-distributed cache (one cache per application instance) in a Java Web Services application running ...
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 need to disable caching for a number ...
I'm maintaining a Java web application that uses a java.util.Hashtable to cache values.
This works fine. However when deployed to weblogic under a clustered envrionment this means that I have cache refresh ...
I would like to create a wrapper over an existing webservice in order to cache the results.
So i will create a client and I would like to expose this new webservice ...
We have installed Weblogic 10.3.1.0 on a RHEL (linux) machine.
Recently a new version of an application was uploaded to the Weblogic. Unfortunately the new changes are not reflecting.
I am told by ...