Add this to your web.xml:

<init-param>
   <param-name>work-directory</param-name>
   <param-value>WEB-INF/work</param-value>
</init-param>

Generated Java will then be in WEB-INF/work/org/apache/cocoon/www/<context-path>/<page>.java

[EMAIL PROTECTED] wrote:

hi,

i'm trying to get a grip on xsp and logicsheet programming and would
hence like to take a look at the java source files which are generated
from xsp pages before they are compiled.

i'm running cocoon 2.1.7 standalone ("cocoon.bat servlet"). according
to the ibm xsp tutorial
(http://www-128.ibm.com/developerworks/edu/x-dw-xxsp-i.html), the
filename of the generated source should be something like
"<xsp_filename>_xsp.java". i've been searching my cocoon directory but
couldn't find anything. however, in the tutorial, cocoon is run as a
servlet in a tomcat server.

the "xsp logicsheet guide" mentions an entry in the cocoon.properties
file, but in my cocoon.properties no entry specifying the repository
directory can be found, neither.

i've been also looking into cocoon.xconf and the user mail archives, but
with no result.

can anybody help to resolve the issue?

thanks in advance,
ciao, philipp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to