mac 配置tomcat(译)

I’ve made the switch over to Apple on my development machines and as I’m starting my new company soon I’ve got myself a new MacBook Pro machine of which I will be transporting to and from the office so I’ve been installing my entire development on it and thought I’d blog about how to set-up Tomcat 7 on MacOSX to use as a development environment… It’s rather straight forward but thought I’d post it up anyway to help others!
Tomcat 7 is the first release of Tomcat to support the Servlet 3.0, EL 2.2 and JSP 2.2 specifications.
Tomcat 7 requires Java 1.6 to be installed on your Apple Mac based computer, if your running Leopard (10.5) or Snow Leopard (10.6) you are good to go already as these versions of OSX comes pre-installed with Java, however users of OSX Lion (10.7) and more than likely Mountain Lion (10.8) will need to enable Java of which I’ll now explain how to do so, if your not using Lion or Mountain Lion you can skips to the main install notes now!
因为我 要进入一家新公司,所以我已经把开发机器转为了苹果设备。我买了一个新的苹果pro本,并把他带到了办公地点,所以我一直在它上面安装我的整个开发环境,觉得我应该把如何在mac下安装tocmat写入博客。我认为这是最直接的方式来帮助其他人。
tomcat7 是第一支持Servlet 3.0, EL 2.2 and JSP 2.2以及一些新特性的发布版。
tomcat7需要你的mac安装java1.6,如果系统是10.5的豹子或10.6的雪豹,恭喜,mac已经进行了预安装,不过在狮子或山狮下你需要启用java,当然我会告诉你如何去做。如果你正在使用狮子或山狮系统,你现在可以跳过主要安装细节。
Enabling Java on OSX Lion and OSX Mountain Lion You can enable and install Java on Lion and Mountain Lion using the following guide:  http://helpx.adobe.com/x-productkb/global/install-java-jre-mac-os.html
你可以通过一下帮助启用并安装java在狮子或山狮系统
You can also check (to be on the safe side) your version of Java that you have installed on your machine by running the following command from the terminal:-
你可以通过在中断程序中输入一下命令来检查安装在当前机器的java版本,
java -version Installing Tomcat 7 on your Mac 安装tomcat7到你的mac
1) First step is to download Tomcat from the Apache Tomcat website or which can be found here:  http://tomcat.apache.org/download-70.cgi , Scroll down to the ‘Binary distrubutions’ section and download the ‘.tar.gz’ file. At the time of writing the version I downloaded and installed was7.0.29
首先去以下网址去下载tomcat,滑动到底端的“Binary distrubutions”部分,并下在以“.tar.gz”的文件,在些本片文章是tomcat版本为7.0.29
2) Opening or un-archiving the download will now create a new folder – more than likely this will be in your downloads folder unless you choose a different folder to download the file to.
打开或解压下载的文件会创建一个文件夹,这个文件最可能在你的下载文件夹,除非你选择其他文件夹作为下载路径
3) Our next step is to ‘move’ the extracted folder to a system location of which we will run Tomcat from, we do this like so (obviously change your version number/download directory to suite your requirements):-
下一步,我们会把运行tomcat的的文件夹移动到系统位置,我们这样来做(更改版本号/在下载目录以满足你的要求)
sudo mkdir /usr/local sudo mv ~/Downloads/apache-tomcat-7.0.29 /usr/local To make it easy to switch and up grade Tomcat versions in future we’ll use a symbolic link to alias the tomcat folder, we do this like so:-
为了在将来切换以及更新tomcat版本简单,我们将用一个标示符别名来连接tomcat文件夹,我们这样来做
sudo ln -s /usr/local/apache-tomcat-7.0.29 /Library/Tomcat We now need to change the ownership of the /Library/Tomcat folder:-
我们来修改一下这个文件夹的权限
sudo chown -R /Library/Tomcat We now need to set all the scripts under ‘/Library/Tomcat/bin’ to executable, we do this like so:-
我们来是使这个目录下‘/Library/Tomcat/bin’ to executable的所有脚本有执行权限,我们这样来做
sudo chmod +x /Library/Tomcat/apache-tomcat-7.0.29/bin/*.sh You’ve done it! – You can start Tomcat manually by running:-
完成后,妮可以这样来手动运行tomcat
/Library/Tomcat/bin/startup.sh You can stop it by running:-
通过运行一下脚本来停止tomcat
/Library/Tomcat/bin/shutdown.sh Tomcat is now installed and working, you should be able to access it on your machine using this URL: http://localhost:8080/
在浏览器输入以下地址来测试是否安装成功。
A handy little GUI tool to start and stop Tomcat In a development environment, instead of having to open up the console each time, I have found a handy little tool that allows you to easily Stop, Start and open up the Tomcat enviroment… Its called ‘Tomcat Controller’ and can be downloaded from here: http://www.activata.co.uk/tomcatcontroller/
It provides a nice interface as shown below:-
X
   
You will however need to open up the ‘Preferences’ and change the Tomcat location to match your new set-up.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值