I’m writing a script to start up several tomcat servers, like so
cd "F:\...\apache-tomcat-5.5.33\bin"
call "cmd /c startup.bat"
cd "F:\...\apache-tomcat-5.5.33\bin"
call "cmd /c startup.bat"
etc
which I have working but each one opens in a java window that just says ‘tomcat’ at the top. Is it possible for me to specify what this text says? I’d really like to be able to tell them all apart!
You’ll have to set an environment variable. Read the last one that says
TITLE. I found this insidecatalina.bat.