lygyh9985825 发表于 2018-12-5 07:10:03

LAMP下tomcat使用命令

  ubuntu 14.04:
  tomcat使用的是httpd.用apt-get安装
  启动:/etc/init.d/apache2 start    // sudo service apache2 start
  停止:/etc/init.d/apache2 stop
  重启:/etc/init.d/apache2 restart
  启动后在浏览器中输入localhost将会打开/var/www/下的index.html(htm、php)

页: [1]
查看完整版本: LAMP下tomcat使用命令