Re: Filter class not found problem

2007-04-04 Thread Hassan Schroeder
On 4/4/07, Frank W. Zammetti [EMAIL PROTECTED] wrote: As per my post last night, I discovered that the problem starts in 6.0.10... FWIW, I just installed 6.0.10 and dumped in a webapp of mine that uses a Filter as a front controller, and it works fine. I have both JAVA_HOME and JRE_HOME

Re: Filter class not found problem

2007-04-04 Thread Frank W. Zammetti
On Wed, April 4, 2007 11:21 am, Hassan Schroeder wrote: FWIW, I just installed 6.0.10 and dumped in a webapp of mine that uses a Filter as a front controller, and it works fine. I have both JAVA_HOME and JRE_HOME defined for convenience (so I can switch as I test/upgrade versions); right now

Re: Filter class not found problem

2007-04-03 Thread Rashmi Rubdi
On 4/2/07, Frank W. Zammetti [EMAIL PROTECTED] wrote: Hey folks... I'm having a real pain of a problem here... vital stats: JRE 1.6.0-b105 (JDK 6) Tomcat 6.0.10 Since you have installed the JRE and not the JDK, I suppose you must set the JRE_HOME environment variable, and remove the

Re: Filter class not found problem

2007-04-03 Thread Frank W. Zammetti
I actually do have the JDK installed, my bad for not stating that clearly... I was just stating the JRE version that would be used by Tomcat, since the JRE of course comes with the JDK, but I wasn't clear... you do raise an intersting point though, I wonder if I have to specify JRE_HOME anyway? I

Re: Filter class not found problem (looks like a possible Tomcat bug)

2007-04-03 Thread Frank W. Zammetti
I've managed to narrow this problem down quite a bit, and long and short of it is that the problem is specific to 6.0.10. I tried a number of versions in the 6.x branch including 6.0.0, 6.0.4, 6.0.8 and 6.0.9, and in all of them my webapp starts up just fine, no complaints about the Filter

Re: Filter class not found problem

2007-04-03 Thread Rashmi Rubdi
On 4/3/07, Frank W. Zammetti [EMAIL PROTECTED] wrote: I actually do have the JDK installed, my bad for not stating that clearly... If you have the full JDK installed then please set the JAVA_HOME environment variable to the JDK's root folder. Reasoning: If you look in catalina.bat , it says

Re: Filter class not found problem

2007-04-02 Thread Pulkit Singhal
Hello Frank, It seems to me that the error is not so much about the Filter you want to load but the fact that it can't find the javax/servlet/Filter class which is (I think) supposed to be part of the servlet-api.jar ... I know you said that its bundled but try moving that jar around. Or at

Re: Filter class not found problem

2007-04-02 Thread Frank W. Zammetti
Yes I agree, that's what I thought the problem was too, I was just working through eliminating any problems on my part (which is probably still the cause, but seemingly in a less than obvious way now)... I confirmed the Filter class is in servlet-api.jar, and it's in javax/servlet... I also

Filter class not found problem

2007-04-01 Thread Frank W. Zammetti
Hey folks... I'm having a real pain of a problem here... vital stats: JRE 1.6.0-b105 (JDK 6) Tomcat 6.0.10 I have a filter that compiles fine but will not initialize... error that appears on Tomcat startup: Apr 2, 2007 1:04:38 AM org.apache.catalina.core.StandardContext filterStart SEVERE: