Below... On May 14, 2009, at 2:49 PM, Dave Filchak wrote:
ls -l /opt/java/bin/java -rwxr-xr-x 1 root root 50810 Mar 9 15:37 /opt/java/bin/java
Per my earlier message, this is (part of) your problem. /opt/java/bin/ java is an executable, but what should be on your path is a directory where the executable can be found. So /opt/java/bin/java should be shortened to /opt/java/bin on your path.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org