Hi

You can also try very simple setup. Just download a WAR file with T5 inside
(you can build one using maven or just pick it one of these from here:

http://code.google.com/p/tapestry4nonbelievers/downloads/list

They have T5.0.10 inside but we can rebuild them with 0.11. Basically then
you just go to Eclipse and do "File" -> "Import" -> "WAR" and you are done,
you will have a ready-to-go dynamic web project you can directly deploy and
run using normal Eclipse web tools.

Renat

On 26/03/2008, Weisu <[EMAIL PROTECTED]> wrote:
>
>
> Hi Bruce, I am using Tomcat 5.5, Eclipse 3.2.2 and T5.0.11.  I am not sure
> this is the prefer way but it works.
> 1) I create the project as a Java project, create seperate source and
> output
> folders to myApp/context/EB-INF/classes
> 2) In Java Build Path, add a user define library T5.0.11, and add all the
> tapestry libraries into it.
> 3) All the page and services java files are under src folder, all the tml
> files are under context folder.
> 4) Under tomcat\conf\Catalina\localhost, create myApp.xml like
> <Context
>         docBase="c:/workspace/myApp/context"
>         path="/myapp"
>         reloadable="true">
> </Context>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/T5-and-Eclipse-3.3.2-and-Tomcat-5.5-tp16285858p16294415.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Best regards,
Renat Zubairov

Reply via email to