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
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 def
On Wed, April 4, 2007 1:48 am, Rashmi Rubdi wrote:
> If you have the full JDK installed then please set the JAVA_HOME
> environment variable to the JDK's root folder.
Yep, that's what I've had all along, I didn't try the JRE_HOME suggestion.
> I don't know much about Filters, but you may want to
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
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 cla
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
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 JAVA_HO
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 mov
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 least
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: Ex
10 matches
Mail list logo