遇到的问题和解决:
如何Tomcat设置的JRE路径是指到完整的JDK的bin目录, 比如: d:\jdK1.5\bin
在Run Application Server时会遇到
" A configuration error occurred during startup. Please verify the
preference filed with the prompt: Transport dt_socket failed to
initialize, rc = 509. " 错误.
解决方法: 把d:\jdK1.5\jre\bin目录下的dt_socket.dll拷贝到d:\jdK1.5\bin目录下.