You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Victor Kirk <Vi...@serco.com> on 2007/02/20 13:32:38 UTC

Deploying site under continuum jetty

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

--
Victor Kirk
Analyst
Serco Integrated Transport
Cavendish House
Clearwater Park
Prince's Wharf
Stockton-on-Tees
TS17 6QY
Tel: +44 (0)1642 636894

 
This e-mail and any attachments are for the intended addressee(s) only
and may contain confidential and/or privileged material. If you are not a
named addressee, do not use, retain or disclose such information.
This email is not guaranteed to be free from viruses and does not bind
Serco in any contract or obligation.
Serco Limited. Registered in England and Wales. No: 242246
Registered Office: Serco House,16 Bartley Wood Business Park, Hook,
Hampshire RG27 9UY United Kingdom.

Re: Deploying site under continuum jetty

Posted by Yoda Koda <ja...@domgen.com>.


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
> 
> --
> Victor Kirk
> Analyst
> Serco Integrated Transport
> Cavendish House
> Clearwater Park
> Prince's Wharf
> Stockton-on-Tees
> TS17 6QY
> Tel: +44 (0)1642 636894
> 
>  
> This e-mail and any attachments are for the intended addressee(s) only
> and may contain confidential and/or privileged material. If you are not a
> named addressee, do not use, retain or disclose such information.
> This email is not guaranteed to be free from viruses and does not bind
> Serco in any contract or obligation.
> Serco Limited. Registered in England and Wales. No: 242246
> Registered Office: Serco House,16 Bartley Wood Business Park, Hook,
> Hampshire RG27 9UY United Kingdom.
> 
> 

-- 
View this message in context: http://www.nabble.com/Deploying-site-under-continuum-jetty-tp9060904p22803150.html
Sent from the Continuum - Users (old) mailing list archive at Nabble.com.


Re: Deploying site under continuum jetty

Posted by Andrew Williams <an...@handyande.co.uk>.
I think you want to be looking at Maven Enterprise as Continuum does not 
support this.

Enterprise provides you with continuum 1.1-SNAPSHOT and a webdav server 
where you can deploy your maven generated sites.

Andy

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
>
> --
> Victor Kirk
> Analyst
> Serco Integrated Transport
> Cavendish House
> Clearwater Park
> Prince's Wharf
> Stockton-on-Tees
> TS17 6QY
> Tel: +44 (0)1642 636894
>
>  
> This e-mail and any attachments are for the intended addressee(s) only
> and may contain confidential and/or privileged material. If you are not a
> named addressee, do not use, retain or disclose such information.
> This email is not guaranteed to be free from viruses and does not bind
> Serco in any contract or obligation.
> Serco Limited. Registered in England and Wales. No: 242246
> Registered Office: Serco House,16 Bartley Wood Business Park, Hook,
> Hampshire RG27 9UY United Kingdom.
>
>   


Re: Deploying site under continuum jetty

Posted by Yoda Koda <ja...@domgen.com>.
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.