Hi, Thank you everyone for your help. For the sake of clarification (please correct me where I am wrong):
1) I install maven on my PC, where I will develop Tapestry web applications. 2) Maven will download any missing dependencies, and place them inside my apps lib folder. 3) I can then test run my Tapestry application locally on a local installation of Tomcat. Now, to deployment: 1) I upload the WAR to my VPS via Tomcat manager (i.e. VPS installation of Tomcat). 2) Assuming Tomcat there provides the same dependencies as Tomcat locally (tomcat/shared/lib), my Tapestry application should run fine. Is it the usual practice to rely on maven to place all dependencies inside the applications 'lib' folder? Rather than me manually place required libraries - once and for all - inside tomcat/shared/lib on both Tomcat on my PC AND Tomcat on my VPS? Should maven be installed on my VPS? Thanks & regards, Chris. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org