This might be silly question but I really don't know it.
I have performed some changes in my web application in java/jsp. Tested it in localhost in eclipse where I can see logs in console. After that I have deployed the changes to beta server and its not reflecting as in localhost hence want to see running logs through tomcat console but Tomcat is already running and was started with services utility of windows.
Is there any way to open console of running tomcat.
I do know that we can see tomcat logs as well, but running console will be preferred for me as there are multiple projects are running on same server.