Tomcat Issue
The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
This will occur due to using a copy of tomcat which is packed someone else.
The solution for this is go to the bin and change the mod into 777 of all .sh file.
chmod 777 *.sh

The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program
This will occur due to using a copy of tomcat which is packed someone else.
The solution for this is go to the bin and change the mod into 777 of all .sh file.
chmod 777 *.sh

1 comment:
Thanks. It works.
Post a Comment