
web
VoidK2
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
win10 环境下配置tomcat9
win10 环境下配置 tomcat9转载自自己的博客,部分英文,不影响阅读。Web Servertomcat download tomcat download the 64-bit Windows zip version and unzip the package. use startup command in cmd to start tomcat9. ...原创 2018-05-14 21:30:27 · 1413 阅读 · 0 评论 -
在Centos上部署web项目
0x00 安装Tomcatmkdir webcd ./webwget http://mirrors.hust.edu.cn/apache/tomcat/tomcat-9/v9.0.13/bin/apache-tomcat-9.0.13.tar.gztar -zxvf apache-tomcat-9.0.13.tar.gz0x01 安装JDKyum install java-1.8.0...原创 2018-12-11 22:30:43 · 585 阅读 · 0 评论