request.getServletPath() 和 request.getPathInfo()

例如: http://localhost:8080/project/toLogin

如果想要获取 /toLogin

如果使用 Tomcat 作为服务器时应该使用 request.getServletPath() 

如果使用 was7 (websphere application server 7) 作为服务器时应该使用 request.getPathInfo()


was 在很多时候真的很恶心


你可能感兴趣的:(tomcat,server,application,websphere,was7)