The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
Finally, i found the following solution.
We need to change the permission type of all the sell script files in tomcat_home/bin directory to "executable" mode.
Using the following command we can easily change it.
apache-tomcat-6.0.26/bin$ chmod +x *.sh
No comments:
Post a Comment