Hi All, I just downloaded tomcat 5.5.12, trying to run it on Solaris 9.
I did not make any changes to the config file at all. Just set the environment variables CATALINA_HOME and JAVA_HOME to point to the right directories. When I start 'catalina.sh run', I keep getting core dump with segmentation fault. pserver# ./catalina.sh run Using CATALINA_BASE: /usr/local/apache-tomcat-5.5.12 Using CATALINA_HOME: /usr/local/apache-tomcat-5.5.12 Using CATALINA_TMPDIR: /usr/local/apache-tomcat-5.5.12/temp Using JRE_HOME: /usr/local/jre1.5.0_05 Segmentation Fault (core dumped) Any idea where to look for, how to troubleshoot or what could be wrong? Thanks