Web application directory structure

2005-07-26 Thread Joe Becknell
I'm new to Tomcat and having a problem I thought someone could help me with. I have an application with servlet installed under webapps. I can run the servlet without problems. The servlet creates a page that gets sent to the browser with some links to some (HTML and XML) data files on it. When I c

Re: Web application directory structure

2005-07-27 Thread Joe Becknell
> reason this might fail is your web.xml > configuration. Look for servlet > mappings that might catch the data/test1.html url. > Your log files > should have more information. Also check to be sure > the tomcat service > has read privilege on the file and it's directory