Re: Deploy S2 apps with Mysql to cloud

2011-08-27 Thread Christian Grobmeier
can share how deploy the .war to the Ec2? i still dont get it, as us said it more virtual server, do u mean, u install OS/Linux first in the virtual rather deploy directly you have to install an os image first (i have choosen debian). Then usual process: install Tomcat/Jetty and all other

Struts2.0

2011-08-27 Thread dineshram89
Hi all, I can run the servlet,Filters and Struts programs.Now i am doing struts2.0 examples for this link : http://www.vaannila.com/struts-2/struts-2-example/struts-2-annotation-example-1.html ERROR: With FIlter tags: In web.xml i mentioned the filter tags. When i run the

Re: Struts2.0

2011-08-27 Thread Dave Newton
On Sat, Aug 27, 2011 at 1:46 AM, dineshram89 wrote: With FIlter tags: In web.xml i mentioned the filter tags. When i run the index.jsp, Its not running. Showing ERROR:...The requested resource (/struts2_app1/) is not available. Make sure you've turned on debug mode, and increase your

Struts2 dispatch request to another application

2011-08-27 Thread JOSE L MARTINEZ-AVIAL
Well, that does not cove what I need, since it can only include JSP or servlet outputs from the server where Struts is running, and I need to be able to access other pages. Actually, what I need is to implement some kind of tunneling, so some request from the browser to the front server will be

Struts2 POJO population from URL

2011-08-27 Thread James Jithin
I have a Java Object with many other nested Objects and lists of Objects. When the request arrives from the client, I see that the Object is populated only to a few levels. Is there any configuration that sets this is Struts 2? Here is my example. class MyActionClass extends ActionSupport {