Arron,

I added the Djava.awt.headless="true" to CATALINA_OPTS as follows:

# ----- Execute The Requested Command -----------------------------------------

echo "Using CATALINA_BASE:   $CATALINA_BASE"
echo "Using CATALINA_HOME:   $CATALINA_HOME"
echo "Using CATALINA_TMPDIR: $CATALINA_TMPDIR"
echo "Using JAVA_HOME:       $JAVA_HOME"

if [ "$1" = "jpda" ] ; then
   if [ -z "$JPDA_ADDRESS" ]; then
     JPDA_ADDRESS="8000"
   fi
   if [ -z "$JDPA_OPTS" ]; then
     JPDA_OPTS="-Xdebug 
-Xrunjdwp:transport=dt_socket,address=$JPDA_ADDRESS,server=y,suspend=n"
   fi
   CATALINA_OPTS="$CATALINA_OPTS $JPDA_OPTS"
   shift
fi
CATALINA_OPTS="-Djava.awt.headless=true"

This did not fix the problem.  Have I got it in the wrong place or something?

Micael

At 04:57 PM 5/13/02 +1000, you wrote:
>They would have been installed with X services.
>I think that if an admin installs a box without basic head functionality 
>he's being a bit of a tool. :)
>
>Win2K install should always be fine in this regard. We all know that the 
>head stuff and internet browsing cannot be removed from any competitive 
>operating system ;)
>
>Arron.
>
>
>Duke Ronlund wrote:
>
>>Hi,
>>In a previous project we used JAI on JDK 1.3 with struts to do JPG
>>resizing/scaling and modifications on a java.awt.image.RenderedImage
>>without any X11 side effects, so your assumption that it is a JDk 1.4
>>thing may be correct.  (We are using this code on Win2k, Solaris8 & Red
>>Hat Linux)
>>
>>Cheers
>>Duke
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to