Tuesday, October 10, 2006

A trivial tomcat installation issue

If you install a new Tomcat distribution on linux and find when starting tomcat it gives an error like below:
The BASEDIR environment variable is not defined correctly
This environment variable is needed to run this program

Just make sure that you give ‘executable’ file permissions to [tomcat_home]/bin/setclasspath.sh
Its quite trivial but it is something you can forget!

No comments: