You can easily start a console window for Tomcat (most versions) by issuing the command:-
./catalina.sh run
This will NOT run Tomcat as a background process. Very useful if you want to see a quick server log on the console without going through the log files.
{ 1 comment… read it below or add one }
Thank you very much! Helpful when in hurry.