V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  rongyiran  ›  全部回复第 6 页 / 共 6 页
回复总数  105
1  2  3  4  5  6  
2016-09-19 06:53:38 +08:00
回复了 rongyiran 创建的主题 程序员 mac os 10.11.6 tomcat7 无法正常启动求助
@SoloCompany Installing Tomcat
Here are the easy to follow steps to get it up and running on your Mac
Download a binary distribution of the core module: apache-tomcat-8.5.3.tar.gz from here. I picked the tar.gz in Binary Distributions / Core section.
Opening/unarchiving the archive will create a folder structure in your Downloads folder: (btw, this free Unarchiver app is perfect for all kinds of compressed files and superior to the built-in Archive Utility.app)
~/Downloads/apache-tomcat-8.5.3
Open to Terminal app to move the unarchived distribution to /usr/local
sudo mkdir -p /usr/local
sudo mv ~/Downloads/apache-tomcat-8.5.3 /usr/local
To make it easy to replace this release with future releases, we are going to create a symbolic link that we are going to use when referring to Tomcat (after removing the old link, you might have from installing a previous version):
sudo rm -f /Library/Tomcat
sudo ln -s /usr/local/apache-tomcat-8.5.3 /Library/Tomcat
Change ownership of the /Library/Tomcat folder hierarchy:
sudo chown -R <your_username> /Library/Tomcat
Make all scripts executable:
sudo chmod +x /Library/Tomcat/bin/*.sh
2016-09-19 06:52:18 +08:00
回复了 rongyiran 创建的主题 程序员 mac os 10.11.6 tomcat7 无法正常启动求助
@SoloCompany 您的意思是怎么安装呢?
因为我看到绝大多数的教程都是装在 Library 文件夹下的。
参考也都是网上的资料。
2016-09-19 00:43:47 +08:00
回复了 rongyiran 创建的主题 程序员 mac os 10.11.6 tomcat7 无法正常启动求助
@xuhaoyangx 既然您这么建议,那我还是直接上 IDEA 吧。
2016-09-19 00:39:09 +08:00
回复了 rongyiran 创建的主题 程序员 mac os 10.11.6 tomcat7 无法正常启动求助
@xuhaoyangx 是的,的确没有这个文件。
嘻嘻,我想自己学学 Java Web 开发,现在主流用的都是 Idea 了,一些资料还是 MyEclipse
2016-09-19 00:33:32 +08:00
回复了 rongyiran 创建的主题 程序员 ss-manyuser 最后启动出现问题
@ovear 报的还是同样的错误
1  2  3  4  5  6  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1037 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 19:14 · PVG 03:14 · LAX 12:14 · JFK 15:14
Developed with CodeLauncher
♥ Do have faith in what you're doing.