ynakamura

8 years, 178 days


These are answers submitted by ynakamura

fixing up

October 14 2010 by ynakamura 80

1

0

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 "$@"

 

What did you choose for K1 and K2 ?

October 04 2006 by ynakamura 80

0

0

Page 1 of 1