Powered By Blogger

Sunday, June 26, 2011

Alfresco share Development

The below log url is having a lot of information related to the Alfresco share development

http://blogs.alfresco.com/wp/kevinr/2010/04/07/developer-tips-for-alfresco-share-33/

Wednesday, June 15, 2011

Debugging with Alfresco

Do the following settings


1) 1. Open Catalina.bat [C:\Alfresco\tomcat\bin], find “DEBUG_OPTS=” and add following line..
set DEBUG_OPTS=
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8888

2. Put the same port as the debug port in eclipse. Debug it as Remote application