Download presentation
Presentation is loading. Please wait.
1
如何 deploy JSP 到 Tomcat 井民全 製作
2
系統需求 Apache Ant (http://ant.apache.org/) Apache Ant (http://ant.apache.org/) 負責編譯與製作 war 檔 負責編譯與製作 war 檔 Apache Tomcat (http://jakarta.apache.org/tomcat/index.html) Apache Tomcat (http://jakarta.apache.org/tomcat/index.html)http://jakarta.apache.org/tomcat/index.html 負責執行 Jsp 負責執行 Jsp
3
建立測試檔 test.jsp 與應用程式描述檔 test.xml 2 + 2 = test.jsp <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> 簡單的測試 This is a simple test test.xml 網路應用程式描述
4
建立 myapp.war 檔 build.xml 指定應用程式描述檔產生的 war 檔案 指定 jsp 相關檔案的目錄為目前目錄 檔案放置位置
5
製作 war 檔 下達 ant 指令 下達 ant 指令 Dos 視窗
6
測試 jsp 檔 啟動 Tomcat 啟動 Tomcat Startup.bat 知道 Tomcat 聆聽 8080 port* 修改 port Server.xml
7
安裝應用程式 http://localhost:8080 tomcat-users.xml 要有帳號與密碼才能安裝
8
Upload 你的 test.war 檔
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.