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