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 t

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

2002-08-19 Thread Kwang-Shi Shu
lem? 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 must have extracted these

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 http://www.mail-archive.com/struts-user@jaka

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 Meiss

RE: struts-example.war

2001-11-02 Thread Matt Raible
cel > > -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 is the: > > JDBC 2.0

RE: struts-example.war

2001-11-02 Thread Marcel Andres
t you 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 i

RE: struts-example.war

2001-11-02 Thread Andrew Kirkland
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
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] [mailto:[EMAIL

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 tags, I see > that the usual default is "deny from all". > I wonder what makes struts applicati

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 A

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 \WEB-INF\lib. -- Dan Miser http://www.distribucon.com - Original Message - From: "Isomorph Pty" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 17, 2001

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 wh

Re: struts-example.war

2001-04-02 Thread Zia Partovi
I used to have problem accessing struts-example through Apache also. However, I added following line to the copy of mod_jk.conf file for the Apache and resolved the problem. JkMount /*.do ajp13 This line should be added right after JkMount /servlet/* ajp13 or you have to repeat it for struts-ex

RE: struts-example.war

2001-04-02 Thread Thai Thanh Ha
Because J2EE SDK deploytool has changed your web.xml(maybe this is a bug of deploytool?) from: action *.do to action /*.do So the servlet action is only executed when you open URL : http://localhost/struts-example/*.do and is NOT executed when you open http://loc

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.