How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Christopher Dodunski
Hi, I would like to set up Tapestry 5 on Tomcat 5, which is running on my VPS. I have downloaded Tapestry 5, unpackaged it, and can see the many JAR files contained in lib/. But what I see far exceeds what I expected, having read through the Tapestry installation instructions found here:

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Charith Madusanka
Hi Chris, look this , http://bbwebcraft.blogspot.com/2008/12/task-1-create-skeleton-tapestry-5.html charith On Sun, Sep 12, 2010 at 2:10 PM, Christopher Dodunski chrisfromsquir...@christopher.net.nz wrote: Hi, I would like to set up Tapestry 5 on Tomcat 5, which is running on my VPS. I

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Elin
Well... if i understand u correctly u download tapestry from the website (so u are not using maven). The needed libraries depends on what are u goning to do. For a simple project you will need tapestry-core and tapestry-ioc, those are the main ones. Anyway, i would recommend u to use maven

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Josh Canfield
Those don't look like directions for tapestry 5. You don't need ognl for example. You can put all of the dependencies in your WAR file so there is no clutter outside your apps lib folder. Josh -- Josh On Sep 12, 2010, at 1:40 AM, Christopher Dodunski chrisfromsquir...@christopher.net.nz

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Thiago H. de Paula Figueiredo
On Sun, 12 Sep 2010 05:40:26 -0300, Christopher Dodunski chrisfromsquir...@christopher.net.nz wrote: Hi, Hi! I would like to set up Tapestry 5 on Tomcat 5, which is running on my VPS. Why such an old version of Tomcat? I have downloaded Tapestry 5, unpackaged it, and can see the

URL Patterns

2010-09-12 Thread Everton Agner
Hi, Does Tapestry internally have any Utils class for URL Matching with wildcards? Or does it uses some external API for that (like Ant's). The thing is that I need to have something like that in my module, and I don't wanna reinvent the wheel and spend a good time on it. Thanks!

Re: How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Howard Lewis Ship
I'm a little concerned by the incorrect information in this thread. Maven does the dependency part OK, and in fact, can generate a dependency report: http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/dependencies.html (However, that page hasn't been regenerated since July for some

How to set up Tapestry 5 on Tomcat 5

2010-09-12 Thread Christopher Dodunski
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

Re: URL Patterns

2010-09-12 Thread Thiago H. de Paula Figueiredo
On Sun, 12 Sep 2010 17:23:25 -0300, Everton Agner ton.ag...@gmail.com wrote: Hi, Hi! Does Tapestry internally have any Utils class for URL Matching with wildcards? Or does it uses some external API for that (like Ant's). AFAIK, no for wildcards. For all its URL handling, Tapestry uses