RE: 404 resource not found

2006-01-28 Thread Caldarale, Charles R
> From: Mark Space [mailto:[EMAIL PROTECTED] > Subject: Re: 404 resource not found > > So, is ROOT the default app? This said to use ROOT: > http://www.coreservlets.com/Apache-Tomcat-Tutorial/ I'd suggest using the real Tomcat and Servlet documentation first, and then re

Re: 404 resource not found

2006-01-28 Thread Mark Space
Caldarale, Charles R wrote: From: Mark Space [mailto:[EMAIL PROTECTED] Subject: 404 resource not found 2. The app is installed in (Tomcat_home)/webapps/ROOT/Beer-v1 That's at least one problem - your app should be under webapps, not webapps/ROOT. Your app was never deployed. Follow th

RE: 404 resource not found

2006-01-28 Thread Caldarale, Charles R
> From: Mark Space [mailto:[EMAIL PROTECTED] > Subject: 404 resource not found > > 2. The app is installed in (Tomcat_home)/webapps/ROOT/Beer-v1 That's at least one problem - your app should be under webapps, not webapps/ROOT. Your app was never deployed. Follow the examples. - Chuck THIS

Re: 404 resource not found

2006-01-28 Thread Mark Space
Mark Space wrote: I've already tried increasing the logging to "debug," but I see nothing untoward in the logs, just a lot of [info]. I've tried eyeballing the web.xml file and the directory paths several times and I can see my typo. I That's should have been "can't see my typo..."