Step2:Install and verify Portlet Container 2.0 on Tomcat
1. Download and install Portlet Container 2.0 from here.
2. Follow the instructions for Portlet Container configuration on Tomcat.Make sure that the JSTL 1.1 libraries and tld files are in /common/lib.
3. Restart the tomcat server and verify the portlet-container configuration by accessing the portlet driver admin page.
Step3:Install Metro 1.1
1. Download and unzip Metro 1.1 from here.
2. Install Metro on Tomcat by following these instructions.
3. Copy the jar files from <METRO_INSTALL_DIR>/lib to <TOMCAT_INSTALL_DIR>/common/lib
4. Restart the tomcat server
Step3:Install and Configure WSRP
1. Set the environment variable ANT_HOME to the ant install directory.
2. Execute the following command:
java -jar <path-to-file>/wsrp-configurator.jar <TOMCAT_HOME> <TOMCAT_WEBAPPS_DIR> Tomcat
For eg,
java -jar wsrp-configurator.jar /home/nitkal/space/apache-tomcat-5.5.26/ /home/nitkal/space/apache-tomcat-5.5.26/webapps/ Tomcat
3. Restart Tomcat server and verify the installation by accessing portletdriver to see the WSRP tab and the admin portlets deployed |