Return-Path: Delivered-To: apmail-portals-pluto-scm-archive@www.apache.org Received: (qmail 62789 invoked from network); 10 Dec 2005 19:39:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Dec 2005 19:39:50 -0000 Received: (qmail 41531 invoked by uid 500); 10 Dec 2005 19:39:50 -0000 Delivered-To: apmail-portals-pluto-scm-archive@portals.apache.org Received: (qmail 41498 invoked by uid 500); 10 Dec 2005 19:39:49 -0000 Mailing-List: contact pluto-scm-help@portals.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list pluto-scm@portals.apache.org Delivered-To: moderator for pluto-scm@portals.apache.org Received: (qmail 14248 invoked by uid 99); 10 Dec 2005 14:57:50 -0000 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Message-ID: <20051210145727.43911.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r355749 - /portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt Date: Sat, 10 Dec 2005 14:57:26 -0000 To: pluto-scm@portals.apache.org From: cdoremus@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: cdoremus Date: Sat Dec 10 06:57:23 2005 New Revision: 355749 URL: http://svn.apache.org/viewcvs?rev=355749&view=rev Log: Added info on running the Pluto portal to the end of the file. Modified: portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt Modified: portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt?rev=355749&r1=355748&r2=355749&view=diff ============================================================================== --- portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt (original) +++ portals/pluto/trunk/pluto-site/src/site/apt/getting-started.apt Sat Dec 10 06:57:23 2005 @@ -143,3 +143,14 @@ pluto-portal-driver-config.xml file. An automated approach is in development and should be available before the ALPHA-1 release. + +* Starting the Portal + + * Add a user in the 'pluto' role to conf/tomcat-users.xml in the conf directory of your Tomcat installation (). + + * Start up Tomcat as using by running startup.bat or startup.sh in the bin directory of . + + * Browse to http://localhost:8080/pluto/portal . + + * Login to Pluto using the user and password you just created in tomcat-users.xml. + \ No newline at end of file