Re: missing action

2013-08-16 Thread Tommy Pham
Hi Lukasz, Been busy with other things and didn't have time troubleshoot it. I finally got it to work properly via: Maven clean Maven install Run on Server Thanks, Tommy On Wed, Jul 31, 2013 at 1:24 AM, Lukasz Lenart wrote: > This is a well know problem with Eclipse - it stop deploying new >

Re: missing action

2013-07-31 Thread Lukasz Lenart
This is a well know problem with Eclipse - it stop deploying new version at some point. Try to Clean and Deploy (that how it was in NetBeans - I don't have Eclipse) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: missing action

2013-07-31 Thread Christian Grobmeier
I am not familiar with the "Run As" options of the IDE as I use command line for such tasks, but basically you are expected to create a war file and deploy it to your container when something changes. Personally I am using the mvn jetty plugin and Jrebel (when doing open source work) for that. Can

Re: missing action

2013-07-30 Thread Tommy Pham
Hi Dave, I right click on the project > "Run As" > Run on server. It worked OK when for the previous tutorial: http://struts.apache.org/release/2.3.x/docs/create-struts-2-web-application-using-maven-to-manage-artifacts-and-to-build-the-application.html Am I supposed to build a war and deploy i

Re: missing action

2013-07-30 Thread Dave Newton
How are you deploying the app? On Jul 30, 2013 6:28 PM, "Tommy Pham" wrote: > Hi, > > I'm trying to follow the tutorial: > > http://struts.apache.org/release/2.3.x/docs/hello-world-using-struts-2.html > > to create a Struts 2 application with maven and eclipse but encountering a > 404 error with