Configure Forget password in Jetspeed2

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>
<property name="javaMailProperties">
<props>
<prop key="mail.smtp.auth">false</prop>
</props>
</property>
</bean>

Import or export PSML in Jetspeed-2

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.

export_import
For importing or exporting, you just need to select the node from tree structure and export or import option would be available in right side panel.

Export

Select any page, folder or link from tree in left panel and export tab would be available at right panel, if selected object is an folder, it will give you an option for exporting recursively, all object under that folder would be exported and available, as archive for download.

Import

For importing any object in portal, first you need to select the its parent in tree, after that select import tab from right panel and select any link, psml or zip file (in case, you wanted any folder need to import). Portal would import all valid object in tree.

Apache Jetspeed2

Apache jetspeed 2, first released happen 16 Mar 2006. Since that time Jetspeed 2 is leading java portals. lot of big portals are based on jetspeed container. Jetspeed-2 is using pluto, as jsr1-168 implementation. There is no doubt to say jetspeed 2 is one of the best java based portal server avaible right now. There is better deal that you can get for the free with another legendary product from apache

for lasted information visti jetspeed-2 home page Apache Jetspeed-2