Hello Marcos, you can also try:
1. Install Maven 2, if not already installed. 2. Go to your Eclipse workspace. 3. Type mvn archetype:create -DarchetypeGroupId=com.codecafe.archetypes -DarchetypeArtifactId=tapestry-simple -DremoteRepositories=http://codecafe.dev-hda.com/repository -DarchetypeVersion=4.1.2-SNAPSHOT -DgroupId=c.b -DartifactId=view This is a Maven 2 archetype for Tapestry 4. Read more at http://www.joshlong.com//jl/entry/20070227 4. Type mvn eclipse:eclipse which will create Eclipse project out of maven created skeleton T4 project. 5. Import this project as existing project into Eclipse workspace. 6. If you don't want to use m2eclipse plugin ( http://m2eclipse.codehaus.org/), you can still use Maven and Eclipse, just define M2_REPO variable (Preferences/Java/Build Path/Classpath Variables). The benefit of using m2eclipse plugin is that it adds Maven 2 library as opposed to a long list of libs for your web project and a dialog to add dependencies. But it has issues unfortunately. 7. You can run the web app in two ways now: (1) from the command line mvn jetty:run and (2) with Eclipse Jetty plugin ( http://jettylauncher.sourceforge.net/). Cheers, Borut 2007/4/17, Marcos Chicote <[EMAIL PROTECTED]>:
Hello World! I've just started using Maven2 with Tapestry 4.0.2 and I can't get it to work with tomcat. I've followed the instructions in http://mail-archives.apache.org/mod_mbox/maven-users/200608.mbox/[EMAIL PROTECTED] But is still get java.lang.ClassNotFoundException: org.apache.tapestry.RedirectFilter when starting tomcat. Can this be realted to how I start tomcat? I'm using sysdeo plugin. Tomcat version is 5. Can anyone help me? O give me another link with more information on how to solve this problem? Thanks! Marcos