Well, it's been quite a number of months that I didn't have time to look at this problem, but I just wanted to let the mailing list know that I've just solved this problem, and that it had nothing to do with the XSP files, but with the sitemap.xmap file. A very embarassing and stupid typing mistake, however, in my defense I must say it wasn't easily spotted.
wrong: ... <map:match type="regexp" pattern="highlight/bv/(.*)/(.*)/(ext|doc)/([^|]*)(\|[0-9]+)?.xml"> <map:generate src="highlight.xsp " type="serverpages"> ... correct: ... <map:match type="regexp" pattern="highlight/bv/(.*)/(.*)/(ext|doc)/([^|]*)(\|[0-9]+)?.xml"> <map:generate src="highlight.xsp" type="serverpages"> ... Can you spot it :-) What surprises me most is that it worked like this on the Windows platform. A belated thank you to all participants in this thread. -- cheers, Jakob. On 11/15/05, Jakob Fix <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: Jakob Fix [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 27. Oktober 2005 14:08 > > To: [email protected] > > Subject: Existing XSP "not found" by Cocoon (only on Linux) > > > > > > Hello, > > > > I'm having a weird problem porting a web application to Linux. The > > application itself consists of Java 1.5 / Jetty / Cocoon 2.1.7 / Exist > > XML database. It was developped in a Windows environment, but now we > > want to deploy it on a Linux server. Almost everything went very > > well, it's Java after all. > > > > However, one persisting problem I have is this: Cocoon appears to not > > be able to compile one of the two XSP pages saying that it can't be found, > > although it absolutely positively exists at the location indicated > > (see attached core.log and access.log extracts). > > > > I've added the tools.jar to my jre's lib/ directory because I read on > > the cocoon website its absence may not allow to compile certain > > jsp/xsp pages. However, I have two XSP pages of which one functions > > correctly while the other one cannot apparently be found and thus > > compiled. > > > > I've tested this on another Linux server (also Debian) with the same > > results. > > > > I'm not really sure what other information I should provide (is the > > actual XSP code interesting?). > > > > This problem really puzzles me. Any help is greatly appreciated. > > > > -- > > cheers, > > Jakob. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
