You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stefano Mazzocchi <st...@apache.org> on 2002/12/05 23:42:52 UTC

New Cocoon Committers

Dear root,

this is to inform you that Mr. Matthew Langham <ml...@s-und-n.de> has 
been nominated for committership for Cocoon and elected with no negative 
votes.

The preferred apache ID would be 'matthew'.

Please, add Mr. Matthew to the apache pool of committers and give him 
enough karma for the cocoon CVS modules.

Thanks in advance.

-- 
Stefano Mazzocchi                               <st...@apache.org>
--------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: New Cocoon Committers

Posted by Nicola Ken Barozzi <ni...@apache.org>.

Thorsten Scherler wrote:
> Hello group,
> 
> I spotted a spelling error on http://incubator.apache.org/. Second 
> break, second sentence:
> 
> "As a cconsequence ..."

Could you please send in a patch?















hehehe, ok, I'm joking ;-)

I've corrected it in CVS, thanks :-)

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: New Cocoon Committers

Posted by Thorsten Scherler <th...@wyona.org>.
Hello group,

I spotted a spelling error on http://incubator.apache.org/. Second 
break, second sentence:

"As a cconsequence ..."

Stefano Mazzocchi wrote:
> Rodent of Unusual Size wrote:
> 
>> Stefano Mazzocchi wrote:
>>
>>>> Committer #600!
>>>
>>>
>>> Wow, that's cool!
>>>
>>> thanks much!
>>
>>
>>
>> *please* don't forget to give him the pointers to 
>> http://www.apache.org/dev/
>> and http://incubator.apache.org/ ..
> 
> 
> Ah, totally!
> 
> I think it will be a good thing to read for *everybody* on this list 
> anyway.
> 
> So, please, take a moment to find out those pages.
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: New Cocoon Committers

Posted by Stefano Mazzocchi <st...@apache.org>.
Rodent of Unusual Size wrote:
> Stefano Mazzocchi wrote:
> 
>>>Committer #600!
>>
>>Wow, that's cool!
>>
>>thanks much!
> 
> 
> *please* don't forget to give him the pointers to http://www.apache.org/dev/
> and http://incubator.apache.org/ ..

Ah, totally!

I think it will be a good thing to read for *everybody* on this list anyway.

So, please, take a moment to find out those pages.

-- 
Stefano Mazzocchi                               <st...@apache.org>
--------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


cocoon-sitemap, redirects and application default context

Posted by SAXESS - Hussayn Dabbous <da...@saxess.com>.
Hy;

I want to setup my webserver/appserver, so that it serves
a cocoon driven webapplication without exposing the cocoon
webapp in the URL and it redirects me to some initial page
of my cocoonapp. cocoon does not work as i expect in this
environment. But i found a workaround. Maybe someone could
comment on this and lead me to better understanding ?

here is what i have done in more detail:

this URL request  :  http://www.myserver.org/myapp
shall redirect to :  http://www.myserver.org/myapp/page/search

where myapp is the cocoon driven webapplication.

I use this combination of tools:

cocoon 2.0.3
apache 1.3.23
tomcat 4.1.12


1.) I have set a default context in tomcat's server.xml to cocoon
     and directed apache to forward all requests for "myapp" URLS
     to tomcat.

     Hence calls to http://www.myserver.org/myapp/...

     are all processed by cocoon. This part of the game is
     well understood and it works as expected.

2.) I put following entries into my master sitemap.xmap:

     <map:match pattern="myapp**">
       <map:mount check-reload="yes"
              src="myapp/"
              uri-prefix="myapp"/>
     </map:match>

     <map:match pattern="myapp/**">
       <map:mount check-reload="yes"
              src="myapp/"
              uri-prefix="myapp"/>
     </map:match>

     By this i expect all requests for /myapp... be controlled
     by myapp/sitemap.xmap  (Although i believe, the secnd
     match will never be processed ...)

     Also this works fine. The sub sitemap is mounted ...

3.) I put following entries into the sitemap.xmap of
     myapp/sitemap.xmap:

       <!-- homepage -->
       <map:match pattern="">
         <map:redirect-to session="false" uri="page/search"/>
       </map:match>
       <!-- homepage -->
       <map:match pattern="/">
         <map:redirect-to session="false" uri="page/search"/>
       </map:match>


Now, when i enter: "http://www.myserver.org/myapp"
i get an error stating, that the resource "/page/search" could not
be found on my server.

When i enter: http://www.myserver.org/myapp/
i will be correctly redirected to
http://www.myserver.org/myapp/page/search
and cocoon does, what i want it to do.


After some experiments i found, that following entry in the
master sitemap.xmap lets cocoon behave as expected:

  <map:match pattern="myapp">
    <map:redirect-to session="false" uri="myapp/"/>
  </map:match>
  <map:match pattern="myapp/**">
    <map:mount uri-prefix="myapp"
               check-reload="yes"
               reload-method="synchron"
               src="myapp/" />
  </map:match>

Now both URLs as stated above work fine.
Can anyone explain, why my first approach failed?
Or is there even a better and simpler solution for
my problem?

If this behaviour is "a feature", would this be something
to be described in the HOWTO section in the cocoon WIKI ?

best regards,
Hussayn


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: New Cocoon Committers

Posted by Matthew Langham <ml...@s-und-n.de>.
>>
*please* don't forget to give him the pointers to http://www.apache.org/dev/
and http://incubator.apache.org/ ..
<<
Thanks - I have already found and read these :-)

#600 (Matthew)

--
Open Source Group       Cocoon { Consulting, Training, Projects }
=================================================================
Matthew Langham, S&N AG, Klingenderstrasse 5, D-33100 Paderborn
Tel:+49-5251-1581-30  mlangham@s-und-n.de - http://www.s-und-n.de
-----------------------------------------------------------------
Cocoon book:
  http://www.amazon.com/exec/obidos/ASIN/0735712352/needacake-20
Weblog:
  http://radio.weblogs.com/0103021/
=================================================================


-----Original Message-----
From: Rodent of Unusual Size [mailto:Ken.Coar@Golux.Com]
Sent: Friday, December 06, 2002 12:23 PM
To: Stefano Mazzocchi
Cc: cocoon-dev@xml.apache.org; root@apache.org
Subject: Re: New Cocoon Committers


Stefano Mazzocchi wrote:
>
> > Committer #600!
>
> Wow, that's cool!
>
> thanks much!

*please* don't forget to give him the pointers to http://www.apache.org/dev/
and http://incubator.apache.org/ ..

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: New Cocoon Committers

Posted by Rodent of Unusual Size <Ke...@Golux.Com>.
Stefano Mazzocchi wrote:
> 
> > Committer #600!
> 
> Wow, that's cool!
> 
> thanks much!

*please* don't forget to give him the pointers to http://www.apache.org/dev/
and http://incubator.apache.org/ ..

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: New Cocoon Committers

Posted by Stefano Mazzocchi <st...@apache.org>.
Brian Behlendorf wrote:
> Account "mlangham" created (there were already 5 other matthews), password
> sent, commit privs granted.
> 
> Committer #600!

Wow, that's cool!

thanks much!

-- 
Stefano Mazzocchi                               <st...@apache.org>
--------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: New Cocoon Committers

Posted by Steven Noels <st...@outerthought.org>.
Brian Behlendorf wrote:

> Account "mlangham" created (there were already 5 other matthews), password
> sent, commit privs granted.
> 
> Committer #600!

warm fuzzy feelings - welcome abord Matthew!

</Steven>
-- 
Steven Noels                            http://outerthought.org/
Outerthought - Open Source, Java & XML Competence Support Center
Read my weblog at              http://radio.weblogs.com/0103539/
stevenn at outerthought.org                stevenn at apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


Re: New Cocoon Committers

Posted by Brian Behlendorf <br...@collab.net>.
Account "mlangham" created (there were already 5 other matthews), password
sent, commit privs granted.

Committer #600!

	Brian

On Thu, 5 Dec 2002, Stefano Mazzocchi wrote:
> this is to inform you that Mr. Matthew Langham <ml...@s-und-n.de> has
> been nominated for committership for Cocoon and elected with no negative
> votes.
>
> The preferred apache ID would be 'matthew'.
>
> Please, add Mr. Matthew to the apache pool of committers and give him
> enough karma for the cocoon CVS modules.
>
> Thanks in advance.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org