You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Peter Parzinger <pe...@parzinger.de> on 2001/03/23 17:58:26 UTC

c1 installation problem

hi,

setup cocoon 1.8.2 on windows 2000 ws and apache 1.3.19
jserv 1.1.2
jsdk 2.0

the basic xsp samples work but the the
dynamically-syntax-highlighted-source-feature not.
the request http://127.0.0.1/cocoon/xsp/view-source.xml?filename=page.xml
ends up with a

java.io.FileNotFoundException: C:\Projects\ApacheGroup\Apache\page.xml

i found that the funktion in the xsp:

String filepath = XSPUtil.relativeFilename(filename, request,
(ServletContext) context)

should return the fully qualified pathname. but it does not. somehow the xsp
does not get the servletcontext, right?

can anyone help?
peter


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>