如果用myeclipse部署能成功,保证你编译后的classes目录必须在webroot/WEB-INF/下,其它应该就没问题了。
检查一下你的servlet的url-pattern的配置是否少写了一个"/";