In the end tomcat is just another servlet. So check out how to deploy a servlet and do the redo the steps with your tapestry project. Jetty is mature enough to use Jetty as a stand alone server. Tomcat has its merits too. Today people often prefer classfish since its the reference implementation of a application server. Check it out.
For the database fun, there are different ways you might have configured your database within your project. You just need to change the settings (URL, password, username) for your database and you are fine. There is no other magic required. If you have a problem in configuration meaning your local conf differs with the one you need in the life system, you are running in the same problem as we all do. There are different ways to overcome this. Check out the classfish doc (or what ever appserver you choose) and ask again here If you want advise. Cheers, Martin (Kersten) 2013/9/5 Will N. <llcool_wil...@yahoo.fr> > > Hi Ben, > thanks for the reply. Actually, i already have a server where i can and > will upload my app to. The question is more how to do it(step by step) or > what needs to be done to make it work on a server. Is Jetty recommandable > for the production mode or do I have to switch to Tomcat. A MySQL Database > should already be installed on our Server. > > thanks > Will > Am 05.09.2013 13:55, schrieb Ben Titmarsh: > > 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 >>> >> >> > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org> > For additional commands, e-mail: users-h...@tapestry.apache.org > >