Well, I feel silly now, but 10 seconds after I sent the email to the list, I
looked back at my Class and noticed that I had declared it Abstract. Once I
removed the "abstract" declaration and recompiled it all works as expected.
Thanks for your time.
-Jason
On 5/9/06, Mike Sabroff <[EMAIL PROTE
Disreguard my previous statement as I am obviously brain deadsorry
Mike Sabroff wrote:
If this is truly what your web.xml looks like, you are missing the end
tag '>' in the following line
com.affinity.tasc.filters.AuthenticateFilter
Jason Beck wrote:
Hello list,
I have written my first
If this is truly what your web.xml looks like, you are missing the end
tag '>' in the following line
com.affinity.tasc.filters.AuthenticateFilter
Jason Beck wrote:
Hello list,
I have written my first filter and think that I have it right, but when I
try to start Tomcat 5.5.9 after applying th
Hello list,
I have written my first filter and think that I have it right, but when I
try to start Tomcat 5.5.9 after applying the necessary configuration changes
to web.xml, the Context that the Filter is in fails to start. Perhaps
someone can tell me what I may have done wrong.
<-- web.xml -