[root@linux root]# apt-get -y install tomcat ← tomcatインストール
※apt-getコマンドについてはパッケージ管理システム導入(Apt)を参照
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
commons-beanutils commons-collections commons-dbcp commons-digester
commons-modeler commons-pool tomcat-libs
The following NEW packages will be installed:
commons-beanutils commons-collections commons-dbcp commons-digester
commons-modeler commons-pool tomcat tomcat-libs
0 upgraded, 8 newly installed, 0 removed and 0 not upgraded.
Need to get 5293kB of archives.
After unpacking 14.5MB of additional disk space will be used.
Get:1 http://ayo.freshrpms.net fedora/linux/2/i386/core commons-collections 2.1-12 [381kB]
Get:2 http://ayo.freshrpms.net fedora/linux/2/i386/core commons-beanutils 1.6.1-13 [192kB]
Get:3 http://ayo.freshrpms.net fedora/linux/2/i386/core commons-pool 1.1-3 [74.8kB]
Get:4 http://ayo.freshrpms.net fedora/linux/2/i386/core commons-dbcp 1.1-3 [210kB]
Get:5 http://ayo.freshrpms.net fedora/linux/2/i386/core commons-digester 1.4.1-13 [154kB]
Get:6 http://ayo.freshrpms.net fedora/linux/2/i386/core commons-modeler 1.0-8 [65.5kB]
Get:7 http://ayo.freshrpms.net fedora/linux/2/i386/core tomcat-libs 4.1.27-13 [2918kB]
Get:8 http://ayo.freshrpms.net fedora/linux/2/i386/core tomcat 4.1.27-13 [1298kB]
Fetched 5293kB in 42s (124kB/s)
Committing changes...
Preparing... ########################################### [100%]
1:commons-collections ########################################### [ 13%]
2:commons-beanutils ########################################### [ 25%]
3:commons-pool ########################################### [ 38%]
4:commons-dbcp ########################################### [ 50%]
5:commons-digester ########################################### [ 63%]
6:commons-modeler ########################################### [ 75%]
7:tomcat-libs ########################################### [ 88%]
8:tomcat ########################################### [100%]
Done.
[root@linux root]# apt-get -y install mod_jk2 ← mod_jk2(Apache/Tomcatコネクタ)インストール
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
mod_jk2
0 upgraded, 1 newly installed, 0 removed and 0 not upgraded.
Need to get 74.7kB of archives.
After unpacking 146kB of additional disk space will be used.
Get:1 http://ayo.freshrpms.net fedora/linux/2/i386/core mod_jk2 4.1.27-13 [74.7kB]
Fetched 74.7kB in 5s (13.0kB/s)
Committing changes...
Preparing... ########################################### [100%]
1:mod_jk2 ########################################### [100%]
Done.
|
|