代码改变世界

随笔分类 -  Tomcat Server

tomcat部署时war和war exploded区别

2017-10-27 12:48 by faunjoe88, 359 阅读, 收藏,
摘要: war模式—-将WEB工程以包的形式上传到服务器 war exploded模式—-将WEB工程以当前文件夹的位置关系上传到服务器 阅读全文

启动tomcat的Cannot find ./catalina.sh 的问题

2017-06-28 00:21 by faunjoe88, 2541 阅读, 收藏,
摘要: 从终端进入tomcat的bin目录,然后执行startup.sh Cannot find bin/catalina.sh The file is absent or does not have execute permission This file is needed to run this pr 阅读全文

Can't load IA 32-bit .dll on a AMD 64-bit platform

2016-06-26 12:23 by faunjoe88, 459 阅读, 收藏,
摘要: 今天在 win7 intel cpu x64 环境,部署tomcat ,提示 Can't load IA 32-bit .dll on a AMD 64-bit platform 解决方法: 替换 \bin 目录下的tcnative-1.dll 为64位的版本 http://files.cnblog 阅读全文