Karl Oie wrote:

> goto http://www.xfree86.org and get the xvfb package, i had the same
> problem, so i included this in the tomcat.sh after i installed Xvfb:
>
> if [ "$1" = "stop" ] ; then
>     # kill off any framebuffer running, kill kill kill :-)
>     kill -TERM `/sbin/pidof Xvfb`
> elif [ "$1"="start" -o "$1"="run" ] ; then
>     # start up a virtual framebuffer for cocoon2's rendering
>     Xvfb :1 -screen 0 320x240x24 &
> fi
>
> this setsup a virtual framebuffer for x to run in, now all the batik and svg
> stuff works without running a real x server.

Thank you! That worked, in combination with commenting the SVG Serialization
parts of the sitemap.xmap file.

I will experiment tomorrow with uncommenting the commented parts in the
sitemap.xmap file and see if Cocoon 2 still starts after doing that. :)

Many thanks,
 Jan Warnstam
 Developer, Euronetics


---------------------------------------------------------------------
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]>

Reply via email to