Re: Embedded Tomcat within a Maven Unit Test

2007-08-28 Thread Joshua ChaitinPollak
Hi, I may not have made this clear in my initial post, but I do have all of the tomcat jar's listed as Maven dependancies. That's why I'm confused. Is there any way for maven to handle this, or do I need to pre-compile the jsp's? -Josh On Aug 27, 2007, at 7:36 PM, Joshua ChaitinPollak

Embedded Tomcat within a Maven Unit Test

2007-08-27 Thread Joshua ChaitinPollak
Hello, I have an application with an embedded instance of tomcat. When I run a unittest in maven like this: mvn -Dtest=RunAppTest test (which isn't really a test, it launches the application for a while) and then I browse to http://localhost:8080/distrosite I get a compiler error in the logs.