Disable Web-sphere portlet container

Monday, May 4th, 2009

Websphere 6.1 and above comes with in-built portlet container. Websphere load portlet api with all web application. There is no settings in adminstraive console to disable portlet container, it is an over-ahead on memory. This specifically make an problem or java based portal server e.g  jetspeed-2 , Liferay etc. There is only one way to [...] Read more »

Jetspeed2 Statistics Engine

Wednesday, February 25th, 2009

Jetspeed 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, 2009

In 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 »

Import or export PSML in Jetspeed-2

Saturday, February 14th, 2009

Jetspeed 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 »