I can't remember the last time I felt so embarrassed.  With 30+ years of
writing code and get this.

The Application that I copied the page from had the code fragment

  <font color="red">
    ERROR:  Application resources not loaded -- check servlet container
    logs for error messages.
  </font>

Thanks

-----Original Message-----
From: Adam J Samere [mailto:[EMAIL PROTECTED]
Sent: Monday, September 11, 2006 7:28 PM
To: Struts Users Mailing List
Subject: Re: Application Resources


Try using more verbose logging. If using log4j for instance, set the level
for org.apache.struts to debug, then watch the log file as the web
application is deployed. Make sure whatever file(s) you specified in the
struts-config doc(s) are available to the web applications context class
loader.

Adam



Ray Madigan wrote:
> I have checked all of the logs.  I have built many Struts applications in
> the past using previous versions of struts and Tomcat.  If I knew what
exact
> Application resource the message is about, I could make some progress.
>
> I thought it was MessageResources.properties because in the beginning I
> didn't include this file because I use JSTL fmt tags to display my
messages.
> I have just included the <message-resources in struts-config and it still
> doesn't work.
>
> Thanks
>
> -----Original Message-----
> From: Darren Hall [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 11, 2006 7:03 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Application Resources
>
>
>
>> If you are using Tomcat, have you looked in stderr and stdout files for
>> today in that directory?
>>
> Sorry - "that directory" would be the $CATALINA_HOME/logs directory (if
you
> are using Tomcat).
>
> Darren
>
>
> -----Original Message-----
> From: Darren Hall [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 11, 2006 9:43 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Application Resources
>
> Ray,
>
> What application server are you using? Tomcat?
> If you are using Tomcat, have you looked in stderr and stdout files for
> today in that directory? (Not sure how much help I can be here, but I'm
> starting simple. We may quickly run out of my depth.)
>
> Darren
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to