You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Bob Love <bl...@bendcable.com> on 2000/06/14 06:48:06 UTC

[Fwd: Fw: help with struts-example]

Thanks for your help.  Reading the log files made me realize that I it
was a classpath problem.  I had looked at the logs earlier but somehow I
missed it.

I am using JRun 3.0 on Linux with Blackdown JDK1.2.2 RC4

Bob

----- Original Message -----
From: "Craig R. McClanahan" <Cr...@eng.sun.com>
To: <st...@jakarta.apache.org>
Sent: Tuesday, June 13, 2000 8:45 PM
Subject: Re: help with struts-example


> Bob Love wrote:
>
> > I think this is a config problem and it should actually be posted to the
> > struts-user list but I have been unsuccessful in getting myself
> > subscribed to that list.
> >
> > Whenever I run the struts-example application index.jsp or logon.jsp I
> > get the following errors:
> >
> > javax.servlet.ServletException: Exception thrown processing JSP page.
> > javax.servlet.jsp.JspException: Missing resources attribute
> > org.apache.struts.action.MESSAGE
> >         at
> > org.apache.struts.taglib.MessageTag.doStartTag(MessageTag.java, Compiled
> > Code)
> >
> > I have everything configured as per the README but obviously I am
> > missing something.  Any help would be appreciated.
>
> What JDK and servlet container are you running Struts under?
>
> This message would happen if the servlet container did not honor the
> <load-on-startup> entries in the web.xml file, or if the servlet
> initialization took so long for some reason that you were doing your
request
> before they were completed.  Any log files output by your servlet
container
> would also be useful in tracking down what might be going on.
>
> Craig McClanahan
>
>