RE: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-24 Thread Karl Oie
Just a little warning of a problem I experienced, it was wrong of me to say that this should go into the tomcat.sh because if you kill the framebuffer while tomcat is running, horrible things happens. this script should go into a separate scriptfile and be started/stopped before/after tomcat. mvh

Re: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-24 Thread Jan Warnstam
Both the db problems and the SVG problems disappeared as the X11 problem was solved via Xfvb, or so it seems anyway. Do you still have problems with the two first issues even though you have a working X connection? Regards, Jan Warnstam Developer, Euronetics Arnaud Vandyck wrote: > I cannot

Re: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-24 Thread Jan Warnstam
I have now tried to uncomment the SVG Serializer parts in the sitemap.xmap (restoring the file to the original status without any changes compared to the CVS version) and Cocoon 2 still works! It seems that the only necessary fix was to add the Xvfb call in the init.d script. I did not even have

Re: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-23 Thread Jan Warnstam
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 [ "

RE: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-23 Thread Karl Oie
r. mvh karl oie -Original Message- From: Arnaud Vandyck [mailto:[EMAIL PROTECTED]] Sent: 23. august 2001 18:24 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian From: Jan Warnstam <[EMAIL PROTECTED]> Subject: Problems with C

Re: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-23 Thread Arnaud Vandyck
From: Jan Warnstam <[EMAIL PROTECTED]> Subject: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian Date: Thu, 23 Aug 2001 17:42:53 +0200 Message-ID: <[EMAIL PROTECTED]> > First, I suspect that, since I am running both Cocoon and Tomcat on > a remote server (which I access via SSH) the Tomca

Re: Problems with Cocoon 2 with Tomcat 3.2.3-1 on Debian

2001-08-23 Thread java guru
Hi., 1. X problem is that some of the c2 components requiring x server... 2. Second problem is that c2 not setup to talk to hsqldb that ships with c2 by default.. Both of these are discusses numerous times..please look into the mail archive.. --- Jan Warnstam <[EMAIL PROTECTED]> wrote: > I a