RE: broken webapp after upgrading Tomcat

2008-01-28 Thread ashiers
Hi Guys, Thanks for your input. I discovered the problem. It did indeed have to do with case sensitivity. The META-INF AND WEB-INF directories are supposed to be in uppercase. But when I copied the whole webapp over onto the new Tomcat installation Linux forced the names to be lowercase. I h

Re: broken webapp after upgrading Tomcat

2008-01-27 Thread David Smith
My first thought when dealing with linux is to verify the file permissions and/or ownership are set so at minimum the user tomcat is running as has at least read permissions on all the files in your webapp. Otherwise your logs should hold more information regarding what's happening. --David

RE: broken webapp after upgrading Tomcat

2008-01-27 Thread Caldarale, Charles R
> From: Konstantin Kolinko [mailto:[EMAIL PROTECTED] > Subject: Re: broken webapp after upgrading Tomcat > > 1) Please check how WEB-INF, classes, mvcs directories and web.xml > file names are spelled on the Linux machine. > > 2) You may configure AccessLogValve in your ME

Re: broken webapp after upgrading Tomcat

2008-01-27 Thread Konstantin Kolinko
It is strange. Looks like it should be working. 1) Please check how WEB-INF, classes, mvcs directories and web.xml file names are spelled on the Linux machine. 2) You may configure AccessLogValve in your META-INF/context.xml to log all requests that are coming to your application. See http://tomc