yuryx | 1 Jun 2002 07:38
Picon

Re: SunRise authefication

Chitharanjan Das wrote:

>The source is in the main distribution. Its no longer called as
>sunrise...
>
>org.apache.cocoon.webapps.authentication.*
>
Hi Chitharanjan.

Sorry, but I not found this path in my distribution C2.0.2 :(
What is wersion (creation date) your destributive Cocoon?
I have distributive with creation date is 26.03.2002.

Yury.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <cocoon-users-unsubscribe <at> xml.apache.org>
For additional commands, e-mail: <cocoon-users-help <at> xml.apache.org>

Christian Haul | 1 Jun 2002 15:43
Picon
Favicon

Re: how do I redirect in an Action?

Peter Lerche wrote:

>Hi, I have followed this thread with interest
>and noted what Chris wrote.
>
>"Edgar, AFAIK this is not true. <map:act> can contain all other tags
>that are allowed within a pipeline. "
>
>However, what about nested map:act tags. 
>  
>
No problem. An example is the mod-db sample sitemap. (In scratchpad for 
2.0.x.)
Not sure whether nesting works with action-sets, though.

><map:match pattern="form/validation/*">
>  <map:act type="form-validator"/>
>    <map:parameter name="descriptor" value="descriptor.xml"/>
>    <map:parameter name="validate-set" value="{1}"/>
>	<!-- form validation OK -->	
>    <map:act type="db-saveform"/>
>  
>
                                                   <!-- ??? '/' closes 
tag ??? -->
                                                   <!-- thus following 
parameters belong to form-validator ? -->

>    <map:parameter name="table" value="formtest"/>
>	<!-- form validation OK -->	
(Continue reading)

Diana Shannon | 1 Jun 2002 13:14
Picon
Favicon

Re: IBM developerworks tutorials on Cocoon 2


On Friday, May 31, 2002, at 05:03  PM, Jeffrey I Condon wrote:

> Dear apache editor,
>
> I thought you might be interested in this, please feel free to post.

<snip what="tutorials" />

Thanks Jeffrey. I added descriptions and links to these helpful 
tutorials in the Cocoon documentation. You will see them reflected in 
the release documentation and the live site in approximately one week.

Thanks for the nice descriptions! If anyone else would like to provide 
more overview detail and links to about third-party Cocoon learning 
resources, please post your information here. If you don't have a recent 
version of the HEAD branch, you can view current information via 
ViewCVS, specifically:

Tutorials:
http://cvs.apache.org/viewcvs.cgi/xml-
cocoon2/src/documentation/xdocs/tutorial/index.xml?rev=1.2&content-
type=text/vnd.viewcvs-markup

How-Tos:
http://cvs.apache.org/viewcvs.cgi/xml-
cocoon2/src/documentation/xdocs/howto/index.xml?rev=1.4&content-
type=text/vnd.viewcvs-markup

Thanks.
(Continue reading)

Alex McLintock | 1 Jun 2002 11:39
Picon

Re: cocoon web log system

At 09:57 01/06/2002, you wrote:
>we r thinking about to setup a weblog system phpnuke like
>as a community place for cocoon users
>
>anyone who want to apply this project
>please reply to info <at> osmosis.gr

Why not contribute to one of the existing Cocoon sites instead of dividing 
the activity....

Alex

Openweb Analysts Ltd, London: Software For Complex Websites 
http://www.OWAL.co.uk/
Free Consultancy for London Companies thinking of Open Source Software.

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <cocoon-users-unsubscribe <at> xml.apache.org>
For additional commands, e-mail: <cocoon-users-help <at> xml.apache.org>

Cocoon User | 1 Jun 2002 10:51
Picon

RE: .htc how to


.htc files are nothing more than .js files
plus they are working just like VS's class modules

so .htc are not well-formed xml
they are not xml

i dontd understand why cocoon dont handle .htc file just like .js

On Tue, 28 May 2002, Kelly Cole wrote:

> Did you get this to work? I don't know much about htc's except that I have
> used the MS sample calendar.htc. I can't figure out how to set the rule for
> it with Cocoon.
>
> How did you do it? I tried:
> 			<map:match pattern="calendar.htc">
> 				<map:generate src="chart/calendar.htc"/>
> 				<map:serialize type="html"/>
> 			</map:match>
>
> Note: My htc file is not well-formed xml. Is this the problem for me?
>
> Thanks,
> Kelly
>
> -----Original Message-----
> From: Stephen Ng [mailto:stephen.ng <at> verizon.net]
> Sent: Tuesday, May 14, 2002 6:39 PM
> To: cocoon-users <at> xml.apache.org
(Continue reading)

Cocoon User | 1 Jun 2002 10:57
Picon

cocoon web log system

we r thinking about to setup a weblog system phpnuke like
as a community place for cocoon users

anyone who want to apply this project
please reply to info <at> osmosis.gr

Stavros S. Kounis
Research & Development Department
osmosis.gr | networks & consulting services

web     : http://www.osmosis.gr
contact : info <at> osmosis.gr

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <cocoon-users-unsubscribe <at> xml.apache.org>
For additional commands, e-mail: <cocoon-users-help <at> xml.apache.org>

Cocoon User | 1 Jun 2002 10:38
Picon

Re: Include external javascript file


U have to edit your sitemap file
so cocoon know how to handle .js files

On Tue, 28 May 2002, Naquin, Beth wrote:

> A cocoon newbie question:
>
> I am trying to include a javascript function from an external .js file into
> my xsl stylesheet.
>
> I have the following in the xsl stylesheet:
>
> <head>
> ...
> <script  src="cold_reverse_script.js" language="javascript" ></script>
>
> </head>
>
> The file cold_reverse_script.js is in the same directory as the xsl
> stylesheet & contains javascript code for a single function:
>
> ----------------------------------------------------------------------------
> -------------
> function cold_reverse_search_criteria() {
>
> javascript code .....
>
> 		}
> ----------------------------------------------------------------------------
(Continue reading)

Hugo Burm | 1 Jun 2002 16:17
Picon
Picon
Favicon

Lucene hit highlighting

Hello,

I submitted an xdoc to "www.cocooncenter.de" that explains how I created a
Cocoon Transformer that adds "hit highlighting" to Lucene queries.
Comments about how to make this more generic are welcome.

hugo
hugob <at> xs4all.nl

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <cocoon-users-unsubscribe <at> xml.apache.org>
For additional commands, e-mail: <cocoon-users-help <at> xml.apache.org>

Vadim Gritsenko | 1 Jun 2002 18:05
Picon

RE: SSL support of ResourceReader/FileGenerator

> From: Sternath Elmar [mailto:Elmar.Sternath <at> icn.siemens.de]
> 
> > Hello,
> >
> > I try to get files using ResourceReader/FileGenerator
> (cocoon2.0.2/tomcat4.0.3/jdk1.4.0)  :
> >
> >  <map:pipeline>
> > 	<map:match pattern="elster/testhtmls">
> > 	<map:read mime-type="text/html"
> src="https://139.21.207.160:8443/elster/OTTest.html"/>
> > 	</map:match>
> > </map:pipeline>
> >
> > Cocoon server and target server are one and the same instance.
> >
> > When I put the http request directly in my browser, the file is
correctly
> transferred and displayed. As soon as I use the request  in my cocoon
> pipeline, an SSLException SSLHandshakeException unknown_certificate
with
> JDK1.4 occurs in tomcat server. Can anyone tell me if, how and in
which cocoon
> versions SSL is supported for FileGenerator/ResourceReader and how my
problem
> can be solved?

It has nothing to do with cocoon and totally offtopic.

Go to java.sun.com for software and installation tips for SSL.
(Continue reading)

bob phillips | 1 Jun 2002 18:44

RE: SSL support of ResourceReader/FileGenerator

this is one difference between the cocoon community and the zope community:
The Zope community tries to help people who use the software, rather than
immediately shouting off topic.

Using SSL with cocoon should be an important part of the discussion here, IMO.

At 12:05 PM 6/1/2002 -0400, you wrote:
> > From: Sternath Elmar [mailto:Elmar.Sternath <at> icn.siemens.de]
> >
> > > Hello,
> > >
> > > I try to get files using ResourceReader/FileGenerator
> > (cocoon2.0.2/tomcat4.0.3/jdk1.4.0)  :
> > >
> > >  <map:pipeline>
> > >     <map:match pattern="elster/testhtmls">
> > >     <map:read mime-type="text/html"
> > src="https://139.21.207.160:8443/elster/OTTest.html"/>
> > >     </map:match>
> > > </map:pipeline>
> > >
> > > Cocoon server and target server are one and the same instance.
> > >
> > > When I put the http request directly in my browser, the file is
>correctly
> > transferred and displayed. As soon as I use the request  in my cocoon
> > pipeline, an SSLException SSLHandshakeException unknown_certificate
>with
> > JDK1.4 occurs in tomcat server. Can anyone tell me if, how and in
>which cocoon
(Continue reading)


Gmane