close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jun 25, 2010, 12:41:50 AM (13 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
12 | 12 | > tar zxvf apache-tomcat-6.0.xx.tar.gz |
13 | 13 | > ln -s apache-tomcat-6.0.xx tomcat |
| 14 | }}} |
| 15 | Start and stop Tomcat: |
| 16 | {{{ |
| 17 | /usr/local/tomcat/bin/catalina.sh stop |
| 18 | /usr/local/tomcat/bin/catalina.sh start |
14 | 19 | }}} |
15 | 20 | |