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.
Make sure to take a backup of your original config.xml and restart the server to reflect these modifications.
Comments
Post a Comment