Re: Web application directory structure

2005-07-27 Thread David Smith
You're right in that it should work. I can only guess the most likely 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

RE: Web application directory structure

2005-07-27 Thread Brian Stephens
to false, manually exploding your .war file, then restarting Tomcat. -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 27, 2005 6:55 AM To: Tomcat Users List Subject: Re: Web application directory structure You're right in that it should work. I can

Re: Web application directory structure

2005-07-27 Thread Joe Becknell
Thanks. I found out my problem. I wasn't going after the path with the correct case. I wasn't aware that Tomcat, by default, is case sensitive. Doohh! --- David Smith [EMAIL PROTECTED] wrote: You're right in that it should work. I can only guess the most likely reason this might fail is your

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