Re: Call 4 Plugins

2014-06-20 Thread Amol Ghotankar
Hi, I found few interesting and day to day needed plugins - that needs developer support For google map integration in struts2 https://github.com/lalotech/struts2-map-plugin - Best one Awesome concept to render images as per size using transformation https://code.google.com/p/s2-image/wiki/Getti

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

2014-06-20 Thread Dave Newton
You need to use the actual location, not what you think eclipse wants you to use. On Jun 20, 2014 12:03 PM, "Tri Quan" wrote: > This URL : http://localhost:8080/IteratorKFC/IteratorKFC/menu.action > receives the following error > > Status report > message /IteratorKFC/IteratorKFC/pages/iteratork

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

2014-06-20 Thread Tri Quan
This URL : http://localhost:8080/IteratorKFC/IteratorKFC/menu.action receives the following error Status report message /IteratorKFC/IteratorKFC/pages/iteratorkfc.jsp description The requested resource (/IteratorKFC/IteratorKFC/pages/iteratorkfc.jsp) is not available. I use Eclipse for develop

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

2014-06-20 Thread Martin Gainty
unless otherwise specified webappName is segment following localhost:port in your case IteratorKFC Action classes map URLS via struts configuration maps URL path-names to action classes via action-mapping in struts*.xml e.g /empmanager/listEmployees.jsp

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

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

2014-06-20 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 ? Struts