Hi Will, You need to set up some hosting. Personally I would recommend Cloudbees (www.cloudbees.com). They provide Tomcat + MySQL + Jenkins + SVN/Git all for free. It's only if you start getting significant load that you'd have to upgrade it. The provide a bunch of analytics for your App out of the box, you can monitor logs etc plus you get the advantage of cloud scalability.
Cheers, Ben. > Date: Thu, 5 Sep 2013 12:55:22 +0200 > From: llcool_wil...@yahoo.fr > To: users@tapestry.apache.org > Subject: How to run my application on a server > > Hi, > I have been working on my application for a few months now and I > //would like to take it to the server soon. What is the easiest way to > do this. I use eclipse Galileo as env. My App runs local on a jetty > Server and I also needs a MySQL Database. I guess I should change the > mode from developement to production? how? > > Thanks > > Will