Author | Message |
---|---|
nshatok
Posts: 19
|
Posted 16:29 Oct 04, 2009 |
I went through all steps in setting up development environment and when I try to run application on server it starts, but I am getting "HTTP Status 404 -error: The requested resource () is not available". What I could have done wrong if I am getting this?
|
cysun
Posts: 2935
|
Posted 16:33 Oct 04, 2009 |
Lots of things could cause the 404 error. Look in the log file and see if you can find anything there. If you can't fix the problem, bring your laptop to my office hours. |
nshatok
Posts: 19
|
Posted 16:40 Oct 04, 2009 |
Where should I look for log file? Logfile should be under apache Tomcat directory? It has subdirectory logs but it's empty |
cysun
Posts: 2935
|
Posted 17:26 Oct 04, 2009 |
log.dir in build.properties. |