1235

何处是我家!

导航

2013年7月2日

摘要: 最近遇到一个Tomcat windows安装版本是32位还是64位问题。由于一系列原因,已经无从知晓生产系统上的该程序是32位还是64位。后来经过仔细查阅资料,得知:1. tomcat 从6.0.24开始才区分 32位和64位版本问题 这个可以从http://archive.apache.org/dist/tomcat/tomcat-6/查阅到。2.要判断一个exe是32位还是64位,可以通过UltraEdit打开看看下面是摘录别人的:If you have a hex editor program, just open your file with it and shortly afte.. 阅读全文

posted @ 2013-07-02 22:15 yn1235 阅读(10247) 评论(0) 推荐(0)

摘要: 下载地址:http://tomcat.apache.org/发布包说明:apache-tomcat-[version].zip---------------------------基本发布包。这些发布包对Windows系统环境并不包含Windows service wrapper,也不包含预编译的APR或本地库。apache-tomcat-[version].exe---------------------------Tomcat 在32位或64位 Windows系统环境下的安装版本。含有基本发布包的大部分,但一些启动Tomcat的命令行脚本没有包含在其中。这个发布包是为了那些通过Window 阅读全文

posted @ 2013-07-02 00:33 yn1235 阅读(432) 评论(0) 推荐(0)