Hi,
as a Knowage developer I strongly suggest you to use a more recent version of Knowage: the 6.2 is very old.
But in any case, I see a very big problem about your environment variables: the use of CATALINA_HOME and CATALINA_BASE are very well documented on the official documentation (here you'll see the documentation of Tomcat 8.5 but I think those variables are presents also on Tomcat 7 and 6).
You set the CATALINA_HOME to "C:\xampp\Knowage-Server-CE\bin" but this couldn't be right because that directory must have a specific structure, the same structure you can find in any Tomcat installation archive. If you want to share a specific Tomcat installation to multiple instances you probably need to use both CATALINA_BASE and CATALINA_HOME where the last one will point to a directory where part of the original Tomcat directory structure is present and where the configuration files are set taking in consideration the other instances.
I don't think this is your desired achievement.
I think you need to either unset CATALINA_BASE (or at least to remove /bin at the end) or to follow the documentation above.