Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 12398 invoked from network); 19 Sep 2008 22:23:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 22:23:32 -0000 Received: (qmail 41999 invoked by uid 500); 19 Sep 2008 22:23:29 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 41988 invoked by uid 500); 19 Sep 2008 22:23:29 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 41979 invoked by uid 99); 19 Sep 2008 22:23:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 15:23:28 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 22:22:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 08DD2238899E; Fri, 19 Sep 2008 15:23:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r697268 - /continuum/site/src/site/fml/faqs.fml Date: Fri, 19 Sep 2008 22:23:10 -0000 To: commits@continuum.apache.org From: olamy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080919222311.08DD2238899E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: olamy Date: Fri Sep 19 15:23:08 2008 New Revision: 697268 URL: http://svn.apache.org/viewvc?rev=697268&view=rev Log: update faq due to the change to jetty bundle Modified: continuum/site/src/site/fml/faqs.fml Modified: continuum/site/src/site/fml/faqs.fml URL: http://svn.apache.org/viewvc/continuum/site/src/site/fml/faqs.fml?rev=697268&r1=697267&r2=697268&view=diff ============================================================================== --- continuum/site/src/site/fml/faqs.fml (original) +++ continuum/site/src/site/fml/faqs.fml Fri Sep 19 15:23:08 2008 @@ -62,40 +62,28 @@ In the JNDI configuration, defined in your container for Continuum webapp and in $CONTINUUM_HOME/conf/plexus.xml for standalone version, you can use this parameters:

- - mail/Session - javax.mail.Session - - - mail.smtp.host - smtp.gmail.com - - - mail.smtp.port - 465 - - - mail.smtp.auth - true - - - mail.smtp.user - username@gmail.com - - - password - password - - - mail.smtp.starttls.enable - true - - - mail.smtp.socketFactory.class - javax.net.ssl.SSLSocketFactory - - - + + mail/Session + + + + + + + smtp.gmail.com + 465 + true + username@gmail.com + password + true + javax.net.ssl.SSLSocketFactory + + + + + + ]]> @@ -158,24 +146,15 @@

If you have another application already running on port 8080, you will get an exception when you start Continuum. - If you want to change the port that Continuum uses you should edit the file conf/plexus.xml. + If you want to change the port that Continuum uses you should edit the file conf/jetty.xml. Find the following section in that file:

- + - org.codehaus.plexus.contextualizer.Contextualizer - jettyConfiguration - org.codehaus.plexus.contextualizer.DefaultContextualizer - - - 8080 - - - - ... - + + ... +]]>

Change the appropriate <jetty.port> element to the port number you want for jetty.