You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/10/24 19:42:18 UTC

svn commit: r328104 - in /portals/pluto/branches/pluto-1.1/pluto-site/src/site: apt/app-servers.apt site.xml

Author: ddewolf
Date: Mon Oct 24 10:42:06 2005
New Revision: 328104

URL: http://svn.apache.org/viewcvs?rev=328104&view=rev
Log:
'+AppServers'

Added:
    portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/app-servers.apt
Modified:
    portals/pluto/branches/pluto-1.1/pluto-site/src/site/site.xml

Added: portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/app-servers.apt
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/app-servers.apt?rev=328104&view=auto
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/app-servers.apt (added)
+++ portals/pluto/branches/pluto-1.1/pluto-site/src/site/apt/app-servers.apt Mon Oct 24 10:42:06 2005
@@ -0,0 +1,26 @@
+ ------
+ Supported App Servers
+ ------
+ David H. DeWolf
+ ------
+ 24 Sept 2005
+ ------
+
+Supported App Servers
+
+  The following application servers have been tested with Pluto 1.1.
+
+*--           --*--        --*--        --*--                 --*
+|    App Server   |  Version   |   Status   | Notes             |
+*--           --+--        --*--        --*--                 --*
+|    Tomcat       |   5.5.9    |   WORKING  |Use pluto-util module to install the the container and portal into tomcat.   |
+*--           --+--        --*--        --*--                 --*
+|    Jetty        |            |  UNTESTED  |                   |
+*--           --+--        --*--        --*--                 --*
+|    WebLogic     |            |  UNTESTED  |                   |
+*--           --+--        --*--        --*--                 --*
+|    Websphere    |            |  UNTESTED  |                   |
+*--           --+--        --*--        --*--                 --*
+|    SunOne       |            |  UNTESTED  |                   |
+*--           --+--        --*--        --*--                 --*
+

Modified: portals/pluto/branches/pluto-1.1/pluto-site/src/site/site.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pluto-site/src/site/site.xml?rev=328104&r1=328103&r2=328104&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pluto-site/src/site/site.xml (original)
+++ portals/pluto/branches/pluto-1.1/pluto-site/src/site/site.xml Mon Oct 24 10:42:06 2005
@@ -17,7 +17,19 @@
     <menu name="Pluto 1.1">
       <item name="Introduction" href="/index.html"/>
       <item name="Getting Started" href="/getting-started.html"/>
+      <item name="Supported App Servers" href="/app-servers.html"/>
     </menu>
+
+	<menu name="Subprojects" collapsed="true">
+        <item name="Portlet Container" href="/pluto-container/index.html"/>
+        <item name="Pluto Portal Driver" href="/pluto-container/index.html"/>
+        <item name="Pluto Portal" href="/pluto-container/index.html"/>
+
+        <item name="Pluto Descriptor API" href="/pluto-descriptor-api/index.html"/>
+        <item name="Pluto Descriptor Impl" href="/pluto-descriptor-impl/index.html"/>
+        <item name="Pluto Deploy" href="/pluto-deploy/index.html"/>
+        <item name="Pluto Util" href="/pluto-container/index.html"/>
+	</menu>
 
     ${reports}
   </body>