Installing Pluto
- Download the 1.0.1-RC1 release
- Expand it out in a directory
- Open up the
/webapps/pluto/WEB-INF/web.xml and search for <auth-method>BASIC</auth-method>and insert<realm-name>tomcat</realm-name>so that it looks like:
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>tomcat</realm-name>
</login-config> - Add to your
.ant-global.propertiesfile:
pluto.dir=[dir where pluto is]/pluto-1.0.1-rc1
If you don't know where the.ant-global.propertiesgoes, runant showhomein the portletUnit home directory and it will tell you the complete file name and dump the current contents if it exists

0 Comments:
Post a Comment
<< Home