Marius, you are running 3 non-trivial systems (JBoss, Tomcat, and Struts). Anyone of these three can be daunting by itself. If you are new to all 3 (or just one) then try isolating the problem. Try a clean install of Tomcat and Struts and just get the struts-example web app running. If that works, then try the Tomcat-JBoss and get the struts-example web app running. If that works then try a simple test web app that you created and get it working. Step back and do things incrementally.
Don't get frustrated. Struts is a great framework and this mailing list has some heavy weight subscribers that will get you through. Also, the initialization process is managed by ActionServlet. Try digging through the source a little. I have learned quite a bit from just doing a code trace. Good luck. robert > -----Original Message----- > From: Marius Gabor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 07, 2002 1:14 PM > To: Struts Users Mailing List > Subject: Re: Cannot find message resources - DESPERATION > > > I'm running Struts on Tomcat-JBoss platform and I develop with > TogetherJ. But it seems that I do every time something wrong, although > I've tried so many possibilities. > I don't have enough nerves 4 2day. I'll try tomorrow again. > > Btw, I have this "order": /Web-Inf/struts-config.xml and > /classes/mypackage/MyApp.properties > > And I have already tested Struts, but only 0.9 and 1.0. > > Steven Banks wrote: > > What platform are you running on. Is this your first time > trying STRUTS? > > > > I found that using websphere 3.5 on the os/390 platform, the > struts-config had to be placed in WEB-INF under the document > root. ie /web/WEB-INF/ > > > > If the file was not there, Struts could not find it. Other > problems I had were making sure the file permissions allowed > websphere to see the file and directory. > > > > > > > > Steven Banks > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

