yes. The following worked for me. I am using Cocoon 2.0.1.
Extract the Cocoon 2 war file and move/copy the directory into which you
extracted Cocoon into the webapps directory of Enhydra 3.1
(C:/usr/local/enhydra3.1/webapps/). Then you need to include two jars to
the classpath created in the multiserver script file used to start the
Enhydra multiserver service. First, copy two files,
C:/usr/local/enhydra3.1/webapps/<cocoon_extract_dir>/WEB_INF/lib/xerces-
1.4.4.jar and ./xml-apis.jar, into the C:/usr/local/enhydra3.1/lib
directory. Then modify the C:/usr/local/enhydra3.1/bin/multiserver
script file at the end to look like the following:
--------------------
...
NEWCP="/usr/local/enhydra3.1/lib/xerces-1.4.4.jar${PS}/usr/local/enhydra
3.1/lib/xml-apis.jar${PS}${NEWCP}"
CLASSPATH=${NEWCP}
export CLASSPATH
...
--------------------
Restart Enhydra 3.1 multiserver, and you should be set to go.
Matthew
> -----Original Message-----
> From: jamin rubio [mailto:[EMAIL PROTECTED]]
> Sent: Friday, May 17, 2002 8:38 AM
> To: Cocoon-Users
> Subject: Cocoon and enhydra
>
>
>
> Hi
>
> Is there somebody you try to implement cocoon in enhydra 3.1
> container ?
>
> regards
>
>
>
> ---------------------------------------------------------------------
> 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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>
---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>