ATG Best Practices while working with Weblogic Server

Avoid NullPointer Exception due to ATG caching of request attributes

If you are following best practices while developing ATG applications,you have to be careful enough to avoid any nullpointer exception which crops up during ATG caching of request attributes.

The solution  is pretty straight forward,you have to tweak your
weblogic configuraion file a bit to add the entry like below.

Set  the keep-alive-enabled property to false, in your config.xml.

Make sure to take a backup of your original config.xml and restart the server to reflect these modifications.

keepaliveenable

Comments

Popular posts from this blog

BCC site status inaccessible Agent Production in error state

Weblogic Issues during EAR Deployment Exception in AppMerge flows progression

DUseSunHttpHandler=true weblogic.net.http.SOAPHttpsURLConnection Weblogic/Java HttpHandler issues