
tomcat
凌渊阁
阅读世界,阅读自己。
展开
-
Setup TomCat on centOS7 with the none-admin account
The TomCat is very easy to deploy on the cent OS, as you just need to extract it to the folder, and set the the folder path as the environment variable.How to configure the system environment variab原创 2017-09-29 23:10:11 · 212 阅读 · 0 评论 -
How to Run Java Program Automatically on Tomcat Startup
如何在启动tomcat时候,自动启动一个jar程序。觉得这个应该在打包tomcat web服务为一个独立程序的时候应该有点作用。原文博客特别不错。原文地址:https://crunchify.com/how-to-run-java-program-automatically-on-tomcat-startup/Recently I wanted to start my standalone Jav...转载 2018-02-26 18:18:14 · 202 阅读 · 0 评论 -
Linux下JDK、OpenSSL、Tomcat、ARP、Apache安装集成手册
Linux环境:CentOS6.6 一、安装前提准备 在终端下输入命令将系统更新为最新。 [root@localhost ~]#yum -y update 1、首先确认是否安装GCC编译环境,如果没有安装,可以通过在线安装的方式进行安装,确保服务器联网。 [root@localhost ~]#yum -y install gcc 2、安装apr ...转载 2018-12-19 16:58:00 · 487 阅读 · 0 评论 -
Tomcat性能优化
注意:如果是64位平台,尽量采用64位Tomcat或JDK,否则内存设置会有瓶颈。 1.1 修改Tomcat名称 提示:请根据现场环境对红色代码进行必要修改。 修改 %tomcat_home%\bin目录下的“catalina.bat”文件(如:E:\apache-tomcat-7.0.50\bin), 找到if "%TITLE%" == "" set TITLE=...转载 2018-12-19 16:58:46 · 188 阅读 · 0 评论