----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
on 4/18/00 8:53 AM, Crook, Charles <[EMAIL PROTECTED]> wrote:
> Here's a script we use:
>
> # The following is necessary to provide the java VM with an X11 server.
> #@ xvfb_is_running = `ps -fuadvweb | grep -v grep | grep -c Xvfb`
> # Kill Xvfb if it is currently running (just to "freshen it up")
>
> @ pid = `ps -fuadvweb | grep Xvfb | grep -v grep | tr -s ' ' | cut -d' '
> -f3`
>
> if ($pid != 0) then
> echo "kill -9 $pid"
> kill -9 $pid
> sleep 5
> endif
> echo "starting Xvfb"
>
> nohup /usr/X11R6.4/bin/Xvfb :1 -screen 0 1152x900x8 &
> setenv DISPLAY :1.0
Could you PLEASE put this stuff into the FAQ?
<http://java.apache.org/jyve-faq/Turbine>
It will help people out much more to have it there.
thanks,
-jon
--
Scarab -
Java Servlet Based - Open Source
Bug/Issue Tracking System
<http://scarab.tigris.org/>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]