Re: simple sitemap example

2001-12-07 Thread Jesper Rasmussen
see: http://sourceforge.net/projects/chello which was mentioned on the list a few days ago. It often pays to check the archives. rgi wrote: > Hello cocoon-users, > > I'm new in cocoon 2. > I want to install a small test application. Hava someone a small > sitemap.xmap example with only

Re: Antwort: caching

2001-11-30 Thread Jesper Rasmussen
Thanks Guido, I have now implemented the getLasModified() in the servlet.. arh ups :) which works like a charm if i do this: http://servletserver/genXML"; mime-type="text/xml"/> http://cocoonserver/readXML"/> but if i try to do this: http://ser

Re: Antwort: caching

2001-11-30 Thread Jesper Rasmussen
Thanks Guido, I have now implemented the getLasModified() in the servlet.. arh ups :) which works like a charm if i do this: http://servletserver/genXML"; mime-type="text/xml"/> http://cocoonserver/readXML"/> but if i try to do this: http://ser

Re: Antwort: caching

2001-11-30 Thread Jesper Rasmussen
I have not implemented anything. i have not made any java classes. I only usse the standard ResourceReader, FileGenerator and HTMLSerializer. so what you say is that i can extend ResourceReader and override the getLastModified(). No i havent done that but i can do that. However I was hoping to av

caching

2001-11-30 Thread Jesper Rasmussen
Hi all, I have a system where i have a servlet generating xml from some ejb's I use cocoon to apply xsl to the xml and produce the various outputs. I have tried two methods, and both works fine, but i need to cache the result ans the servlet is QUITE slow and rarely changes its output. i have tri

?something redirection

2001-11-28 Thread Jesper Rasmussen
Hi all, I'm porting some old systems to cocoon. Before our url's wast foo.com/?something In our new cocoon layout the url might be foo.com/somethingelse.html What would be the best way to have the only url's still work. One possibility i see is to use a match and redirect, but how do i macth on

?something redirection

2001-11-28 Thread Jesper Rasmussen
Hi all, I'm porting some old systems to cocoon. Before our url's wast foo.com/?something In our new cocoon layout the url might be foo.com/somethingelse.html What would be the best way to have the only url's still work. One possibility i see is to use a match and redirect, but how do i macth on

Re: Cocoon and other servlets

2001-11-21 Thread Jesper Rasmussen
I have done this by have a file handler request a url which is a servlet generating xml. However i cant seem to get this cached, and so i continue with a question: Is is possible to cache the xml generated from the servlet in this case? cheers Jesper On Wed, 21 Nov 2001 [EMAIL PROTECTED] wrote:

Re: [cocoon 1.8.2 Tomcat] New Site

2001-10-29 Thread Jesper Rasmussen
Hi, there I dont know if this would be a good idea, but do you know about TopicMaps? or more specific the xml version XTM? (see http://www.topicmaps.org/) Shortly XTM is a xml standard which describes a topicmap which is a semantic map, which again is a graph of topics and associations. I find

Re: jboss-tomcat-cocoon: authentication problem

2001-09-19 Thread Jesper Rasmussen
I have had the same problem and i know of at least one other. I know he solved by doing som hacking... I instaled a different version. And it went away, so i never quite knew what the problem was. cheers Jesper http://xns.org/=JesperRasmussen - May the source be with you, Linux - On Wed, 19 Sep

cocoon 2 tutorial

2001-09-17 Thread Jesper Rasmussen
Does anyone know if anyone is working on making one or has done one? I'm thinking about doing one. Like one of thouse first pick up the spoon, then you ... I allways find thouse very helpfull get get some hands-on expirence before diving in to the theory. And when i started with cocoon i could

Re: Help a newbie with a simple Hello world please

2001-09-17 Thread Jesper Rasmussen
I have made a very simple war file with absolut minimum, as far as i can see. I warn you im just learning cocoon, so i what i have done is maybe not the best way. However it has helped me to understand cocoon. Let me know and ill send you the war. cheers Jesper - May the source be with you, Linux

Re: Cocoon and J2EE

2001-09-17 Thread Jesper Rasmussen
im working on exactly the same thing right now so we could share our thoughts. I post this to the list to get others intrested, but maybe we should keep the talk of the list afterwards, it might not be in the general intrest. you could email if you prefere it on or of the list, if you want. Warnin

c2 jboss and null pointer more info

2001-08-31 Thread Jesper Rasmussen
I have tried both with release version and cvs version, but i still get the null pointer exception (see below). I get the following in the log when i deploy: [Auto deploy] Binding security/securityMgr to NullSecurityManager But i think that should be ok as it would just give all access. when i ac

JBoss and Cocoon 2 : Null pointer exception

2001-08-29 Thread Jesper Rasmussen
I know people before me have asked about this, but none seem to have replied to the list, so i tri again in hope thouse people might have solved it at that time. Here is the problem: I have installed newest jboss (with tomcat) and cocoon2 I have bould and instaled both without problems, except i