Thursday, December 16, 2004

Installing Pluto


  1. Download the 1.0.1-RC1 release

  2. Expand it out in a directory

  3. 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>


  4. Add to your .ant-global.properties file:

    pluto.dir=[dir where pluto is]/pluto-1.0.1-rc1

    If you don't know where the .ant-global.properties goes, run ant showhome in 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