From users-return-7634-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Tue Mar 31 11:25:43 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 2252 invoked from network); 31 Mar 2009 11:25:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2009 11:25:43 -0000 Received: (qmail 53367 invoked by uid 500); 31 Mar 2009 11:25:42 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 53315 invoked by uid 500); 31 Mar 2009 11:25:42 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 53305 invoked by uid 99); 31 Mar 2009 11:25:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 11:25:41 +0000 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Mar 2009 11:25:33 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Loc5g-0006Zi-SC for users@continuum.apache.org; Tue, 31 Mar 2009 04:25:12 -0700 Message-ID: <22803130.post@talk.nabble.com> Date: Tue, 31 Mar 2009 04:25:12 -0700 (PDT) From: Yoda Koda To: users@continuum.apache.org Subject: Re: Deploying site under continuum jetty In-Reply-To: <6A8E139BEAF9ED44A7704C1BA398D56B038FDBCE@mail2.technology.serco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: james.gustard@domgen.com References: <6A8E139BEAF9ED44A7704C1BA398D56B038FDBCE@mail2.technology.serco.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have just worked out how display static pages in the continuum jetty.. :working: Deploy your site to apache-continuum-1.2.3\apps\site Edit:- C:\continuum\apache-continuum-1.2.3\apps\continuum\WEB-INF\jsp\components\projectSummaryComponent.jsp And add this to the columns section:- " title="" border="0"> Restart the continuum service so that it picks up the maven site directory and JSP changes. ** You should see an info icon that links to maven site on the project summary page. * This should be set using the server host from a properties , I just hardcoded it for speed. ** You should be able to configure jetty to search for webapp changes and hot deploy changes in the jetty.xml file, so you dont have to restart the service each time you build. Multi module projects and other project groups will need to have the site url built dynamically. And the legend should be updated with the new icon. Victor Kirk wrote: > > Hiya, > > I was wondering if anyone could tell me if it is > possible to configure the jetty provided with > continuum so it could also serve static html, i.e. > the site documentation generated via maven. > > I have the site docs being generated but I just > can't find where to add this, I'm new to jetty but > what is bundled with continuum looks nothing like > whats in the docs for jetty. > > Thanks, Vic > > -- View this message in context: http://www.nabble.com/Deploying-site-under-continuum-jetty-tp9060904p22803130.html Sent from the Continuum - Users (old) mailing list archive at Nabble.com.