|
From: Sander S. <se...@ro...> - 2004-11-08 20:20:29
|
At 12:58 AM 11/9/2004 +0900, you wrote: > From the log, the problem is that the Wrapper is not able to launch the > "java" command. >Unless you have specified a user to run as in the shell script, the >Wrapper will be running >as root. My guess is that java is not on the PATH of the root user. > >The easiest way to fix this is to use a JAVA_HOME environment variable: >set.JAVA_HOME=/opt/java_sdk_xyz >wrapper.java.command=%JAVA_HOME%/bin/java > >You can either set it in your wrapper.conf file as above, or define it for >the root user. Okay, that did it. Things are working great now. It took me a while to figure out how to set an environment variable so that it would be available when necessary, but once I did things are working fine. Thanks a lot for your help. >What browser / version are you using? The font should not be small :-/ > >Cheers, >Leif I'm running IE6 on an XP box. The body of the website is acceptable, but the navigation on the left (Essentials, Documentation, etc.) is minuscule. I loaded things up on Firefox and an old version of Mozilla, and while these things are small, they are legible. I don't know what IE is doing, but those labels are too small to read. Sander |