How to make a simple news/updates list

2004-05-06 Thread Anders Forsgren
ample apps (like for example a guestbook) using embedded xindice in cocoon? Any recommendations or links are appreciated... rgds Anders - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Memory Requirements

2004-02-16 Thread anders
ed on request params, directories, and also the xsl stylesheet is determined from session parameters and request arguments. /Anders - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Memory Requirements

2004-02-16 Thread anders
artup arguments for tomcat. What changes could I make in web.xml and cocoon.xconf? (I'm trying to resolve an OutOfMemoryError in servlet.init()). Regards Anders - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Deployment/Migration to linux (update)

2004-02-15 Thread Anders Forsgren
Anders Forsgren wrote: Anders Forsgren wrote: - The WEB-INF/work and logs directories are not created when the webapp loads, probably a problem with file access. What directories and permissions do I need to give to the user running the tomcat process? The only traces of errors I can find

Re: Deployment/Migration to linux

2004-02-15 Thread Anders Forsgren
th tomcat and cocoon? Can it be done with a knoppix or mandrake livecd? Or better yet, are there any "testbed" linux distros that installs on windows as an application? Thanks Anders - To unsubscribe, e-mail: [EMAIL

Deployment/Migration to linux

2004-02-15 Thread Anders Forsgren
-linux-without-headaches' docs. Regards Anders - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

map:parameter and xsl defaults

2003-12-16 Thread Anders Forsgren
temap swicth to do the transform without map:parameter when the request parameters are missing, and with map:parameter when they exist? Seems like a lot of work, and also makes the xsl defaults unusable... Am I missing the simple solution here? rgds Anders

Re: xindice & xml:db samples

2003-11-30 Thread Anders Forsgren
er, and php/perl/whatever - site. Dumping a .war into the webapps dir of a servlet container would certainly be a lot easier. rgds Anders - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

xindice & xml:db samples

2003-11-29 Thread Anders Forsgren
ny special collections in the xindice db before the xmldb samples work? If so, how do I create data? Do I still need to build & run xindice from the command line to do that? rgds Anders - To unsubscribe, e-mail: [EMAIL

Re: XSP/ESQL escaping

2003-11-04 Thread Anders Forsgren
Sigh :( Feels like a lot of work to make a linebreak a tag...If I rephrase the question: What would be the simplest way of displaying the database strings with correct linebreaks in html (except using in the xsl)? thanks Anders Yes, you cannot use tags inside java strings in this

Re: XSP/ESQL escaping

2003-11-04 Thread Anders Forsgren
essage) { return instring.replaceAll("\n", ") } the problem area in the xsp, like I said looks like this formatMessage() The problem occurs when the xsp:expr contains tags (i.e. if I do the replace "\n" ---> "foo" , then all is well, but

XSP/ESQL escaping

2003-11-04 Thread Anders Forsgren
on windows, and with this configuration the requests time out when there is an error in either the code or structure of the xsp, not easily debugged. Even the not-so-helpful generated code error pages would be more helpful, but they only show up on rare occasions. T

Re: nuke like engine based on cocoon

2003-10-24 Thread Anders Forsgren
ocks, they seem like they could help a lot in the creation of such a framework... rgds /Anders this is just an idea or/and a proposition to begin a "CocoonNuke" maybe project something just like nukes (postnuke

Re: simple matching problem

2003-10-22 Thread anders
I was thinking that general matchers was matched last, and not in order of appearance... rtfm I guess. Once again, sorry. Anders > I'm confused :-) > > Let's clarify: You have a root sitemap mounting the submap sitemap. In > the latter one you have a matcher for the image a

simple matching problem

2003-10-21 Thread anders
atching and generating as above, I get the rendered image ok from a html page in the sitemap directory, but I get a resource missing error from dir1/page1.html. Am I missing something fundamental? Thanks for any help Regards Anders ---