From: <jbo...@li...> - 2005-08-12 13:58:30
|
Author: aron.gombas Date: 2005-08-12 09:57:03 -0400 (Fri, 12 Aug 2005) New Revision: 833 Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml Log: Section added about Pluto Modified: trunk/labs/kosmos/xdocs/reference/reference-manual.xml =================================================================== --- trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-08-12 13:34:51 UTC (rev 832) +++ trunk/labs/kosmos/xdocs/reference/reference-manual.xml 2005-08-12 13:57:03 UTC (rev 833) @@ -810,7 +810,9 @@ <para>Deploy Jakarta Slide to JBoss AS and configure it as written in the appropriate manuals. Test if you can access - the Slide repositories through a WebDAV navigator.</para> + the Slide repositories through a WebDAV navigator. If you + use Windows XP, it is able to map a WebDAV repository as + a folder to your filesystem.</para> </listitem> @@ -892,6 +894,48 @@ <section> + <title>Deployment step-by-step for Apache Pluto</title> + + <para> + + Follow these steps: + <orderedlist> + + <listitem> + + <para>TODO what to do with the server component? + </para> + + </listitem> + + <listitem> + + <para>Install Pluto as written in its manual. We recommend + using the bundle distribution, because that contains both the + Apache Tomcat servlet container and the Pluto portlet container + in a single package. + You can find Pluto at <ulink url="http://portals.apache.org/pluto/"> + http://portals.apache.org/pluto/</ulink> site.</para> + + </listitem> + + <listitem> + + <para>Pluto has a portlet to deploy other portlets. It makes the + deployment process extremely easy: just select the portlet WAR + and configure the pages, Pluto will take care of all the low-level + details.</para> + + </listitem> + + </orderedlist> + + </para> + + </section> + + <section> + <title>Deployment step-by-step for Sun Server Portal</title> <para>TODO write this later</para> |