When you run the pink desktop icon for AwareIM Control Panel, it does 2 things...
starts Aware server
starts Tomcat server
so I've identified a possible bug in starting Tomcat in this "wrapper" when Tomcat's server.xml has a <CONNECTOR> tag with an explicit "address=xx.xx.xx.xx" entry.
[NOTE: I think the issue is the control panel wrapper and how it determines to activate the "green button". You can see the button turn green BEFORE the Tomcat output finishes... (Tomcat boot is still loading more items during startup), yet the button is already green. Perhaps the script just pinging a local address (like 127.0.0.1) and if it gets a result, it thinks all is good and activates the GREEN. But when a specific address is specified it doesn't get the reply and never goes green, even though everything is OK]
I CAN start tomcat with "catalina.bat start" and it will startup just fine. Initially on 8080, then I changed to 80 and all is good.
But no Aware server is running to process the login.
If I run Aware CP now, the server starts and the Tomcat fails (expected bind error). I get NO green button - so can't launch the ConfigTool THIS WAY - but I can manually start it.
And I still have access to the Logger, etc. Control panel is up! Tomcat is on 80! GOOD TIMES!
So, at first I thought it would be nice to launch the Aware server only (the title of this post), but as I worked thru this post, I wouldn't have access to the Logger.
So, i need to get Support back on the original issue and all will be good.