博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Tomcat 安装
阅读量:4031 次
发布时间:2019-05-24

本文共 1540 字,大约阅读时间需要 5 分钟。

Tomcat安装很简单阿,
把tomcat下载后(我下的是6.x, for linux,tar.gz格式)
然后解压,随便放在哪个目录下,执行bin目录下的startup.sh,就可以了。
打开http://localhost:8080,看到测试成功页面。
就这么简单。当然,前提是已经装好了JRE
linux下这个是自带的。
这是Tomcat发行包自带的安装方法,在running.txt文件中
Download and Install the Tomcat Binary Distribution
NOTE:  As an alternative to downloading a binary distribution, you can create
your own from the Tomcat source repository, as described in "BUILDING.txt".
If you do this, the value to use for "${catalina.home}" will be the "dist"
subdirectory of your source distribution.
(2.1) Download a binary distribution of Tomcat from:
      http://tomcat.apache.org
(2.2) Unpack the binary distribution into a convenient location so that the
      distribution resides in its own directory (conventionally named
      "apache-tomcat-[version]").  For the purposes of the remainder of this document,
      the symbolic name "$CATALINA_HOME" is used to refer to the full
      pathname of the release directory.
(3) Start Up Tomcat
(3.1) Tomcat can be started by executing the following commands:
      $CATALINA_HOME/bin/startup.bat          (Windows)
      $CATALINA_HOME/bin/startup.sh           (Unix)
(3.2) After startup, the default web applications included with Tomcat will be
      available by visiting:
      http://localhost:8080/
(3.3) Further information about configuring and running Tomcat can be found in
      the documentation included here, as well as on the Tomcat web site:
      http://tomcat.apache.org
(4) Shut Down Tomcat
(4.1) Tomcat can be shut down by executing the following command:
      $CATALINA_HOME/bin/shutdown            (Windows)
      $CATALINA_HOME/bin/shutdown.sh         (Unix)

转载地址:http://acqbi.baihongyu.com/

你可能感兴趣的文章
yuv420 format
查看>>
单纯的把Y通道提取出来能正确显示出灰度图来为什么我的Qt就显示不出来呢转换有问题呀?
查看>>
YUV420只绘制Y通道
查看>>
yuv420 还原为RGB图像
查看>>
LED恒流驱动芯片
查看>>
驱动TFT要SDRAM做为显示缓存
查看>>
使用file查看可执行文件的平台性,x86 or arm ?
查看>>
qt5 everywhere 编译summary
查看>>
qt5 everywhere编译完成后,找不到qmake
查看>>
arm-linux开机读取硬件时钟,设置系统时钟。
查看>>
交叉编译在x86上调试好的qt程序
查看>>
/dev/input/event0 键盘输入
查看>>
qt 创建异形窗体
查看>>
可重入函数与不可重入函数
查看>>
简单Linux C线程池
查看>>
内存池
查看>>
输入设备节点自动生成
查看>>
opencv test code-1
查看>>
eclipse 导入先前存在的项目
查看>>
GNU hello代码分析
查看>>