Re: Help wanted. Running T5 on Tomcat

2007-12-03 Thread Daniel Jue
For deploying to a server, I use Eclipse's Export-> WAR file option, then I copy the war to the webapps directory on the server's Tomcat installation. Hot-reload doesn't work as well as advertised, due to Jar locking problems. There is a workaround, but it essentially makes a new copy of the enti

Re: Help wanted. Running T5 on Tomcat

2007-12-03 Thread Daniel Jue
Several people including myself are using Tomcat 5.5.x as our deployment app server. I also use it in development on my local workstation. I recommend searching the list for Tomcat (we're almost always talking about Tomcat 5.0+) I use Eclipse WTP with a Tomcat. With Tapestry 5+, It is suggested

Help wanted. Running T5 on Tomcat

2007-12-03 Thread Thomas Zenglein
Hi, I m currently evaluating T5 as a framework. I am new in tapestry. Fot that purpose I wrote a small test application that runs fine in jetty application server. Wedo however use tomcat 5.5 as the standard application server in our project and we must stick to this decision due to external de