web.xml:

    <!--
      This parameter allows to specify where Cocoon should put it's
      working files. The path specified is either absolute or relative
      to the context path of the Cocoon servlet.  On windows platform,
      absolute directory must start with volume: C:\Path\To\Work\Directory

      The default directory is "cocoon-files" directory in the servlet
      context's temp directory (context property
javax.servlet.context.tempdir).

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

Uncomment that and set the value to whatever you want.  The default as you
have found is your servlet container's work directory.

HTH,
Geoff

> -----Original Message-----
> From: Kendall, Travis C (COMFIN, ITSS) [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 05, 2003 5:56 PM
> To: [EMAIL PROTECTED]
> Subject: Urgent Help Needed With XSP
>
>
> How do I control where Cocoon builds and compiles source files
> from XSP?  Currently it is building a directory tree under my
> WebSphere installation's "temp" directory.  I would like to
> divert this somewhere else.
>
> Thanks.
>
> Travis Kendall
> GE Commercial Distribution Finance
> [EMAIL PROTECTED]
> 212.668-3917
>
>
>

Reply via email to