1.安装d:\tomcat
2.server.xml修改为<Context path="" docBase="ROOT" debug="0"/>
3.ROOT下jsp运行ok,
4.用127.0.0.1/servlet/HelloWorldExample调用
ROOT/WEB-INF/classes/HelloWorldExample 出现500错误
而example下的servlet都好使,是配置上差点什么吗??
看看你的servlet mapping是不是出错了。