On Tue, Feb 1, 2011 at 3:40 AM, Nicolas Muller <[email protected]> wrote: > For running Roller with Tomcat/mysql, I had to add into pom.xml the > following lines > > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>tomcat-maven-plugin</artifactId> > <configuration> > <url>http://localhost:8080</url> > </configuration> > <dependencies> > <dependency> > <groupId>mysql</groupId> > <artifactId>mysql-connector-java</artifactId> > <version>5.1.14</version> > </dependency> > <dependency> > <groupId>javamail</groupId> > <artifactId>javamail</artifactId> > <version>1.3.3</version> > </dependency> > <dependency> > <groupId>activation</groupId> > <artifactId>activation</artifactId> > <version>1.0.2</version> > </dependency> > </dependencies> > </plugin> > > It is good for me but was it mandatory or not ? Else I hope they could help! > Without them, the embedded tomcat by maven don’t know mysql driver and > javamail.
That's awesome! I was just saying that we need to add a "How to run in Tomcat" section to that Eclipse build guide. This will make that very easy to do. Thanks, Dave
