You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by ta...@apache.org on 2003/10/08 00:51:46 UTC

cvs commit: jakarta-pluto .classpath GettingStarted.txt

taylor      2003/10/07 15:51:46

  Modified:    .        .classpath GettingStarted.txt
  Log:
  Testing mailing list
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-pluto/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/.classpath,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .classpath	7 Oct 2003 17:03:31 -0000	1.1
  +++ .classpath	7 Oct 2003 22:51:46 -0000	1.2
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
  -    <classpathentry kind="src" path="src/api"/>
  -    <classpathentry kind="src" path="src/portal"/>
  -    <classpathentry kind="src" path="src/container"/>
  +    <classpathentry excluding="**/CVS*" kind="src" path="src/api"/>
  +    <classpathentry excluding="**/CVS*" kind="src" path="src/portal"/>
  +    <classpathentry excluding="**/CVS*" kind="src" path="src/container"/>
       <classpathentry exported="true" kind="lib" path="temp/api/portlet-api.jar"/>
       <classpathentry exported="true" kind="lib" path="lib/portal/jakarta-regexp-1.2.jar"/>
       <classpathentry exported="true" kind="lib" path="temp/jar/WEB-INF/lib/pluto-portal-impl.jar"/>
  
  
  
  1.2       +2 -62     jakarta-pluto/GettingStarted.txt
  
  Index: GettingStarted.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/GettingStarted.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- GettingStarted.txt	30 Sep 2003 14:01:13 -0000	1.1
  +++ GettingStarted.txt	7 Oct 2003 22:51:46 -0000	1.2
  @@ -1,62 +1,2 @@
  -
  -               Running Pluto
  -               =============
  -
  -This project contains pluto, the reference implementation for the
  -Portlet API 1.0, and a test portal to run pluto. In order to install and run
  -this container, you must do the following:
  -
  -
  -(0) Download and Install a Java Development Kit
  -
  -* Download a Java Development Kit (JDK) release (version 1.3.1) from:
  -
  -    http://java.sun.com/j2se/
  -
  -* Install the JDK according to the instructions included with the release.
  -
  -* Set an environment variable JAVA_HOME to the pathname of the directory
  -  into which you installed the JDK release.
  -
  -
  -(1) Download and Install the Tomcat 4.1 Binary Distribution
  -
  -* Download a binary distribution of Tomcat from:
  -
  -    http://jakarta.apache.org/builds/jakarta-tomcat-4.1/
  -
  -* Unpack the binary distribution into a convenient location so that the
  -  distribution resides in its own directory (conventionally named
  -  "jakarta-tomcat-4.1").  For the purposes of the remainder of this document,
  -  the symbolic name "${catalina.home}" is used to refer to the full
  -  pathname of the release directory.
  -
  -
  -(2) Download Pluto
  -
  -* Not yet a fixed download location
  -
  -(3) Install Pluto
  -
  -* Execute /build/install.bat to install pluto into tomcat
  -
  -
  -(4) Start Up Tomcat 4.1
  -
  -* Please see Tomcat instructions for information
  -
  -(5) Run Pluto
  -
  -* Default url to start Pluto:
  -
  -    http://localhost:8080/pluto/portal
  -
  -* In case Tomcat runs on a different port, change the port setting
  -  in ${catalina.home}/webapps/pluto/WEB-INF/config/services/ConfigService.properties
  -
  -(6) Deploy portlets
  -
  -* To install portlets after you successfully installed Pluto, 
  -  copy the portlet war's to the /portlets directory and execute
  -  /build/build.bat deploy_portlets
  - 
  \ No newline at end of file
  +               Running Pluto               =============
  +This project contains pluto, the reference implementation for thePortlet API 1.0, and a test portal to run pluto. In order to install and runthis container, you must do the following:(0) Download and Install a Java Development Kit* Download a Java Development Kit (JDK) release (version 1.3.1) from:    http://java.sun.com/j2se/* Install the JDK according to the instructions included with the release.* Set an environment variable JAVA_HOME to the pathname of the directory  into which you installed the JDK release.(1) Download and Install the Tomcat 4.1 Binary Distribution* Download a binary distribution of Tomcat from:    http://jakarta.apache.org/builds/jakarta-tomcat-4.1/* Unpack the binary distribution into a convenient location so that the  distribution resides in its own directory (conventionally named  "jakarta-tomcat-4.1").  For the purposes of the remainder of this document,  the symbolic name "${catalina.home}" is used to refer to the full  pathname of the release directory.(2) Download Pluto* Not yet a fixed download location(3) Install Pluto* Execute /build/install.bat to install pluto into tomcat(4) Start Up Tomcat 4.1* Please see Tomcat instructions for information(5) Run Pluto* Default url to start Pluto:    http://localhost:8080/pluto/portal* In case Tomcat runs on a different port, change the port setting  in ${catalina.home}/webapps/pluto/WEB-INF/config/services/ConfigService.properties(6) Deploy portlets* To install portlets after you successfully installed Pluto,   copy the portlet war's to the /portlets directory and execute  /build/build.bat deploy_portlets 
  \ No newline at end of file