Patrick Lee wrote: > Hi, > > I'm trying to upgrade from Tomcat 5.5.15 to 6.0.10. Everything seems > to have gone fine except that most of my includes are broken. > > I can do this: > > <[EMAIL PROTECTED] file = "something.jsp" %> > > But I can't do this: > > <[EMAIL PROTECTED] file = "/path/to/something.jsp" %> > > The latter gives me a status 500 and "File not found" on the include. > > This is independent of the content of the file I'm trying to include. > > Does anyone know what might have changed from 5.5.15 to 6.0.10 for > htins to happen? Do I need to change some configurations?
Do you have your host appBase set to be the same as your webapp docBase? This will cause the behaviour you see here. This worked (purely by accident - it was never intended to) in previous versions due to a bug that has since been fixed. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]