Re: tomcat error filterStart

2008-08-25 Thread Mike Saavedra
Thanks Filip, Yes, I've tried only components in the jar and all classes in the jar; as well as no classes in WEB-INF/classes in case of dupe problem. All have the same result as below. Does anyone know how to get more information from catalina.out? All it says is: SEVERE: Error

tomcat error filterStart

2008-08-22 Thread Mike Saavedra
I just want a basic webapp to run in tomcat 5.5.26. I install tomcat and drop in my file structure which looks like this: ${app.root}/ ${app.root}/favicon.ico ${app.root}/Index.tml ${app.root}/WEB-INF ${app.root}/WEB-INF/web.xml ${app.root}/WEB-INF/classes ${app.root}/WEB-INF/classes/com

Re: tomcat error filterStart

2008-08-22 Thread Filip S. Adamsen
Hi, Have you tried packing everyting from ${app.root}/WEB-INF/classes/ into a JAR and put it in ${app.root}/WEB-INF/lib? That might help. -Filip On 2008-08-23 01:06, Mike Saavedra wrote: I just want a basic webapp to run in tomcat 5.5.26. I install tomcat and drop in my file structure