Archive for February, 2009
Jetspeed2 Statistics Engine
Wednesday, February 25th, 2009Jetspeed 2 has inbuilt feature of statics, statics engine track all the portlet, pages and users. All this information stored in database. so can be access and used any time. statics engine keep track of Number of time served Max time taken in executing page/portlet Avg time taken in executing page/portlet Min time taken in [...] Read more »
Configure Forget password in Jetspeed2
Wednesday, February 25th, 2009In Jetspeed 2 portal registered users can retrieve there password using via email. In lot of instance portal administrator doesn’t configure mail server properly, Which causes this problem. Portal Administrator should fill following configuration in administration.xm under (WEB-INF/assembly/) to enable mail sending from jetspeed 2 <beans> <bean id="mailSender" class="org.springframework.mail.javamail.JavaMailSenderImpl"> <property name="host"><value>localhost</value></property> <property name="username"><value></value></property> <property name="password"><value></value></property> [...] Read more »
Eclipse Out of memory error
Saturday, February 14th, 2009Lot of times your eclipse get crashed while working, because of out of memory. I would suggest to increase your memory in-case your project is huge and keep on crashing. You can increase vm size of eclipse by changing eclipse.ini. There are memory argument for vm “-vmargs -Xms40m -Xmx256m” Even on increasing the memory, eclipse [...] Read more »
Import or export PSML in Jetspeed-2
Saturday, February 14th, 2009Jetspeed 2 gives you an user-friendly interface to import or export psml/link/folder from portal. Its doesn’t matter that you are using db or file system to store your pages. This feature is available in portal site manager. For importing or exporting, you just need to select the node from tree structure and export or import [...] Read more »



