Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 7 Embedded?

I'm wondering what the best jar or combination of jars is for using
Jetty 7 in embedded mode. I've been using the Jetty 6 embedded jar
from maven, as in:

           <dependency>
               <groupId>org.mortbay.jetty</groupId>
               <artifactId>jetty-embedded</artifactId>
               <version>6.1.26</version>
           </dependency>

I don't see an equivalent jar in the the org.eclipse.jetty group,
however. What should I be using?

Thanks very much.

-Adam

-- 
Adam Fisk
http://www.littleshoot.org | http://adamfisk.wordpress.com |
http://twitter.com/adamfisk


Back to the top