On Wednesday June 3 2009 08:20:10 Jakov Sosic wrote: > 've traced the problem down to > /opt/webstack/tomcat/5.5/bin/setclasspath.sh, but if I run this line in > shell: > > # if [ ! -x /usr/java/bin/java -o ! -x /usr/java/bin/jdb -o ! -x > /usr/java/bin/javac ]; then echo PROBLEM; fi > > nothing is echoed back :( java, jdb an javac are all there in /usr/java/bin > directory.... > > I'm puzzled :(
This could be a permissions issue. Tomcat is running as the webservd user on Solaris10. Can you verify that the webservd user is able to access the jdk? $ su $ su - webservd $ /usr/java/bin/java Does that work? Thanks, Brian