| 
				 3.92版本金笛邮件系统 windows下tomcat 性能调整 
 
			
			一.调整JVM 最大使用内存值1.windows 版本
 以下假设你安装的服务器路径为 e:\jdmail, 如果是其他路径可做相应修改
 1)卸载原来的webmail 服务
 进入E:\jdmail\web\bin 目录,执行
 E:\jdmail\web\bin>jdmail_Web.exe -uninstall jdmail_Web(Tomcat5)
 然后系统提示
 The jdmail_Web(Tomcat5) service was successfully uninstalled.
 表示卸载成功
 
 2)修改同目录下installTomcat_x.bat 文件,找到 -Xms125M -Xmx512M 地方,修
 改成你想设置的内存大小。
 3)重新安装 webmail 服务。
 执行以下命名,其中e:\jdmail\jdk 为jdk 目录 ,e:\jdmail\web为tomcat 服
 务器目录
 E:\jdmail\web\bin>installTomcat_x.bat e:\jdmail\jdk e:\jdmail\web
 执行完,系统会提示:
 --------
 Usage:   installTomcat_x.bat jdk_home tomcat_home
 NOTE:    You MAY NOT use spaces in the path names. If you know how
 to fix this, please tell me.
 JDK 1.3 does not come with hotpot server by default, you
 must
 install this seperately if you wish to use it.
 Example: installTomcat_x.bat c:\progra~1\jdk c:\progra~1\tomcat
 hotspot
 --------
 The jdmail_Web(Tomcat5) manual service was successfully installed.
 
 表示新的webmail 服务安装成功
 |