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]