Re: NoClassDefFoundError in Weblogic
tim@nocomment.com wrote:
Arne Vajh?j wrote:
tim@nocomment.com wrote:
java.lang.NoClassDefFoundError: org/apache/struts/taglib/html/HtmlTag
I am getting the error message above (or similar messages).
I know the class is in the struts.jar file. What folder do I put this
file to avoid getting the message. Alternatively, do I change my
ClassPath or Path?
If Struts is not in WL, then you should put it in WEB-INF\lib.
I'm putting it everywhere to try to get rid of the message. I've put it
in the WEB-INF\lib directory (I think it is the correct directory, are
you familiar with Weblogic?).
I want to try to put it in the CLASSPATH. I have tried that too and
unless CLASSPATH has to be capitalized, that isn't working either.
If it is in WEB-INF\lib then the server must find it per
servlet specification.
I am not particular familiar with WL, but I am sure that
it follow the spec.
Have you rebuilded the war with the jar in WEB-INF\lib and
redeployed the war ?
Arne