已采纳回答 / twinkle小志
http://localhost:8080/项目名 默认是直接进主页的,或者你可以直接到别的路径http://localhost:8080/项目名/login.jsp 这样,如果使用了servlet,访问路径项目名后面用servlet里面url-pattern里面的路径,比如servlet里面配置路径为/servlet/Test,就使用http://localhost:8080/项目名/servlet/Test 访问即可。默认端口是8080,更换了端口的话使用新端口号
2017-05-26
最赞回答 / qq_逆时针_1
错误是HTTP Status [500] – [Internal Server Error]Type Exception ReportMessage An exception occurred processing JSP page [/details.jsp] at line [70]Description The server encountered an unexpected condition that prevented it from fulfilling the request.Except...
2017-05-24
最新回答 / qq_慕九州0593474
请问你解决了吗?Type Status ReportMessage /Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
2017-05-24