Hello World Example Portlet for Pluto 1.1

Here is a zipped 'Hello World' example that builds and deploys into Pluto 1.1 with Ant or Maven. See the comments in the build.xml or pom.xml files for details.

Get the file here

Both builds require you to set the CATALINA_HOME environmental variable to the root directory of your Pluto 1.1 binary install.

To run the Maven 2 build and deployment, run the command:
mvn integration-test

To run the Ant build and deployment, run the command:
ant deploy

  • No labels