You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Bertrand Delacretaz <bd...@apache.org> on 2005/05/27 08:50:57 UTC

demos sites on cocoon zone (was: Planet Cocoon license and reuse of docs)

Le 27 mai 05, à 03:24, Antonio Gallardo a écrit :
> ...If I becomes the root of our zone,
> then I will be glad to provide all the necessary support to materialize
> this effort...

Great, thanks!

I've not used solaris yet but I've worked with many different unixes, 
if you can give me access I could probably help (limited time ATM 
though).

> ...As pointed before, I believe we can also setup there some cocoon 
> demo
> sites. I know, this is OT here, but I think it will be good to have 3
> demos:
>
> 1- Current released version
> 2- Daily SVN 2.1.x
> 3- Daily SVN 2.2.x..

Good idea, but I'm not sure if we want to have three versions there, 
maybe we should start with the release and go from there?

> ...How to do that? I think we have 3 posibilities:
>
> A. On the same servlet container instalation.
> B. Virtual sites. Is this posible inside a zone? I believe yes, but 
> not sure...

You mean a mod_proxy kind of thing? That's what I'd suggest, there's no 
reason why it shouldn't work in a zone.

The easiest thing IMHO is to just start Cocoon with "./cocoon.sh 
servlet", from a script started from rc.d (dunno how it works under 
solaris though), and use a specific user for this (say "demo1"). Makes 
it very easy to setup and monitor.

Then, if you want to run several versions, start more instances and add 
mod_proxy configs to access them.

I have some example configs that I could provide if you need them.

-Bertrand

Re: demos sites on cocoon zone

Posted by Bertrand Delacretaz <bd...@apache.org>.
Le 27 mai 05, à 11:10, Daniel Fagerstrom a écrit :

> ...Having all three would be nice. If I had to chose one I would start 
> with trunk. That will give it some stress testing and make it mature 
> faster. Also it will make us *very* motivated to fix bugs ;)...

Once we have one instance going with a mod_proxy setup, it shouldn't be 
hard to add more of them, if the CPU/memory resources allow it (don't 
know yet how powerful these zones are).

But if it's trunk, someone will have to setup automatic updating from 
svn. Not hard but needs to be done.

Also, it might be good to run each instance under its own username, to 
make monitoring or killing them easier.

-Bertrand

Re: demos sites on cocoon zone

Posted by Daniel Fagerstrom <da...@nada.kth.se>.
Bertrand Delacretaz wrote:

> Le 27 mai 05, à 03:24, Antonio Gallardo a écrit :
>
>> ...If I becomes the root of our zone,
>> then I will be glad to provide all the necessary support to materialize
>> this effort...
>
> Great, thanks!

+1 :)

> I've not used solaris yet but I've worked with many different unixes, 
> if you can give me access I could probably help (limited time ATM 
> though).
>
>> ...As pointed before, I believe we can also setup there some cocoon demo
>> sites. I know, this is OT here, but I think it will be good to have 3
>> demos:
>>
>> 1- Current released version
>> 2- Daily SVN 2.1.x
>> 3- Daily SVN 2.2.x..
>
> Good idea, but I'm not sure if we want to have three versions there, 
> maybe we should start with the release and go from there?

Having all three would be nice. If I had to chose one I would start with 
trunk. That will give it some stress testing and make it mature faster. 
Also it will make us *very* motivated to fix bugs ;)

/Daniel