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

2014-06-20 Thread Lukasz Lenart
Attachment is missing and mailing doesn't allow to send attachments ;-) 2014-06-20 3:26 GMT+02:00 Tri Quan quans...@wans.net: 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

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

2014-06-20 Thread Ɓukasz Lenart
Attachment is missing and mailing doesn't allow to send attachments ;-) 2014-06-20 3:26 GMT+02:00 Tri Quan quans...@wans.net: 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

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 quans...@wans.net: All, I am green horn in Struts 2 and

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/ http://yaragalla.blogspot.in/* On Fri, Jun 20, 2014 at 5:03 PM, Tri Quan quans...@wans.net wrote: All,

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

2014-06-20 Thread Martin Gainty
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.6 From: yaragallamur...@gmail.com To: user@struts.apache.org localhost:8080

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 - namespace defined

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

2014-06-20 Thread Dave Newton
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 Wrong url

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 ?