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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -