http://code.google.com/p/liferay-facebook-portlet/
This blog is about my observations and thoughts related to software development. These observations include tips and tricks that I have learned, solutions to problems I have faced, and other concepts I have found interesting and useful. This blog is intended to provide information to help other developers facing the same issues as well as providing me a method to document things in a well-known location for my future reference.
Wednesday, April 06, 2011
Liferay Cache
To use liferay cache their is a very good article available at :
http://rutvijshah.wordpress.com/2010/02/27/liferay-cache/
http://rutvijshah.wordpress.com/2010/02/27/liferay-cache/
Wednesday, March 30, 2011
Clear Linux Cache
Run 'free' command to get the current memory/cache allocation
### To free pagecache, dentries and inodes:
### To free pagecache, dentries and inodes:
echo 3 > /proc/sys/vm/drop_caches
Run 'free' command to get the updated status
Run 'free' command to get the updated status
Thursday, March 17, 2011
Friday, February 18, 2011
Liferay 6: Deployment/Undeployment with Ext plugins environment
I have always liked the concept of plug-in in Liferay but using the ext environment as plug-in in Liferay 6 seems to be a little bit painful and time taking. It will need you to restart tomcat a couple of times if you are working in service files. The original post which i used here for reference documents everything. I am copying it here so that i can recall it in future. However i am listing below the major steps followed in the original post.
- Stop the tomcat.
- Remove ext plug-in related jars in @temp folder of your tomcat instance @temp\liferay\com\liferay\portal\deploy\dependencies
- Remove ext plug-in related jars from ROOT/WEB-INF/lib/
- Remove xml for ext plug-in from ROOT/WEB-INF/
- Remove service jar from @tomcat/lib/ext related to plug-in
- Start tomcat and deploy updated plug-in war while tomcat is running, You will see a message like "You must reboot the server and redeploy all other plugin".
- Now stop the tomcat and restart it again for the global jars to take effect. And you are ready to go
Subscribe to:
Posts (Atom)