Q
|
I'm getting the following error, what does it mean?
Config file countries.properties could not be read:
C:\Program%20Files\Apache%20Software%20Foundation\Tomcat%205.5\webapps\bhawk\WEB-INF\classes\countries.properties
(The system cannot find the path specified)
|
A
|
Some versions of Apache Tomcat 5 have an issue where spaces in the classpath are improperly reported in encoded form as %20. To workaround around this issue please install Tomcat in a directory whose full path doesn't include any spaces.
|