Linux环境

jdk

创建文件夹:mkdir +文件名;

创建文件:touch ;

复制文件:cp;

重命名:mv 旧文件名?新文件名;

剪切:mv 文件名 /路径;

查看所有进程:ps -ef;

产看具体某个进程:ps -ef | grep 名字;

杀死进程:kill -9 pid;

查看端口:netstat -an | grep 端口号;

赋权:chmod 777 文件名;

查看日志/文件:cat/more/less/tail;

动态/实时查看日志:tail -f 日志名称;

过滤/查看日志里面的关键字:grep 关键字 日志名;

查看服务器资源:/cpu top;

上传文件:rz 文件名;

下载文件:sz文件名;

查看内存信息:free;

查看系统磁盘使用情况统计:df -h

cd usr/ 切换到该目录下usr目录
cd …/ 切换到上一层目录
cd / 切换到系统根目录
cd ~ 切换到用户主目录

命令:find 目录 参数(重点)
示例:查找/root下的与test相关的目录(文件) find / -name ‘test*

同目录删除:熟记 rm -rf 文件 即可

tar -zcvf 压缩
tar -xvf xxx.tar.gz解压

显示当前所在位置
pwd

Xshell命令

Copyright © 2002-2016 NetSarang Computer, Inc. All rights reserved.

Type `help’ to learn how to use Xshell prompt.
[c:~]$

Connecting to 192.168.37.128:22…
Connection established.
To escape to local shell, press ‘Ctrl+Alt+]’.

Last login: Mon May 10 00:00:24 2021 from 192.168.37.1
bash: #set: command not found…
[admin@localhost ~]$ /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT
iptables v1.4.21: can’t initialize iptables table `filter’: Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
[admin@localhost ~]$ /etc/rc.d/init.d/iptables save
-bash: /etc/rc.d/init.d/iptables: No such file or directory
[admin@localhost ~]$ ls
aaa Documents hkhsd Music Public test
Desktop Downloads kllks Pictures Templates Videos
[admin@localhost ~]$ cd /ooskl/
[admin@localhost ooskl]$ ls
apache-tomcat-7.0.63.tar.gz jenkins.war
jdk-8u131-linux-x64.tar.gz MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[admin@localhost ooskl]$ cd /usr/
[admin@localhost usr]$ ls
bin etc games include lib lib64 libexec local sbin share src tmp
[admin@localhost usr]$ cd /lo
-bash: cd: /lo: No such file or directory
[admin@localhost usr]$ ls
bin etc games include lib lib64 libexec local sbin share src tmp
[admin@localhost usr]$ ls
bin etc games include lib lib64 libexec local sbin share src tmp
[admin@localhost usr]$ cd /local
-bash: cd: /local: No such file or directory
[admin@localhost usr]$ cdc local/
bash: cdc: command not found…
[admin@localhost usr]$ cd local/
[admin@localhost local]$ ls
bin etc games include jdk lib lib64 libexec mysql sbin share src tomcat
[admin@localhost local]$ cd mysql/
[admin@localhost mysql]$ ls
MySQL-client-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-devel-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-embedded-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-compat-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-test-5.6.26-1.linux_glibc2.5.x86_64.rpm
[admin@localhost mysql]$ rpm -qa | grep mysql
[admin@localhost mysql]$ rpm -ivh MySQL-client-5.6.26-1.linux_glibc2.5.x86_64.rpm
warning: MySQL-client-5.6.26-1.linux_glibc2.5.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: can’t create transaction lock on /var/lib/rpm/.rpm.lock (Permission denied)
[admin@localhost mysql]$ su root
Password:
[root@localhost mysql]# rpm -ivh MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm
warning: MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing… ################################# [100%]
package MySQL-server-5.6.26-1.linux_glibc2.5.x86_64 is already installed
[root@localhost mysql]# rpm -ivh MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm
warning: MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing… ################################# [100%]
package MySQL-server-5.6.26-1.linux_glibc2.5.x86_64 is already installed
[root@localhost mysql]# service mysql start
Starting MySQL… ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
[root@localhost mysql]# ^C
[root@localhost mysql]# systemctl start mysql
Job for mysql.service failed because the control process exited with error code. See “systemctl status mysql.service” and “journalctl -xe” for details.
[root@localhost mysql]# systemctl start mysqld
Failed to start mysqld.service: Unit mysqld.service failed to load: No such file or directory.
[root@localhost mysql]# systemctl start mysqld
Failed to start mysqld.service: Unit mysqld.service failed to load: No such file or directory.
[root@localhost mysql]# service mysql start
Starting MySQL… ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
[root@localhost mysql]# /usr/bin/mysql_install_db --user=mysql
FATAL ERROR: please install the following Perl modules before executing /usr/bin/mysql_install_db:
Data::Dumper
[root@localhost mysql]# yum -y install autoconf
Loaded plugins: fastestmirror, langpacks
http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - “Failed to connect to 2001:da8:20f:4435:4adf:37ff:fe55:2840: Network is unreachable”
Trying other mirror.
base | 3.6 kB 00:00:00
extras | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
Loading mirror speeds from cached hostfile

  • base: mirrors.aliyun.com
  • extras: mirrors.aliyun.com
  • updates: mirrors.huaweicloud.com
    Resolving Dependencies
    –> Running transaction check
    —> Package autoconf.noarch 0:2.69-11.el7 will be installed
    –> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
    –> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
    –> Running transaction check
    —> Package m4.x86_64 0:1.4.16-10.el7 will be installed
    —> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
    –> Finished Dependency Resolution

Dependencies Resolved

========================================================================================
Package Arch Version Repository Size

Installing:
autoconf noarch 2.69-11.el7 base 701 k
Installing for dependencies:
m4 x86_64 1.4.16-10.el7 base 256 k
perl-Data-Dumper x86_64 2.145-3.el7 base 47 k

Transaction Summary

Install 1 Package (+2 Dependent packages)

Total download size: 1.0 M
Installed size: 2.8 M
Downloading packages:
(1/3): m4-1.4.16-10.el7.x86_64.rpm | 256 kB 00:00:00
(2/3): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00:00
(3/3): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:00:23

Total 42 kB/s | 1.0 MB 00:23
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
** Found 4 pre-existing rpmdb problem(s), ‘yum check’ output follows:
icedtea-web-1.6.1-4.el7.x86_64 has missing requires of java-1.8.0-openjdk
jline-1.0-8.el7.noarch has missing requires of java >= (‘0’, ‘1.5’, None)
2:postfix-2.10.1-6.el7.x86_64 has missing requires of libmysqlclient.so.18()(64bit)
2:postfix-2.10.1-6.el7.x86_64 has missing requires of libmysqlclient.so.18(libmysqlclient_18)(64bit)
Installing : m4-1.4.16-10.el7.x86_64 1/3
Installing : perl-Data-Dumper-2.145-3.el7.x86_64 2/3
Installing : autoconf-2.69-11.el7.noarch 3/3
Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 1/3
Verifying : m4-1.4.16-10.el7.x86_64 2/3
Verifying : autoconf-2.69-11.el7.noarch 3/3

Installed:
autoconf.noarch 0:2.69-11.el7

Dependency Installed:
m4.x86_64 0:1.4.16-10.el7 perl-Data-Dumper.x86_64 0:2.145-3.el7

Complete!
[root@localhost mysql]# /usr/bin/mysql_install_db --user=mysql
Installing MySQL system tables…2021-05-10 00:44:17 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2021-05-10 00:44:17 0 [Note] /usr/sbin/mysqld (mysqld 5.6.26) starting as process 13194 …
2021-05-10 00:44:17 13194 [Note] InnoDB: Using atomics to ref count buffer pool pages
2021-05-10 00:44:17 13194 [Note] InnoDB: The InnoDB memory heap is disabled
2021-05-10 00:44:17 13194 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-05-10 00:44:17 13194 [Note] InnoDB: Memory barrier is not used
2021-05-10 00:44:17 13194 [Note] InnoDB: Compressed tables use zlib 1.2.3
2021-05-10 00:44:17 13194 [Note] InnoDB: Using Linux native AIO
2021-05-10 00:44:17 13194 [Note] InnoDB: Using CPU crc32 instructions
2021-05-10 00:44:17 13194 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2021-05-10 00:44:17 13194 [Note] InnoDB: Completed initialization of buffer pool
2021-05-10 00:44:17 13194 [Note] InnoDB: Highest supported file format is Barracuda.
2021-05-10 00:44:17 13194 [Note] InnoDB: Log scan progressed past the checkpoint lsn 49463
2021-05-10 00:44:17 13194 [Note] InnoDB: Database was not shutdown normally!
2021-05-10 00:44:17 13194 [Note] InnoDB: Starting crash recovery.
2021-05-10 00:44:17 13194 [Note] InnoDB: Reading tablespace information from the .ibd files…
2021-05-10 00:44:17 13194 [Note] InnoDB: Restoring possible half-written data pages
2021-05-10 00:44:17 13194 [Note] InnoDB: from the doublewrite buffer…
InnoDB: Doing recovery: scanned up to log sequence number 1600607
2021-05-10 00:44:17 13194 [Note] InnoDB: Starting an apply batch of log records to the database…
InnoDB: Progress in percent: 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
InnoDB: Apply batch completed
2021-05-10 00:44:17 13194 [Note] InnoDB: 128 rollback segment(s) are active.
2021-05-10 00:44:17 13194 [Note] InnoDB: Waiting for purge to start
2021-05-10 00:44:17 13194 [Note] InnoDB: 5.6.26 started; log sequence number 1600607
2021-05-10 00:44:18 13194 [Note] Binlog end
2021-05-10 00:44:18 13194 [Note] InnoDB: FTS optimize thread exiting.
2021-05-10 00:44:18 13194 [Note] InnoDB: Starting shutdown…
2021-05-10 00:44:19 13194 [Note] InnoDB: Shutdown completed; log sequence number 1625987
OK

Filling help tables…2021-05-10 00:44:19 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2021-05-10 00:44:19 0 [Note] /usr/sbin/mysqld (mysqld 5.6.26) starting as process 13218 …
2021-05-10 00:44:19 13218 [Note] InnoDB: Using atomics to ref count buffer pool pages
2021-05-10 00:44:19 13218 [Note] InnoDB: The InnoDB memory heap is disabled
2021-05-10 00:44:19 13218 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-05-10 00:44:19 13218 [Note] InnoDB: Memory barrier is not used
2021-05-10 00:44:19 13218 [Note] InnoDB: Compressed tables use zlib 1.2.3
2021-05-10 00:44:19 13218 [Note] InnoDB: Using Linux native AIO
2021-05-10 00:44:19 13218 [Note] InnoDB: Using CPU crc32 instructions
2021-05-10 00:44:19 13218 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2021-05-10 00:44:19 13218 [Note] InnoDB: Completed initialization of buffer pool
2021-05-10 00:44:19 13218 [Note] InnoDB: Highest supported file format is Barracuda.
2021-05-10 00:44:19 13218 [Note] InnoDB: 128 rollback segment(s) are active.
2021-05-10 00:44:19 13218 [Note] InnoDB: Waiting for purge to start
2021-05-10 00:44:19 13218 [Note] InnoDB: 5.6.26 started; log sequence number 1625987
2021-05-10 00:44:19 13218 [Note] Binlog end
2021-05-10 00:44:19 13218 [Note] InnoDB: FTS optimize thread exiting.
2021-05-10 00:44:19 13218 [Note] InnoDB: Starting shutdown…
2021-05-10 00:44:21 13218 [Note] InnoDB: Shutdown completed; log sequence number 1625997
OK

To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

/usr/bin/mysqladmin -u root password ‘new-password’
/usr/bin/mysqladmin -u root -h localhost.localdomain password ‘new-password’

Alternatively you can run:

/usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.

See the manual for more instructions.

You can start the MySQL daemon with:

cd /usr ; /usr/bin/mysqld_safe &

You can test the MySQL daemon with mysql-test-run.pl

cd mysql-test ; perl mysql-test-run.pl

Please report any problems at http://bugs.mysql.com/

The latest information about MySQL is available on the web at

http://www.mysql.com

Support MySQL by buying support/licenses at http://shop.mysql.com

New default config file was created as /usr/my.cnf and
will be used by default by the server when you start it.
You may edit this file to change server settings

[root@localhost mysql]# service mysql start
Starting MySQL… SUCCESS!
[root@localhost mysql]# grep ‘temporary password’ /var/log/mysqld.log
grep: /var/log/mysqld.log: No such file or directory
[root@localhost mysql]# chkconfig --add mysql
[root@localhost mysql]# chkconfig mysql on
[root@localhost mysql]# vim /root/.mysql_secret
[root@localhost mysql]# cat /root/.mysql_secret
[root@localhost mysql]# mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
[root@localhost mysql]# cd /root
[root@localhost ~]# ls
anaconda-ks.cfg Documents iosd kjh Pictures Templates Videos
Desktop Downloads kj Music Public uisdc
[root@localhost ~]# ls -a
. .bashrc Downloads kj Pictures .viminfo
… .cache .esd_auth kjh Public .xauthH9awEI
anaconda-ks.cfg .config .ICEauthority .local .tcshrc .xauthsDrOWf
.bash_history .cshrc iosd Music Templates .xauthWTw0q9
.bash_logout Desktop .java .mysql_secret uisdc
.bash_profile Documents .jenkins .oracle_jre_usage Videos
[root@localhost ~]# ll
total 12
-rw-------. 1 root root 2742 May 7 18:28 anaconda-ks.cfg
drwxr-xr-x. 2 root root 6 May 9 19:43 Desktop
drwxr-xr-x. 2 root root 6 May 9 19:43 Documents
drwxr-xr-x. 2 root root 6 May 9 19:43 Downloads
drwxr-xr-x. 2 root root 6 May 9 03:50 iosd
-rw-r–r--. 1 root root 43 May 9 04:18 kj
-rw-r–r--. 1 root root 0 May 9 04:10 kjh
drwxr-xr-x. 2 root root 6 May 9 19:43 Music
drwxr-xr-x. 2 root root 6 May 9 19:43 Pictures
drwxr-xr-x. 2 root root 6 May 9 19:43 Public
drwxr-xr-x. 2 root root 6 May 9 19:43 Templates
-rw-r–r--. 1 root root 121 May 9 04:10 uisdc
drwxr-xr-x. 2 root root 6 May 9 19:43 Videos
[root@localhost ~]# cat .mysql_secret
[root@localhost ~]# ls -al
total 80
dr-xr-x—. 17 root root 4096 May 10 00:52 .
dr-xr-xr-x. 21 root root 4096 May 9 05:19 …
-rw-------. 1 root root 2742 May 7 18:28 anaconda-ks.cfg
-rw-------. 1 root root 2616 May 9 23:59 .bash_history
-rw-r–r--. 1 root root 18 Dec 28 2013 .bash_logout
-rw-r–r--. 1 root root 176 Dec 28 2013 .bash_profile
-rw-r–r--. 1 root root 176 Dec 28 2013 .bashrc
drwxr-xr-x. 11 root root 4096 May 9 23:57 .cache
drwxr-xr-x. 15 root root 4096 May 9 19:44 .config
-rw-r–r--. 1 root root 100 Dec 28 2013 .cshrc
drwxr-xr-x. 2 root root 6 May 9 19:43 Desktop
drwxr-xr-x. 2 root root 6 May 9 19:43 Documents
drwxr-xr-x. 2 root root 6 May 9 19:43 Downloads
-rw-------. 1 root root 16 May 9 19:43 .esd_auth
-rw-------. 1 root root 310 May 9 19:43 .ICEauthority
drwxr-xr-x. 2 root root 6 May 9 03:50 iosd
drwxr-xr-x. 3 root root 18 May 9 23:43 .java
drwxr-xr-x. 10 root root 4096 May 10 01:03 .jenkins
-rw-r–r--. 1 root root 43 May 9 04:18 kj
-rw-r–r--. 1 root root 0 May 9 04:10 kjh
drwx------. 3 root root 18 May 9 19:43 .local
drwxr-xr-x. 2 root root 6 May 9 19:43 Music
-rw-r–r--. 1 root root 0 May 10 00:52 .mysql_secret
drwxr-xr-x. 2 root root 39 May 9 23:31 .oracle_jre_usage
drwxr-xr-x. 2 root root 6 May 9 19:43 Pictures
drwxr-xr-x. 2 root root 6 May 9 19:43 Public
-rw-r–r--. 1 root root 129 Dec 28 2013 .tcshrc
drwxr-xr-x. 2 root root 6 May 9 19:43 Templates
-rw-r–r--. 1 root root 121 May 9 04:10 uisdc
drwxr-xr-x. 2 root root 6 May 9 19:43 Videos
-rw-------. 1 root root 805 May 10 00:52 .viminfo
-rw-------. 1 root root 108 May 8 02:15 .xauthH9awEI
-rw-------. 1 root root 108 May 8 01:18 .xauthsDrOWf
-rw-------. 1 root root 132 May 9 20:17 .xauthWTw0q9
[root@localhost ~]# vim /root/.mysql_secret
[root@localhost ~]# grep ‘temporary password’ /var/log/mysqld.log
grep: /var/log/mysqld.log: No such file or directory
[root@localhost ~]# mysql -u root -p ‘root’
Enter password:
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)
[root@localhost ~]# vim /etc/my.cnf
[root@localhost ~]# cat /etc/my.cnf
kip-grant-tables

[root@localhost ~]# systemctl restart mysqld
Failed to restart mysqld.service: Unit mysqld.service failed to load: No such file or directory.
[root@localhost ~]# systemctl restart mysqld
Failed to restart mysqld.service: Unit mysqld.service failed to load: No such file or directory.
[root@localhost ~]# service mysql restart
error: Found option without preceding group in config file: /etc/my.cnf at line: 1
Fatal error in defaults handling. Program aborted
error: Found option without preceding group in config file: /etc/my.cnf at line: 1
Fatal error in defaults handling. Program aborted
Shutting down MySQL… SUCCESS!
error: Found option without preceding group in config file: /etc/my.cnf at line: 1
Fatal error in defaults handling. Program aborted
Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
[root@localhost ~]# service mysql start
error: Found option without preceding group in config file: /etc/my.cnf at line: 1
Fatal error in defaults handling. Program aborted
Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
[root@localhost ~]# vim /etc/my.cnf
[root@localhost ~]# service mysql start
Starting MySQL. SUCCESS!
[root@localhost ~]# cat /root/.mysql_secret
[root@localhost ~]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.6.26 MySQL Community Server (GPL)

Copyright © 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

mysql> set password = password(‘root’);
Query OK, 0 rows affected (0.00 sec)

mysql> grant all privileges on . to ‘root’ @’%’ identified by ‘root’;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘to ‘root’ @’%’ identified by ‘root’’ at line 1
mysql> grant all privileges on . to ‘root’ @’%’ identified by ‘root’;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘to ‘root’ @’%’ identified by ‘root’’ at line 1
mysql> grant all privileges on . to root@’%’ identified by “root”;
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

mysql> exit
Bye
[root@localhost ~]# /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT
[root@localhost ~]# /etc/rc.d/init.d/iptables save
bash: /etc/rc.d/init.d/iptables: No such file or directory
[root@localhost ~]# firewall-cmd --list-ports
[root@localhost ~]# firewall-cmd --permanent --zone=public --add-port=3306/tcp
success
[root@localhost ~]# systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-05-09 20:17:13 PDT; 5h 2min ago
Main PID: 827 (firewalld)
CGroup: /system.slice/firewalld.service
└─827 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid

May 09 20:17:13 localhost.localdomain systemd[1]: Starting firewalld - dynamic firew…
May 09 20:17:13 localhost.localdomain systemd[1]: Started firewalld - dynamic firewa…
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost ~]# systemctl reload firewalld
[root@localhost ~]# ^C
[root@localhost ~]#

vMware 命令

[admin@localhost ~]$ su root
Password:
[root@localhost admin]# ls
aaa Documents hkhsd Music Public test
Desktop Downloads kllks Pictures Templates Videos
[root@localhost admin]# cd /
[root@localhost /]# ls
aaa boot etc home lib64 media ooskl proc run srv tmp var
bin dev hgksd lib lsds mnt opt root sbin sys usr
[root@localhost /]# cd ooskl
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# rpm -qa | grep mysql
[root@localhost ooskl]# .
bash: .: filename argument required
.: usage: . filename [arguments]
[root@localhost ooskl]# rpm -qa|grep mariadb
mariadb-libs-5.5.44-2.el7.centos.x86_64
[root@localhost ooskl]# :rpm -e --nodeps mariadb-libs-5.5.56-2.el7.x86_64
bash: :rpm: command not found…
[root@localhost ooskl]# rpm -qa|grep mariadbmariadb-libs-5.5.44-2.el7.centos.x86_64
[root@localhost ooskl]# rpm -e --nodeps mariadb-libs-5.5.56-2.el7.x86_64
error: package mariadb-libs-5.5.56-2.el7.x86_64 is not installed
[root@localhost ooskl]# rpm -qa|grep mariadbmariadb-libs-5.5.44-2.el7.centos.x86_64
[root@localhost ooskl]# rpm -qa|grep mariadb
mariadb-libs-5.5.44-2.el7.centos.x86_64
[root@localhost ooskl]# rpm -e --nodeps mariadb-libs-5.5.44-2.el7.centos.x86_64
[root@localhost ooskl]# rpm -qa|grep mariadb[root@localhost ooskl]# cd /
[root@localhost /]# ifconfig
eno16777736: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.37.128 netmask 255.255.255.0 broadcast 192.168.37.255
inet6 fe80::20c:29ff:fe57:8d4f prefixlen 64 scopeid 0x20
ether 00:0c:29:57:8d:4f txqueuelen 1000 (Ethernet)
RX packets 450 bytes 47850 (46.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 305 bytes 35414 (34.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 0 (Local Loopback)
RX packets 32 bytes 2744 (2.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 32 bytes 2744 (2.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 00:00:00:00:00:00 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

[root@localhost /]# ls
aaa dev home lsds ooskl root srv usr
bin etc lib media opt run sys var
boot hgksd lib64 mnt proc sbin tmp
[root@localhost /]# cd ooskl
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# cd /usr/local
[root@localhost local]# ls
bin games jdk lib64 sbin src
etc include lib libexec share
[root@localhost local]# mkdir mysql
[root@localhost local]# ls
bin games jdk lib64 mysql share
etc include lib libexec sbin src
[root@localhost local]# cd /
[root@localhost /]# ls
aaa dev home lsds ooskl root srv usr
bin etc lib media opt run sys var
boot hgksd lib64 mnt proc sbin tmp
[root@localhost /]# cd ooskl
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar -C /usr/local/mysql
MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-devel-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-client-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-shared-compat-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-embedded-5.6.26-1.linux_glibc2.5.x86_64.rpm
MySQL-test-5.6.26-1.linux_glibc2.5.x86_64.rpm
[root@localhost ooskl]# rpm -ivh MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm
error: open of MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm failed: No such file or directory
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# cd usr/local/mysql
bash: cd: usr/local/mysql: No such file or directory
[root@localhost ooskl]# cd /usr/local/mysql
[root@localhost mysql]# rpm -ivh MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm
warning: MySQL-server-5.6.26-1.linux_glibc2.5.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing… ################################# [100%]
Updating / installing…
1:MySQL-server-5.6.26-1.linux_glibc ################################# [100%]
warning: user mysql does not exist - using root
warning: group mysql does not exist - using root
FATAL ERROR: please install the following Perl modules before executing /usr/bin/mysql_install_db:
Data::Dumper
[root@localhost mysql]# rpm -ivh MySQL-client-5.6.26-1.linux_glibc2.5.x86_64.rpm
warning: MySQL-client-5.6.26-1.linux_glibc2.5.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing… ################################# [100%]
Updating / installing…
1:MySQL-client-5.6.26-1.linux_glibc ################################# [100%]
[root@localhost mysql]# service mysql start
Starting MySQL… ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
[root@localhost mysql]# service mysql start
Starting MySQL… ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
[root@localhost mysql]# service mysqld status
Redirecting to /bin/systemctl status mysqld.service
● mysqld.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)
[root@localhost mysql]# cd /
[root@localhost /]# ls
aaa boot etc home lib64 media ooskl proc run srv tmp var
bin dev hgksd lib lsds mnt opt root sbin sys usr
[root@localhost /]# cd ooskl
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar
tar: You must specify one of the -Acdtrux' or–test-label’ options
Try tar --help' ortar --usage’ for more information.
[root@localhost ooskl]# /sbin.iptables -|

^C
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf ooskl.tar
tar: ooskl.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
[root@localhost ooskl]# tar -xvf ooskl.tar -C
tar: option requires an argument – ‘C’
Try tar --help' ortar --usage’ for more information.
[root@localhost ooskl]# cd…
bash: cd…: command not found…
[root@localhost ooskl]# cd /
[root@localhost /]# ls
aaa boot etc home lib64 media ooskl proc run srv tmp var
bin dev hgksd lib lsds mnt opt root sbin sys usr
[root@localhost /]# cd /usr/local/tocfar
bash: cd: /usr/local/tocfar: No such file or directory
[root@localhost /]# ls
aaa boot etc home lib64 media ooskl proc run srv tmp var
bin dev hgksd lib lsds mnt opt root sbin sys usr
[root@localhost /]# cd ooskl
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# cd/usr/losd
bash: cd/usr/losd: No such file or directory
[root@localhost ooskl]# pwd
/ooskl
[root@localhost ooskl]# tar -xvf
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# tar -xvf apache-tomcat-7.0.63.tar.gz
apache-tomcat-7.0.63/bin/catalina.sh
apache-tomcat-7.0.63/bin/configtest.sh
apache-tomcat-7.0.63/bin/daemon.sh
apache-tomcat-7.0.63/bin/digest.sh
apache-tomcat-7.0.63/bin/setclasspath.sh
apache-tomcat-7.0.63/bin/shutdown.sh
apache-tomcat-7.0.63/bin/startup.sh
apache-tomcat-7.0.63/bin/tool-wrapper.sh
apache-tomcat-7.0.63/bin/version.sh
apache-tomcat-7.0.63/conf/
apache-tomcat-7.0.63/conf/catalina.policy
apache-tomcat-7.0.63/conf/catalina.properties
apache-tomcat-7.0.63/conf/context.xml
apache-tomcat-7.0.63/conf/logging.properties
apache-tomcat-7.0.63/conf/server.xml
apache-tomcat-7.0.63/conf/tomcat-users.xml
apache-tomcat-7.0.63/conf/web.xml
apache-tomcat-7.0.63/bin/
apache-tomcat-7.0.63/lib/
apache-tomcat-7.0.63/logs/
apache-tomcat-7.0.63/temp/
apache-tomcat-7.0.63/webapps/
apache-tomcat-7.0.63/webapps/ROOT/
apache-tomcat-7.0.63/webapps/ROOT/WEB-INF/
apache-tomcat-7.0.63/webapps/docs/
apache-tomcat-7.0.63/webapps/docs/WEB-INF/
apache-tomcat-7.0.63/webapps/docs/api/
apache-tomcat-7.0.63/webapps/docs/appdev/
apache-tomcat-7.0.63/webapps/docs/appdev/sample/
apache-tomcat-7.0.63/webapps/docs/appdev/sample/docs/
apache-tomcat-7.0.63/webapps/docs/appdev/sample/src/
apache-tomcat-7.0.63/webapps/docs/appdev/sample/src/mypackage/
apache-tomcat-7.0.63/webapps/docs/appdev/sample/web/
apache-tomcat-7.0.63/webapps/docs/appdev/sample/web/WEB-INF/
apache-tomcat-7.0.63/webapps/docs/appdev/sample/web/images/
apache-tomcat-7.0.63/webapps/docs/architecture/
apache-tomcat-7.0.63/webapps/docs/architecture/requestProcess/
apache-tomcat-7.0.63/webapps/docs/architecture/startup/
apache-tomcat-7.0.63/webapps/docs/config/
apache-tomcat-7.0.63/webapps/docs/elapi/
apache-tomcat-7.0.63/webapps/docs/funcspecs/
apache-tomcat-7.0.63/webapps/docs/images/
apache-tomcat-7.0.63/webapps/docs/jspapi/
apache-tomcat-7.0.63/webapps/docs/servletapi/
apache-tomcat-7.0.63/webapps/docs/tribes/
apache-tomcat-7.0.63/webapps/docs/websocketapi/
apache-tomcat-7.0.63/webapps/examples/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/chat/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/checkbox/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/colors/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/dates/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/error/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/filters/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/el/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/listeners/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/num/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/sessions/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/util/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/validators/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/chat/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/echo/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/chat/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/jsp/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/jsp2/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/jsp/applet/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/lib/
apache-tomcat-7.0.63/webapps/examples/WEB-INF/tags/
apache-tomcat-7.0.63/webapps/examples/jsp/
apache-tomcat-7.0.63/webapps/examples/jsp/async/
apache-tomcat-7.0.63/webapps/examples/jsp/cal/
apache-tomcat-7.0.63/webapps/examples/jsp/checkbox/
apache-tomcat-7.0.63/webapps/examples/jsp/colors/
apache-tomcat-7.0.63/webapps/examples/jsp/dates/
apache-tomcat-7.0.63/webapps/examples/jsp/error/
apache-tomcat-7.0.63/webapps/examples/jsp/forward/
apache-tomcat-7.0.63/webapps/examples/jsp/images/
apache-tomcat-7.0.63/webapps/examples/jsp/include/
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/
apache-tomcat-7.0.63/webapps/examples/jsp/jsptoserv/
apache-tomcat-7.0.63/webapps/examples/jsp/num/
apache-tomcat-7.0.63/webapps/examples/jsp/plugin/
apache-tomcat-7.0.63/webapps/examples/jsp/plugin/applet/
apache-tomcat-7.0.63/webapps/examples/jsp/security/
apache-tomcat-7.0.63/webapps/examples/jsp/security/protected/
apache-tomcat-7.0.63/webapps/examples/jsp/sessions/
apache-tomcat-7.0.63/webapps/examples/jsp/simpletag/
apache-tomcat-7.0.63/webapps/examples/jsp/snp/
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/
apache-tomcat-7.0.63/webapps/examples/jsp/xml/
apache-tomcat-7.0.63/webapps/examples/servlets/
apache-tomcat-7.0.63/webapps/examples/servlets/chat/
apache-tomcat-7.0.63/webapps/examples/servlets/images/
apache-tomcat-7.0.63/webapps/examples/websocket/
apache-tomcat-7.0.63/webapps/examples/websocket-deprecated/
apache-tomcat-7.0.63/webapps/host-manager/
apache-tomcat-7.0.63/webapps/host-manager/META-INF/
apache-tomcat-7.0.63/webapps/host-manager/WEB-INF/
apache-tomcat-7.0.63/webapps/host-manager/WEB-INF/jsp/
apache-tomcat-7.0.63/webapps/host-manager/images/
apache-tomcat-7.0.63/webapps/manager/
apache-tomcat-7.0.63/webapps/manager/META-INF/
apache-tomcat-7.0.63/webapps/manager/WEB-INF/
apache-tomcat-7.0.63/webapps/manager/WEB-INF/jsp/
apache-tomcat-7.0.63/webapps/manager/images/
apache-tomcat-7.0.63/work/
apache-tomcat-7.0.63/LICENSE
apache-tomcat-7.0.63/NOTICE
apache-tomcat-7.0.63/RELEASE-NOTES
apache-tomcat-7.0.63/RUNNING.txt
apache-tomcat-7.0.63/bin/bootstrap.jar
apache-tomcat-7.0.63/bin/catalina-tasks.xml
apache-tomcat-7.0.63/bin/catalina.bat
apache-tomcat-7.0.63/bin/commons-daemon-native.tar.gz
apache-tomcat-7.0.63/bin/commons-daemon.jar
apache-tomcat-7.0.63/bin/configtest.bat
apache-tomcat-7.0.63/bin/digest.bat
apache-tomcat-7.0.63/bin/setclasspath.bat
apache-tomcat-7.0.63/bin/shutdown.bat
apache-tomcat-7.0.63/bin/startup.bat
apache-tomcat-7.0.63/bin/tomcat-juli.jar
apache-tomcat-7.0.63/bin/tomcat-native.tar.gz
apache-tomcat-7.0.63/bin/tool-wrapper.bat
apache-tomcat-7.0.63/bin/version.bat
apache-tomcat-7.0.63/lib/annotations-api.jar
apache-tomcat-7.0.63/lib/catalina-ant.jar
apache-tomcat-7.0.63/lib/catalina-ha.jar
apache-tomcat-7.0.63/lib/catalina-tribes.jar
apache-tomcat-7.0.63/lib/catalina.jar
apache-tomcat-7.0.63/lib/ecj-4.4.2.jar
apache-tomcat-7.0.63/lib/el-api.jar
apache-tomcat-7.0.63/lib/jasper-el.jar
apache-tomcat-7.0.63/lib/jasper.jar
apache-tomcat-7.0.63/lib/jsp-api.jar
apache-tomcat-7.0.63/lib/servlet-api.jar
apache-tomcat-7.0.63/lib/tomcat-api.jar
apache-tomcat-7.0.63/lib/tomcat-coyote.jar
apache-tomcat-7.0.63/lib/tomcat-dbcp.jar
apache-tomcat-7.0.63/lib/tomcat-i18n-es.jar
apache-tomcat-7.0.63/lib/tomcat-i18n-fr.jar
apache-tomcat-7.0.63/lib/tomcat-i18n-ja.jar
apache-tomcat-7.0.63/lib/tomcat-jdbc.jar
apache-tomcat-7.0.63/lib/tomcat-util.jar
apache-tomcat-7.0.63/lib/tomcat7-websocket.jar
apache-tomcat-7.0.63/lib/websocket-api.jar
apache-tomcat-7.0.63/temp/safeToDelete.tmp
apache-tomcat-7.0.63/webapps/ROOT/RELEASE-NOTES.txt
apache-tomcat-7.0.63/webapps/ROOT/WEB-INF/web.xml
apache-tomcat-7.0.63/webapps/ROOT/asf-logo-wide.gif
apache-tomcat-7.0.63/webapps/ROOT/asf-logo.png
apache-tomcat-7.0.63/webapps/ROOT/bg-button.png
apache-tomcat-7.0.63/webapps/ROOT/bg-middle.png
apache-tomcat-7.0.63/webapps/ROOT/bg-nav-item.png
apache-tomcat-7.0.63/webapps/ROOT/bg-nav.png
apache-tomcat-7.0.63/webapps/ROOT/bg-upper.png
apache-tomcat-7.0.63/webapps/ROOT/build.xml
apache-tomcat-7.0.63/webapps/ROOT/favicon.ico
apache-tomcat-7.0.63/webapps/ROOT/index.jsp
apache-tomcat-7.0.63/webapps/ROOT/tomcat-power.gif
apache-tomcat-7.0.63/webapps/ROOT/tomcat.css
apache-tomcat-7.0.63/webapps/ROOT/tomcat.gif
apache-tomcat-7.0.63/webapps/ROOT/tomcat.png
apache-tomcat-7.0.63/webapps/ROOT/tomcat.svg
apache-tomcat-7.0.63/webapps/docs/BUILDING.txt
apache-tomcat-7.0.63/webapps/docs/RELEASE-NOTES.txt
apache-tomcat-7.0.63/webapps/docs/RUNNING.txt
apache-tomcat-7.0.63/webapps/docs/WEB-INF/web.xml
apache-tomcat-7.0.63/webapps/docs/aio.html
apache-tomcat-7.0.63/webapps/docs/api/index.html
apache-tomcat-7.0.63/webapps/docs/appdev/build.xml.txt
apache-tomcat-7.0.63/webapps/docs/appdev/deployment.html
apache-tomcat-7.0.63/webapps/docs/appdev/index.html
apache-tomcat-7.0.63/webapps/docs/appdev/installation.html
apache-tomcat-7.0.63/webapps/docs/appdev/introduction.html
apache-tomcat-7.0.63/webapps/docs/appdev/processes.html
apache-tomcat-7.0.63/webapps/docs/appdev/sample/build.xml
apache-tomcat-7.0.63/webapps/docs/appdev/sample/docs/README.txt
apache-tomcat-7.0.63/webapps/docs/appdev/sample/index.html
apache-tomcat-7.0.63/webapps/docs/appdev/sample/sample.war
apache-tomcat-7.0.63/webapps/docs/appdev/sample/src/mypackage/Hello.java
apache-tomcat-7.0.63/webapps/docs/appdev/sample/web/WEB-INF/web.xml
apache-tomcat-7.0.63/webapps/docs/appdev/sample/web/hello.jsp
apache-tomcat-7.0.63/webapps/docs/appdev/sample/web/images/tomcat.gif
apache-tomcat-7.0.63/webapps/docs/appdev/sample/web/index.html
apache-tomcat-7.0.63/webapps/docs/appdev/source.html
apache-tomcat-7.0.63/webapps/docs/appdev/web.xml.txt
apache-tomcat-7.0.63/webapps/docs/apr.html
apache-tomcat-7.0.63/webapps/docs/architecture/index.html
apache-tomcat-7.0.63/webapps/docs/architecture/overview.html
apache-tomcat-7.0.63/webapps/docs/architecture/requestProcess.html
apache-tomcat-7.0.63/webapps/docs/architecture/requestProcess/authentication-process.png
apache-tomcat-7.0.63/webapps/docs/architecture/requestProcess/request-process.png
apache-tomcat-7.0.63/webapps/docs/architecture/startup.html
apache-tomcat-7.0.63/webapps/docs/architecture/startup/serverStartup.pdf
apache-tomcat-7.0.63/webapps/docs/architecture/startup/serverStartup.txt
apache-tomcat-7.0.63/webapps/docs/balancer-howto.html
apache-tomcat-7.0.63/webapps/docs/building.html
apache-tomcat-7.0.63/webapps/docs/cgi-howto.html
apache-tomcat-7.0.63/webapps/docs/changelog.html
apache-tomcat-7.0.63/webapps/docs/class-loader-howto.html
apache-tomcat-7.0.63/webapps/docs/cluster-howto.html
apache-tomcat-7.0.63/webapps/docs/comments.html
apache-tomcat-7.0.63/webapps/docs/config/ajp.html
apache-tomcat-7.0.63/webapps/docs/config/automatic-deployment.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-channel.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-deployer.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-interceptor.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-listener.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-manager.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-membership.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-receiver.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-sender.html
apache-tomcat-7.0.63/webapps/docs/config/cluster-valve.html
apache-tomcat-7.0.63/webapps/docs/config/cluster.html
apache-tomcat-7.0.63/webapps/docs/config/context.html
apache-tomcat-7.0.63/webapps/docs/config/engine.html
apache-tomcat-7.0.63/webapps/docs/config/executor.html
apache-tomcat-7.0.63/webapps/docs/config/filter.html
apache-tomcat-7.0.63/webapps/docs/config/globalresources.html
apache-tomcat-7.0.63/webapps/docs/config/host.html
apache-tomcat-7.0.63/webapps/docs/config/http.html
apache-tomcat-7.0.63/webapps/docs/config/index.html
apache-tomcat-7.0.63/webapps/docs/config/jar-scanner.html
apache-tomcat-7.0.63/webapps/docs/config/listeners.html
apache-tomcat-7.0.63/webapps/docs/config/loader.html
apache-tomcat-7.0.63/webapps/docs/config/manager.html
apache-tomcat-7.0.63/webapps/docs/config/realm.html
apache-tomcat-7.0.63/webapps/docs/config/resources.html
apache-tomcat-7.0.63/webapps/docs/config/server.html
apache-tomcat-7.0.63/webapps/docs/config/service.html
apache-tomcat-7.0.63/webapps/docs/config/sessionidgenerator.html
apache-tomcat-7.0.63/webapps/docs/config/systemprops.html
apache-tomcat-7.0.63/webapps/docs/config/valve.html
apache-tomcat-7.0.63/webapps/docs/connectors.html
apache-tomcat-7.0.63/webapps/docs/default-servlet.html
apache-tomcat-7.0.63/webapps/docs/deployer-howto.html
apache-tomcat-7.0.63/webapps/docs/developers.html
apache-tomcat-7.0.63/webapps/docs/elapi/index.html
apache-tomcat-7.0.63/webapps/docs/extras.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/fs-admin-apps.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/fs-admin-objects.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/fs-admin-opers.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/fs-default.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/fs-jdbc-realm.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/fs-jndi-realm.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/fs-memory-realm.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/index.html
apache-tomcat-7.0.63/webapps/docs/funcspecs/mbean-names.html
apache-tomcat-7.0.63/webapps/docs/html-manager-howto.html
apache-tomcat-7.0.63/webapps/docs/images/add.gif
apache-tomcat-7.0.63/webapps/docs/images/asf-logo.gif
apache-tomcat-7.0.63/webapps/docs/images/code.gif
apache-tomcat-7.0.63/webapps/docs/images/cors-flowchart.png
apache-tomcat-7.0.63/webapps/docs/images/design.gif
apache-tomcat-7.0.63/webapps/docs/images/docs.gif
apache-tomcat-7.0.63/webapps/docs/images/fix.gif
apache-tomcat-7.0.63/webapps/docs/images/printer.gif
apache-tomcat-7.0.63/webapps/docs/images/tomcat.gif
apache-tomcat-7.0.63/webapps/docs/images/tomcat.svg
apache-tomcat-7.0.63/webapps/docs/images/update.gif
apache-tomcat-7.0.63/webapps/docs/images/void.gif
apache-tomcat-7.0.63/webapps/docs/index.html
apache-tomcat-7.0.63/webapps/docs/introduction.html
apache-tomcat-7.0.63/webapps/docs/jasper-howto.html
apache-tomcat-7.0.63/webapps/docs/jdbc-pool.html
apache-tomcat-7.0.63/webapps/docs/jndi-datasource-examples-howto.html
apache-tomcat-7.0.63/webapps/docs/jndi-resources-howto.html
apache-tomcat-7.0.63/webapps/docs/jspapi/index.html
apache-tomcat-7.0.63/webapps/docs/logging.html
apache-tomcat-7.0.63/webapps/docs/manager-howto.html
apache-tomcat-7.0.63/webapps/docs/maven-jars.html
apache-tomcat-7.0.63/webapps/docs/mbeans-descriptor-howto.html
apache-tomcat-7.0.63/webapps/docs/monitoring.html
apache-tomcat-7.0.63/webapps/docs/proxy-howto.html
apache-tomcat-7.0.63/webapps/docs/realm-howto.html
apache-tomcat-7.0.63/webapps/docs/security-howto.html
apache-tomcat-7.0.63/webapps/docs/security-manager-howto.html
apache-tomcat-7.0.63/webapps/docs/servletapi/index.html
apache-tomcat-7.0.63/webapps/docs/setup.html
apache-tomcat-7.0.63/webapps/docs/ssi-howto.html
apache-tomcat-7.0.63/webapps/docs/ssl-howto.html
apache-tomcat-7.0.63/webapps/docs/tribes/developers.html
apache-tomcat-7.0.63/webapps/docs/tribes/faq.html
apache-tomcat-7.0.63/webapps/docs/tribes/interceptors.html
apache-tomcat-7.0.63/webapps/docs/tribes/introduction.html
apache-tomcat-7.0.63/webapps/docs/tribes/membership.html
apache-tomcat-7.0.63/webapps/docs/tribes/setup.html
apache-tomcat-7.0.63/webapps/docs/tribes/status.html
apache-tomcat-7.0.63/webapps/docs/tribes/transport.html
apache-tomcat-7.0.63/webapps/docs/virtual-hosting-howto.html
apache-tomcat-7.0.63/webapps/docs/web-socket-howto.html
apache-tomcat-7.0.63/webapps/docs/websocketapi/index.html
apache-tomcat-7.0.63/webapps/docs/windows-auth-howto.html
apache-tomcat-7.0.63/webapps/docs/windows-service-howto.html
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/CookieExample.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/CookieExample.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/HelloWorldExample.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/HelloWorldExample.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/LocalStrings.properties
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/LocalStrings_en.properties
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/LocalStrings_es.properties
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/LocalStrings_fr.properties
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/LocalStrings_pt.properties
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/RequestHeaderExample.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/RequestHeaderExample.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/RequestInfoExample.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/RequestInfoExample.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/RequestParamExample.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/RequestParamExample.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/ServletToJsp.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/ServletToJsp.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/SessionExample.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/SessionExample.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async0$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async0.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async0.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async1$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async1.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async2 1. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / A s y n c 2. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / A s y n c 2. j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / A s y n c 3. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / A s y n c 3. j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / A s y n c S t o c k S e r v l e t . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / A s y n c S t o c k S e r v l e t . j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / S t o c k t i c k e r 1.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async2.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async2.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async3.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Async3.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/AsyncStockServlet.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Stockticker 1.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/Async2.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/Async2.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/Async3.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/Async3.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/AsyncStockServlet.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/AsyncStockServlet.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/StocktickerStock.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Stockticker T i c k L i s t e n e r . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / S t o c k t i c k e r . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / a s y n c / S t o c k t i c k e r . j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / E n t r i e s . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / E n t r i e s . j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / E n t r y . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / E n t r y . j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / J s p C a l e n d a r . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / J s p C a l e n d a r . j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / T a b l e B e a n . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c a l / T a b l e B e a n . j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / c h a t / C h a t S e r v l e t TickListener.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Stockticker.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/async/Stockticker.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/Entries.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/Entries.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/Entry.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/Entry.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/JspCalendar.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/JspCalendar.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/TableBean.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/cal/TableBean.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/chat/ChatServlet TickListener.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/Stockticker.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/async/Stockticker.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/Entries.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/Entries.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/Entry.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/Entry.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/JspCalendar.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/JspCalendar.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/TableBean.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/cal/TableBean.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/chat/ChatServletMessageSender.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/chat/ChatServlet.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/chat/ChatServlet.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/checkbox/CheckTest.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/checkbox/CheckTest.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/colors/ColorGameBean.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/colors/ColorGameBean.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilter.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionFilterTestServlet.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionResponseStream.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/compressionFilters/CompressionServletResponseWrapper.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/dates/JspCalendar.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/dates/JspCalendar.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/error/Smart.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/error/Smart.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/ExampleTagBase.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/FooTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/FooTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/FooTagExtraInfo.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/LogTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/LogTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/ShowSource.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/ShowSource.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/ValuesTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/examples/ValuesTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/filters/ExampleFilter.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/filters/ExampleFilter.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/BookBean.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/FooBean.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/ValuesBean.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/el/Functions.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/EchoAttributesTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/FindBookSimpleTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/HelloWorldSimpleTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/RepeatSimpleTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/ShuffleSimpleTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/jsp2/examples/simpletag/TileSimpleTag.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/listeners/ContextListener.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/listeners/ContextListener.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/listeners/SessionListener.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/listeners/SessionListener.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/num/NumberGuessBean.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/num/NumberGuessBean.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/sessions/DummyCart.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/sessions/DummyCart.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/util/CookieFilter.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/util/CookieFilter.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/util/HTMLFilter.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/util/HTMLFilter.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/validators/DebugValidator.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/validators/DebugValidator.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/ExamplesConfig.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/chat/ChatAnnotation.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Client 1. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / d r a w b o a r d / C l i e n t . c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / d r a w b o a r d / C l i e n t . j a v a a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / d r a w b o a r d / D r a w M e s s a g e 1.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Client.java apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage 1.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/drawboard/Client.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/drawboard/Client.javaapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/drawboard/DrawMessageParseException.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawMessage.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardContextListener.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$2.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint$3.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/DrawboardEndpoint.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Room 2. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / d r a w b o a r d / R o o m 2.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Room 2.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/drawboard/RoomMessageType.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Room$Player.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/Room.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/AbstractWebsocketMessage.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/BinaryWebsocketMessage.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/CloseWebsocketMessage.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/drawboard/wsmessages/StringWebsocketMessage.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/echo/EchoAnnotation.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint 1. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / e c h o / E c h o E n d p o i n t 1.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint 1.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/echo/EchoEndpointEchoMessageHandler.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/echo/EchoEndpoint.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/Direction.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/Direction.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/Location$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/Location.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/Location.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/Snake.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/Snake.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/SnakeAnnotation.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/snake/SnakeTimer.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/chat/ChatWebSocketServlet 1. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / t c 7 / c h a t / C h a t W e b S o c k e t S e r v l e t 1.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/chat/ChatWebSocketServlet 1.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/tc7/chat/ChatWebSocketServletChatMessageInbound.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/chat/ChatWebSocketServlet.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/chat/ChatWebSocketServlet.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/EchoMessage$EchoMessageInbound.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/EchoMessage.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/EchoMessage.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/EchoStream 1. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / t c 7 / e c h o / E c h o S t r e a m 1.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/EchoStream 1.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/tc7/echo/EchoStreamEchoStreamInbound.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/EchoStream.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/echo/EchoStream.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/Direction.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/Direction.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/Location$1.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/Location.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/Location.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/Snake.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/Snake.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/SnakeWebSocketServlet 1. c l a s s a p a c h e − t o m c a t − 7.0.63 / w e b a p p s / e x a m p l e s / W E B − I N F / c l a s s e s / w e b s o c k e t / t c 7 / s n a k e / S n a k e W e b S o c k e t S e r v l e t 1.class apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/SnakeWebSocketServlet 1.classapachetomcat7.0.63/webapps/examples/WEBINF/classes/websocket/tc7/snake/SnakeWebSocketServletSnakeMessageInbound.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/SnakeWebSocketServlet.class
apache-tomcat-7.0.63/webapps/examples/WEB-INF/classes/websocket/tc7/snake/SnakeWebSocketServlet.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld
apache-tomcat-7.0.63/webapps/examples/WEB-INF/jsp/applet/Clock2.java
apache-tomcat-7.0.63/webapps/examples/WEB-INF/jsp/debug-taglib.tld
apache-tomcat-7.0.63/webapps/examples/WEB-INF/jsp/example-taglib.tld
apache-tomcat-7.0.63/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar
apache-tomcat-7.0.63/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar
apache-tomcat-7.0.63/webapps/examples/WEB-INF/tags/displayProducts.tag
apache-tomcat-7.0.63/webapps/examples/WEB-INF/tags/helloWorld.tag
apache-tomcat-7.0.63/webapps/examples/WEB-INF/tags/panel.tag
apache-tomcat-7.0.63/webapps/examples/WEB-INF/tags/xhtmlbasic.tag
apache-tomcat-7.0.63/webapps/examples/WEB-INF/web.xml
apache-tomcat-7.0.63/webapps/examples/index.html
apache-tomcat-7.0.63/webapps/examples/jsp/async/async1.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/async/async1.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/async/async3.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/async/async3.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/async/index.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/async/index.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/Entries.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/Entry.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/JspCalendar.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/TableBean.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/cal1.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/cal/cal1.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/cal2.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/cal/cal2.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/calendar.html
apache-tomcat-7.0.63/webapps/examples/jsp/cal/login.html
apache-tomcat-7.0.63/webapps/examples/jsp/checkbox/CheckTest.html
apache-tomcat-7.0.63/webapps/examples/jsp/checkbox/check.html
apache-tomcat-7.0.63/webapps/examples/jsp/checkbox/checkresult.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/checkbox/checkresult.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/checkbox/cresult.html
apache-tomcat-7.0.63/webapps/examples/jsp/colors/ColorGameBean.html
apache-tomcat-7.0.63/webapps/examples/jsp/colors/clr.html
apache-tomcat-7.0.63/webapps/examples/jsp/colors/colors.html
apache-tomcat-7.0.63/webapps/examples/jsp/colors/colrs.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/colors/colrs.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/dates/date.html
apache-tomcat-7.0.63/webapps/examples/jsp/dates/date.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/dates/date.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/error/er.html
apache-tomcat-7.0.63/webapps/examples/jsp/error/err.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/error/err.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/error/error.html
apache-tomcat-7.0.63/webapps/examples/jsp/error/errorpge.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/error/errorpge.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/forward/forward.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/forward/forward.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/forward/fwd.html
apache-tomcat-7.0.63/webapps/examples/jsp/forward/one.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/forward/one.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/forward/two.html
apache-tomcat-7.0.63/webapps/examples/jsp/images/code.gif
apache-tomcat-7.0.63/webapps/examples/jsp/images/execute.gif
apache-tomcat-7.0.63/webapps/examples/jsp/images/read.gif
apache-tomcat-7.0.63/webapps/examples/jsp/images/return.gif
apache-tomcat-7.0.63/webapps/examples/jsp/include/foo.html
apache-tomcat-7.0.63/webapps/examples/jsp/include/foo.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/include/foo.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/include/inc.html
apache-tomcat-7.0.63/webapps/examples/jsp/include/include.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/include/include.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/index.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/Functions.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/ValuesBean.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/ValuesTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/basic-arithmetic.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/basic-arithmetic.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/basic-comparisons.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/basic-comparisons.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/composite.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/composite.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/composite.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/functions.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/functions.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/functions.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/implicit-objects.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/implicit-objects.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/el/implicit-objects.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/FooBean.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/HelloWorldSimpleTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/ShuffleSimpleTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/TileSimpleTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/jspattribute.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/jspattribute.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/shuffle.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspattribute/shuffle.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/basic.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/basic.jspx
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/basic.jspx.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/svgexample.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/textRotate.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/textRotate.jpg
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/textRotate.jspx
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/jspx/textRotate.jspx.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/EchoAttributesTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/coda.jspf
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/coda.jspf.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/config.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/config.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/config.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/dynamicattrs.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/dynamicattrs.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/prelude.jspf
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/misc/prelude.jspf.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/BookBean.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/FindBookSimpleTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/Functions.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/HelloWorldSimpleTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/RepeatSimpleTag.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/book.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/book.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/book.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/hello.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/hello.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/hello.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/repeat.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/repeat.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/simpletag/repeat.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/displayProducts.tag.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/hello.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/hello.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/hello.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/helloWorld.tag.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/panel.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/panel.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/panel.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/panel.tag.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/products.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/products.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/products.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsp2/tagfiles/xhtmlbasic.tag.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsptoserv/ServletToJsp.java.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsptoserv/hello.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsptoserv/hello.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/jsptoserv/jsptoservlet.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/jsptoserv/jts.html
apache-tomcat-7.0.63/webapps/examples/jsp/num/numguess.html
apache-tomcat-7.0.63/webapps/examples/jsp/num/numguess.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/num/numguess.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/plugin/applet/Clock2.class
apache-tomcat-7.0.63/webapps/examples/jsp/plugin/applet/Clock2.java
apache-tomcat-7.0.63/webapps/examples/jsp/plugin/plugin.html
apache-tomcat-7.0.63/webapps/examples/jsp/plugin/plugin.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/plugin/plugin.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/security/protected/error.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/security/protected/error.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/security/protected/index.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/security/protected/index.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/security/protected/login.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/security/protected/login.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/sessions/DummyCart.html
apache-tomcat-7.0.63/webapps/examples/jsp/sessions/carts.html
apache-tomcat-7.0.63/webapps/examples/jsp/sessions/carts.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/sessions/carts.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/sessions/crt.html
apache-tomcat-7.0.63/webapps/examples/jsp/simpletag/foo.html
apache-tomcat-7.0.63/webapps/examples/jsp/simpletag/foo.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/simpletag/foo.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/snp/snoop.html
apache-tomcat-7.0.63/webapps/examples/jsp/snp/snoop.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/snp/snoop.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/source.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/source.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/choose.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/choose.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/choose.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/foreach.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/foreach.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/foreach.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/howto.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/if.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/if.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/if.jsp.html
apache-tomcat-7.0.63/webapps/examples/jsp/tagplugin/notes.html
apache-tomcat-7.0.63/webapps/examples/jsp/xml/xml.html
apache-tomcat-7.0.63/webapps/examples/jsp/xml/xml.jsp
apache-tomcat-7.0.63/webapps/examples/jsp/xml/xml.jsp.html
apache-tomcat-7.0.63/webapps/examples/servlets/chat/index.jsp
apache-tomcat-7.0.63/webapps/examples/servlets/chat/index.jsp.html
apache-tomcat-7.0.63/webapps/examples/servlets/chat/login.jsp
apache-tomcat-7.0.63/webapps/examples/servlets/chat/login.jsp.html
apache-tomcat-7.0.63/webapps/examples/servlets/chat/post.jsp
apache-tomcat-7.0.63/webapps/examples/servlets/chat/post.jsp.html
apache-tomcat-7.0.63/webapps/examples/servlets/cookies.html
apache-tomcat-7.0.63/webapps/examples/servlets/helloworld.html
apache-tomcat-7.0.63/webapps/examples/servlets/images/code.gif
apache-tomcat-7.0.63/webapps/examples/servlets/images/execute.gif
apache-tomcat-7.0.63/webapps/examples/servlets/images/return.gif
apache-tomcat-7.0.63/webapps/examples/servlets/index.html
apache-tomcat-7.0.63/webapps/examples/servlets/reqheaders.html
apache-tomcat-7.0.63/webapps/examples/servlets/reqinfo.html
apache-tomcat-7.0.63/webapps/examples/servlets/reqparams.html
apache-tomcat-7.0.63/webapps/examples/servlets/sessions.html
apache-tomcat-7.0.63/webapps/examples/websocket-deprecated/chat.html
apache-tomcat-7.0.63/webapps/examples/websocket-deprecated/echo.html
apache-tomcat-7.0.63/webapps/examples/websocket-deprecated/index.html
apache-tomcat-7.0.63/webapps/examples/websocket-deprecated/snake.html
apache-tomcat-7.0.63/webapps/examples/websocket/chat.xhtml
apache-tomcat-7.0.63/webapps/examples/websocket/drawboard.xhtml
apache-tomcat-7.0.63/webapps/examples/websocket/echo.xhtml
apache-tomcat-7.0.63/webapps/examples/websocket/index.xhtml
apache-tomcat-7.0.63/webapps/examples/websocket/snake.xhtml
apache-tomcat-7.0.63/webapps/host-manager/META-INF/context.xml
apache-tomcat-7.0.63/webapps/host-manager/WEB-INF/jsp/401.jsp
apache-tomcat-7.0.63/webapps/host-manager/WEB-INF/jsp/403.jsp
apache-tomcat-7.0.63/webapps/host-manager/WEB-INF/jsp/404.jsp
apache-tomcat-7.0.63/webapps/host-manager/WEB-INF/web.xml
apache-tomcat-7.0.63/webapps/host-manager/images/add.gif
apache-tomcat-7.0.63/webapps/host-manager/images/asf-logo.gif
apache-tomcat-7.0.63/webapps/host-manager/images/code.gif
apache-tomcat-7.0.63/webapps/host-manager/images/design.gif
apache-tomcat-7.0.63/webapps/host-manager/images/docs.gif
apache-tomcat-7.0.63/webapps/host-manager/images/fix.gif
apache-tomcat-7.0.63/webapps/host-manager/images/tomcat.gif
apache-tomcat-7.0.63/webapps/host-manager/images/update.gif
apache-tomcat-7.0.63/webapps/host-manager/images/void.gif
apache-tomcat-7.0.63/webapps/host-manager/index.jsp
apache-tomcat-7.0.63/webapps/host-manager/manager.xml
apache-tomcat-7.0.63/webapps/manager/META-INF/context.xml
apache-tomcat-7.0.63/webapps/manager/WEB-INF/jsp/401.jsp
apache-tomcat-7.0.63/webapps/manager/WEB-INF/jsp/403.jsp
apache-tomcat-7.0.63/webapps/manager/WEB-INF/jsp/404.jsp
apache-tomcat-7.0.63/webapps/manager/WEB-INF/jsp/sessionDetail.jsp
apache-tomcat-7.0.63/webapps/manager/WEB-INF/jsp/sessionsList.jsp
apache-tomcat-7.0.63/webapps/manager/WEB-INF/web.xml
apache-tomcat-7.0.63/webapps/manager/images/add.gif
apache-tomcat-7.0.63/webapps/manager/images/asf-logo.gif
apache-tomcat-7.0.63/webapps/manager/images/code.gif
apache-tomcat-7.0.63/webapps/manager/images/design.gif
apache-tomcat-7.0.63/webapps/manager/images/docs.gif
apache-tomcat-7.0.63/webapps/manager/images/fix.gif
apache-tomcat-7.0.63/webapps/manager/images/tomcat.gif
apache-tomcat-7.0.63/webapps/manager/images/update.gif
apache-tomcat-7.0.63/webapps/manager/images/void.gif
apache-tomcat-7.0.63/webapps/manager/index.jsp
apache-tomcat-7.0.63/webapps/manager/status.xsd
apache-tomcat-7.0.63/webapps/manager/xform.xsl
[root@localhost ooskl]# ls
apache-tomcat-7.0.63
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# /sbin/iptables -|INPUT -p tcp --dport 8080-jACCEPT
Bad argument -' Tryiptables -h’ or ‘iptables --help’ for more information.
bash: INPUT: command not found…
[root@localhost ooskl]# cd /usr/local/
[root@localhost local]# ls
bin games jdk lib64 mysql share
etc include lib libexec sbin src
[root@localhost local]# mkdir tomcat
[root@localhost local]# ls
bin games jdk lib64 mysql share tomcat
etc include lib libexec sbin src
[root@localhost local]# cd /home/
[root@localhost home]# ls
admin
[root@localhost home]# cd /
[root@localhost /]# ls
aaa boot etc home lib64 media ooskl proc run srv tmp var
bin dev hgksd lib lsds mnt opt root sbin sys usr
[root@localhost /]# cd ooskl/
[root@localhost ooskl]# ls
apache-tomcat-7.0.63
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# mv apache-tomcat-7.0.63 /usr/local/tomcat/
[root@localhost ooskl]# ls
apache-tomcat-7.0.63.tar.gz
jdk-8u131-linux-x64.tar.gz
jenkins.war
MySQL-5.6.26-1.linux_glibc2.5.x86_64.rpm-bundle.tar
[root@localhost ooskl]# cd /usr/local/tomcat/
[root@localhost tomcat]# ls
apache-tomcat-7.0.63
[root@localhost tomcat]# cd apache-tomcat-7.0.63/
[root@localhost apache-tomcat-7.0.63]# ls
bin lib logs RELEASE-NOTES temp work
conf LICENSE NOTICE RUNNING.txt webapps
[root@localhost apache-tomcat-7.0.63]# cd bin/
[root@localhost bin]# ls
bootstrap.jar daemon.sh startup.sh
catalina.bat digest.bat tomcat-juli.jar
catalina.sh digest.sh tomcat-native.tar.gz
catalina-tasks.xml setclasspath.bat tool-wrapper.bat
commons-daemon.jar setclasspath.sh tool-wrapper.sh
commons-daemon-native.tar.gz shutdown.bat version.bat
configtest.bat shutdown.sh version.sh
configtest.sh startup.bat
[root@localhost bin]# ./startup.sh
Using CATALINA_BASE: /usr/local/tomcat/apache-tomcat-7.0.63
Using CATALINA_HOME: /usr/local/tomcat/apache-tomcat-7.0.63
Using CATALINA_TMPDIR: /usr/local/tomcat/apache-tomcat-7.0.63/temp
Using JRE_HOME: /usr/local/jdk/jdk1.8.0_131
Using CLASSPATH: /usr/local/tomcat/apache-tomcat-7.0.63/bin/bootstrap.jar:/usr/local/tomcat/apache-tomcat-7.0.63/bin/tomcat-juli.jar
Tomcat started.
[root@localhost bin]# ifconfig
eno16777736: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.37.128 netmask 255.255.255.0 broadcast 192.168.37.255
inet6 fe80::20c:29ff:fe57:8d4f prefixlen 64 scopeid 0x20
ether 00:0c:29:57:8d:4f txqueuelen 1000 (Ethernet)
RX packets 1420 bytes 144324 (140.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 566 bytes 62085 (60.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 0 (Local Loopback)
RX packets 48 bytes 4120 (4.0 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 48 bytes 4120 (4.0 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

virbr0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 192.168.122.1 netmask 255.255.255.0 broadcast 192.168.122.255
ether 00:00:00:00:00:00 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

[root@localhost bin]# ls
bootstrap.jar daemon.sh startup.sh
catalina.bat digest.bat tomcat-juli.jar
catalina.sh digest.sh tomcat-native.tar.gz
catalina-tasks.xml setclasspath.bat tool-wrapper.bat
commons-daemon.jar setclasspath.sh tool-wrapper.sh
commons-daemon-native.tar.gz shutdown.bat version.bat
configtest.bat shutdown.sh version.sh
configtest.sh startup.bat
[root@localhost bin]# cd …/
[root@localhost apache-tomcat-7.0.63]# ls
bin lib logs RELEASE-NOTES temp work
conf LICENSE NOTICE RUNNING.txt webapps
[root@localhost apache-tomcat-7.0.63]# cd webapps
[root@localhost webapps]# ls
docs examples host-manager manager ROOT
[root@localhost webapps]# pwd
/usr/local/tomcat/apache-tomcat-7.0.63/webapps
[root@localhost webapps]# cd /
[root@localhost /]# cd /usr/local
[root@localhost local]# cd mysql
[root@localhost mysql]# service mysql start
Starting MySQL… ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
[root@localhost mysql]# ^C
[root@localhost mysql]#

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值