jetty deploy problem
Posted
by
user550748
on Stack Overflow
See other posts from Stack Overflow
or by user550748
Published on 2011-01-15T15:46:34Z
Indexed on
2011/01/15
15:53 UTC
Read the original article
Hit count: 177
deployment
|jetty
I had deploy a project in jetty(jetty-wtp plugin) in eclipse server. when i start jetty server the console output wrong: java.lang.NoClassDefFoundError: javax/annotation/security/RunAs
i also add common-annotations.jar to this project lib but cann't resolve this problem.
my installed environment:
- JDK 1.6.0
- jetty 8.0.0.M2
- jetty-wtp http://download.eclipse.org/jetty/updates/jetty-wtp/development
can anyone help me?:)
© Stack Overflow or respective owner