close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jan 19, 2009, 4:22:57 PM (17 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
4 | 4 | |
5 | 5 | 1. [http://tomcat.apache.org/download-60.cgi 下載tomcat] |
| 6 | |
6 | 7 | 2. 解壓縮到 /opt |
| 8 | |
7 | 9 | 3. 環境路徑設定: |
| 10 | |
8 | 11 | 在/etc/bash.bashrc最後一行加入 |
9 | 12 | {{{ |
10 | 13 | export JAVA_HOME=/usr/lib/jvm/java-6-sun |
11 | 14 | }}} |
| 15 | |
12 | 16 | 4. 直接執行 $tomcat/bin/startup.sh |
| 17 | |
13 | 18 | 5. [http:localhost:8080 預設歡迎畫面] |
14 | 19 | |