by Matt Wolinski | Feb 25, 2015 | Blog, Databases, Enterprise Infrastructure
I was recently working on a client’s site and ran into the following warning: WARNING: You are running on a NUMA machine. We suggest launching mongod like this to avoid performance problems: numactl –interleave=all mongod [other options] This warning shows...
by XTIVIA | Feb 2, 2015 | Blog, Enterprise Infrastructure, Portals
Introduction So according to the Liferay Compatibility Matrices, Liferay supports and works on WebLogic. In fact it’s actually certified to run on WebLogic 12. Wahoo! In my opinion, though, there should really be an asterisk next to WebLogic in the charts, and...
by XTIVIA | Jan 12, 2015 | Blog, Enterprise Infrastructure, Portals
Before we dive immediately to the code, I just want to point a subtle difference in the example code that Ionic has here. I am using ng-init to call the initialize method rather than having it in the controller. I also declared the initialize function in the scope....
by Chetan Chadalavada | Jan 9, 2015 | Blog, Enterprise Infrastructure, Enterprise Java, Portals
Before you read this article, you need to have some basic understanding on how SAML, SingleSignOn (SSO) and SingleLogout (SLO) works. Follow this article on how SAML 2.0 is configured with Liferay, and this article on how SAML 2.0 SingleLogout works. Everyone is...
by Vamshidhar Srikantapuram | Jan 9, 2015 | Blog, Enterprise Infrastructure
Let us take a look at the scenario where you make a configuration change to an AWS Linux instance and reboot the AWS instance for the changes to take effect. However, on rebooting, the instance is not accessible. What would you do if the configuration change you made...