Windows Tomcat 安裝

來源:互聯網
上載者:User

標籤:blog   class   tar   art   檔案   http   html   com   htm   window   load   

JDK的安裝可以參考 http://www.cnblogs.com/emanlee/p/3702535.html ,然後安裝apache-tomcat

 

step1:http://tomcat.apache.org/download-70.cgi 下載apache-tomcat-7.0.12

 

step2:解壓檔案,這是綠色版本,無需安裝。比如放在 H:\software\ 下面

 

step3:"我的電腦"->"屬性"->"進階"->"環境變數"->系統變數

"建立"->變數名 CATALINA_BASE ,變數值 H:\software\apache-tomcat-7.0.53-windows-x64(為step2中解壓的地址)

"建立"->變數名 CATALINA_HOME ,變數值 H:\software\apache-tomcat-7.0.53-windows-x64(為step2中解壓的地址)

"建立"->變數名 TOMCAT_HOME ,變數值 H:\software\apache-tomcat-7.0.53-windows-x64(為step2中解壓的地址)

編輯在JDK安裝中建立的變數 classpath ,在後面添加 %CATALINA_HOME%\lib\servlet-api.ja r即可,中間用分號隔開

編輯在JDK安裝中建立的變數 path ,在後面添加 %TOMCAT_HOME%\bin 即可,中間用分號隔開

 

step4:啟動tomcat,點擊 bin\startup.bat ; 如不能啟動,換到cmd命令列啟動 startup.bat

H:\software\apache-tomcat-7.0.53-windows-x64\bin>startup.bat

 

step5: 在瀏覽器中輸入http://localhost:8080

看是否出現歡迎頁面,出現了就說明已安裝成功。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.