In activeweb 2.0, if there is a space in the tomcat installation directory, then there will be no packages, so can not found the correct Controller and action.
Because the space will be replaced with '%20'
when we use the classLoader get current class's directory.
there is the code in org.javalite.activeweb.ControllerPackageLocator
source code