RE: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-20 Thread Dave Newton
t; Project IteratorKFC > Web Pages > iteratorkfc.jsp > > any advices ? > > thanks > Tri Quan > > -Original Message- > From: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Sent: Friday, June 20, 2014 8:14 AM > To: Struts Users Mailing List > Subject:

RE: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-20 Thread Tri Quan
AM To: Struts Users Mailing List Subject: Re: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6 Wrong url, it supposed to be: http://localhost:8080/IteratorKFC/IteratorKFC/menu.action /IteratorKFC <- name of the war file, ie. context /IteratorKFC <- nam

RE: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-20 Thread Martin Gainty
so in your case the action name *should be* menu in struts*xml did you have a specific question? Martin > Date: Fri, 20 Jun 2014 18:13:57 +0530 > Subject: Re: need help on struts.xml configuration using Struts 2.3, Tomcat > 7, Java JDK 1

Re: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-20 Thread Yaragalla Muralidhar
localhost:8080/IteratorKFC/menu.action . there is some problem in this. where is the webapp name? *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Fri, Jun 20, 2014 at 5:03 PM, Tri Quan wrote: > All, > > I a

Re: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-20 Thread Lukasz Lenart
Wrong url, it supposed to be: http://localhost:8080/IteratorKFC/IteratorKFC/menu.action /IteratorKFC <- name of the war file, ie. context /IteratorKFC <- namespace defined in struts.xml 2014-06-20 13:33 GMT+02:00 Tri Quan : > All, > > I am green horn in Struts 2 and need help wi

Re: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-19 Thread Lukasz Lenart
Attachment is missing and mailing doesn't allow to send attachments ;-) 2014-06-20 3:26 GMT+02:00 Tri Quan : > > > All, > > I am green horn in Struts 2 and need help with > struts.xml. I got the following error when try this URL : > > localhost:8080/IteratorKFC/menu or localhos

Re: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-19 Thread Ɓukasz Lenart
Attachment is missing and mailing doesn't allow to send attachments ;-) 2014-06-20 3:26 GMT+02:00 Tri Quan : > > > All, > > I am green horn in Struts 2 and need help with > struts.xml. I got the following error when try this URL : > > localhost:8080/IteratorKFC/menu or localhos

RE: need help on struts.xml configuration using Struts 2.3, Tomcat 7, Java JDK 1.6

2014-06-19 Thread Tri Quan
All, I am green horn in Struts 2 and need help with struts.xml. I got the following error when try this URL : localhost:8080/IteratorKFC/menu or localhost:8080/IteratorKFC/menu.action . what is wrong ? Incorrect configuration or incorrect URL ?