win2000下jsp環境配置

來源:互聯網
上載者:User

win2000下的tomcat配置
1.準備tomcat5.0和j2sdk1.4
  網址:http://java.sun.com/j2se/1.4.2/download.html 下載windows版本j2sdk-1_4_2_03-windows-i586-p.exe
       http://jakarta.apache.org/tomcat/index.html下載jakarta-tomcat-5.0.16.exe。

2安裝配置j2sdk
從【開始】→【設定】→【控制台】→【系統】→【進階】→【環境變數】→【系統變數】,然後到【建立】。
JAVA_HOME = C:/j2sdk1.4.2_03

PATH = %JAVA_HOME%/bin

CLASSPATH = C:/j2sdk1.4.2_03/lib/tools.jar;C:/j2sdk1.4.2_03/ lib/dt.jar;

3安裝配置tomcat
4更改tomcat的設定檔
conf/server.xml(添加標號為1,2,3的三行)
     ………

<!-- Tomcat Root Context -->

        <!--

          <Context path="" docBase="ROOT" debug="0">

        -->

  1        <Context path="customer" docBase="f:/customer" debug="0"

           crosscontext="true" reloadable="true" >

  3        </Context>

      </Host>

    </Engine>

  </Service>

</Server>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.