RE: [struts-example.war] Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2002-09-05 Thread Victor CHEVALIER
I remember this message. Are you sure that struts is correctly initialized ? -Message d'origine- De : Brian Holzer [mailto:[EMAIL PROTECTED]] Envoye : mercredi 4 septembre 2002 23:59 A : Objet : [struts-example.war] Cannot find message resources under keyorg.apache.struts.action.MESSAGE

RE: [struts-example.war] Cannot find message resources under keyorg.apache.struts.action.MESSAGE

2002-09-05 Thread Bill Willis
Hi Brian, I get the exact same error when not using *any* message resources in a Struts app. After I add the following message resource in the Struts configuration file, the problem goes away: parameter: ApplicationResources key: org.apache.struts.action.MESSAGE I still don't understand why

RE: struts-example.war

2002-08-19 Thread Kwang-Shi Shu
wonder how you fixed the problem? Thanks. Kwang-Shi -Original Message- From: Markus Meissner [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 11:40 AM To: Struts Users Mailing List Subject: Re: struts-example.war Am Sonntag, 18. August 2002 17:22 schrieb James Mitchell: You

RE: struts-example.war

2002-08-18 Thread James Mitchell
You must have extracted these files incorrectly. Please try again or just deploy the .war as is James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta -Original Message- From: Markus Meissner

Re: struts-example.war

2002-08-18 Thread Markus Meissner
Am Sonntag, 18. August 2002 17:22 schrieb James Mitchell: You must have extracted these files incorrectly. Mmh, I have these files extracted incorrectly. Thanks. Please try again or just deploy the .war as is Now, I get the error reported in

RE: struts-example.war

2001-11-02 Thread Marcel Andres
Hi Andy, First of all, don't break your head on the desk, use a pillow! Now, to your problem: Did you instal all the prerequisite software, how it is described on http://jakarta.apache.org/struts/installation-1.0.html? Marcel -Original Message- From: [EMAIL PROTECTED]

RE: struts-example.war

2001-11-02 Thread Andrew Kirkland
if these were compulsory, but i downloaded the class files, i just dont know where to put them, but i dont think this is the problem. Andy -Original Message- From: Marcel Andres [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 12:34 PM To: struts-user Subject: RE: struts-example.war

RE: struts-example.war

2001-11-02 Thread Marcel Andres
to the logon form, as long as you did not logon to the application. Marcel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 1:31 PM To: [EMAIL PROTECTED] Subject: RE: struts-example.war Indeed I did. The only thing I dont have

RE: struts-example.war

2001-11-02 Thread Matt Raible
PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 1:31 PM To: [EMAIL PROTECTED] Subject: RE: struts-example.war Indeed I did. The only thing I dont have is the: JDBC 2.0 Optional Package Classes - Struts supports an optional implementation of javax.sql.DataSource, so

RE: struts-example.war from struts 1.0, and missing .do servlets (and how to get web.xml)

2001-10-04 Thread ALAMI Ahmed - BOR
Hello everyone Does anyone knows the steps to deploy a WAR application using struts under Weblogic please When compiling to create the web.xml and weblogic.xml, it returns an error Exception in thread main java.lang.NoClassDefFoundError: org/apache/struts/action/Act ion Help me please Ahmed

Re: struts-example.war from struts 1.0, and missing .do servlets (and how to get web.xml)

2001-10-04 Thread Breion Michael
You wrote: That was it! I changed the access rights of /struts-example/WEB-INF/ from deny from all to allow from all, and then it worked from apache as well. Hm... when I look at other Location tags, I see that the usual default is deny from all. I wonder what makes struts applications

Re: struts-example.war

2001-06-19 Thread Dan Miser
struts.jar is on your CLASSPATH or in \tomcat\lib. Don't put it there. It belongs in webapp\WEB-INF\lib. -- Dan Miser http://www.distribucon.com - Original Message - From: Isomorph Pty [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 17, 2001 6:47 AM Subject: Re: struts

Re: struts-example.war

2001-06-17 Thread Isomorph Pty
BTW, I am running on Windows 2000. If this matters. --- Isomorph Pty [EMAIL PROTECTED] wrote: I just installed jakarta-tomcat-3.2.2, and tried to install and test run jakarta-struts-1.0. I dropped the struts-documentation.war to the Tomcat's webapps directory and it works. But when I

Re: struts-example.war

2001-04-02 Thread Florin Iucha
I have never managed to get this answered. It works if you go directly to Tomcat HTTP port. If you go through Apache you will get this error. florin Michael Schommer wrote: Hi, I have problems to run the struts-example.war. I'm using the sun J2EE-reference implementation (Tomcat 4.0 -