cmd - Consoles and Tabs -
when start tomcat server console using startup.bat script, new command window opens filled java logging statements.
i use console2 leverages tabs each open console window. possible let java system create new tab within console2 instead of opening new command window?
this has nothing java, merely down way catalina.bat called startup.bat
catalina.bat can called either "start" argument or "run" argument.
run start catalina in current window start start catalina in separate window
so open startup.bat, scroll bottom should see
"%executable%" start %cmd_line_args%
change
"%executable%" run %cmd_line_args% exit
i add exit after close calling window.
Comments
Post a Comment