运行嵌入JETTY报错

jetty版本用最新的9java

    <dependency>  
            <groupId>org.eclipse.jetty.aggregate</groupId>  
            <artifactId>jetty-all</artifactId>  
            <version>9.0.6.v20130930</version>  
            <type>jar</type>  
            <scope>provided</scope>  
        </dependency>  
spring

拷了springside里的org.springside.examples.showcase.Main
运行后eclipse

Exception in thread "main" java.lang.SecurityException: class "javax.servlet.HttpConstraintElement"'s signer information does not match signer information of other classes in the same packageide

问题解决:spa

POM里引了一个servlet 2.5 ,换成3.0orm

jetty-all引了3.0ip

相关文章
相关标签/搜索