These are answers submitted by ynakamura
Tech support told me how to fix the problem.
I am using Tomcat that is installed originally with Mac OS X Server 10.6.
There seems to be a problem with 64bit version of jvm.
In order to fix the problem, /Library/Tomcat/bin/startup.sh should be rewitten as follows;
exec "$PRGDIR"/"$EXECUTABLE" start "$@"
->
export JAVA_OPTS=-d32
exec "$PRGDIR"/"$EXECUTABLE" start "$@"