Changes between Initial Version and Version 1 of oid/WorkLog/09-01-16


Ignore:
Timestamp:
Jan 16, 2009, 2:25:36 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oid/WorkLog/09-01-16

    v1 v1  
     1= 2009-01-16 =
     2
     3 * 安裝 Tomcat 5.5
     4{{{
     5oceandb:~# apt-get install tomcat5.5 tomcat5.5-admin tomcat5.5-webapps
     6oceandb:~# cat << EOF > /etc/tomcat5.5/tomcat-users.xml
     7}}}
     8{{{
     9<?xml version='1.0' encoding='utf-8'?>
     10<tomcat-users>
     11  <role rolename="admin"/>
     12  <role rolename="manager"/>
     13  <user username="${YOUR_NAME}" password="${YOUR_PASSWORD}" roles="admin,manager"/>
     14</tomcat-users>
     15}}}