> From: Mon Cab [mailto:[EMAIL PROTECTED] > file:/etc/tomcat5/Catalina/localhost/datingapp.xml > 2006-12-11 22:58:00,036 [main] ERROR > tomcat.localhost./datingapp.Context - Error starting static Resources > java.lang.IllegalArgumentException: Document base /datingapp does not > exist or is not a readable directory
> Does anyone know what might be going wrong here? What should I do to > fix this? This looks like a misconfiguration of permissions, file paths or both. (How) Have you edited conf/server.xml? What are your base paths, and are your webapps installed correctly in them? What user does your Tomcat process run as? Can it read+write all the files you expect it to? (If you don't know what you expect it to read+write, try tracing the system calls it makes and filter for file opens - this gives a pretty good idea). - Peter --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]