I just finally got around to adding a bunch of aliases to my /etc/profile file:
alias tomcatDebug='sudo /tomcat-dir/bin/catalina.sh jpda start'
alias tomcatRun='sudo /tomcat-dir/bin/catalina.sh run'
alias tomcatStart='sudo /tomcat-dir/bin/catalina.sh start'
alias tomcat='sudo /tomcat-dir/bin/catalina.sh'
alias apacheStop='sudo /apache-dir/bin/apachectl stop'
alias apacheStart='sudo /apache-dir/bin/apachectl start'
I am going to add about a million of these, because I constantly do way too much switching directories and typing. Any self-respecting nerd probably has stuff like this, but for the rest of us dummies, hopefully this will help.