Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by ErikVullings: http://wiki.apache.org/tapestry/HowToSetupEclipseCallistoJetty ------------------------------------------------------------------------------ *Make sure to "Check out as a project configured using the New Project Wizard", click Finish *Read on... + ''Note: Later when you want to deploy your app from the repository, you'll do first do an svn checkout(one time only) such as [[BR]] {{{svn co file:///usr/local/repository/myapp/trunk/context/ /home/myapp/www/}}} and every time you want to update your live version(after commiting changes from eclipse) simply do an {{{svn update /home/myapp/www/}}} and then restart your jetty server. This is a great way to save yourself because you can very easily roll back to an earlier revision on the server if there was a problem. + == From the New project wizard... == *Create a "Dynamic Web Project", Next *Name it "myapp", Next - *Next + *adjust the java version to 5.0, Next *I use {{{context}}} for the Content Directory, Finish *(ignore its warning about project files) *You should be in the java perspective now, Right-click your new project in the Project Explorer, Click Build Path -> Configure Build Path... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
