You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Yoda Koda <ja...@domgen.com> on 2009/03/31 13:25:12 UTC

Re: Deploying site under continuum jetty

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:-

<ec:column property="buildHistoryAction" title="&nbsp;" width="1%">
        <ww:a href="http://[serverhost]*:8080/site/"> <ww:url
value='http://maven.apache.org/images/icon_info_sml.gif' includeParams= "
alt="<ww:text name="legend.mavenSite"/>" title="<ww:text
name="legend.mavenSite"/>" border="0"></ww:a>  
</ec:column>

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.