Hi All,
I just want to know how i can add library on My Tomcat which have run on Azure.i try to connect mssql azure via my jsp app which have running on Azure Cloud.
Firstly I try to copy it manually from my local computer to my tomcat on RDP Azure, but when i try to restart tomcat on approot folder, i can't .System said that
"Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program"
Should i configure java_home manually so that i can restart my tomcat after i added some library ? or are there some solution for it ?
Thanks