#!/bin/sh
watch 'mysql<<EOF
show processlist;
EOF
'
(Control+C will let you out)
#!/bin/sh
watch 'mysql<<EOF
show processlist;
EOF
'
Charles R Caldarale Writes:
“[When using Tomcat,] classes from different webapps cannot access each other - no ifs, ands, or buts. Anything that is to be accessed from more than one webapp must be put in a common location [such as tomcat/shared].”