| QUOTE (Cris @ Oct 24 2006, 10:42 AM) |
| Most likely the problem is simple to solve. Some hints: a. It is crucial to know the URL that correspond to 404 - not found and how you got to it. Since you used your own installation, get the debug1.log file you find in the dimx/WEB-INF/system folder. Post it here as an attachment, we may find what the problem is. b. Check also the versions of Java and Tomcat Java should be 1.5 or the like (command prompt type java -version to check) Tomcat should be 5.5 or the like (open http://localhost:8080/ to check) Different combinations could need special configuration, but it shouldn't be difficult. |