#Servlet

18、配置嵌入式servlet容器(2)

 -Jetty(长连接)-Undertow(不支持jsp)   替换为其他嵌入式Servlet容器  默认支持:Tomcat(默认使用) Jetty:<dependency><groupId>org.springframewo...

17、配置嵌入式servlet容器(1)

SpringBoot默认使用Tomcat作为嵌入式的Servlet容器     1、修改和server有关的配置       (ServerProperties【也是EmbeddedServletCo...

Servlet3.0 jsp跳转到Servlet 出现404错误的路径设置方法

 最近又遇到了这种问题,百度了好久,发现有人说要在action的路径里面写Servlet文件的绝对路径,比如说,单独打开servlet的地址为http://localhost:8080/TomcatTest/LoginConfServlet,那么就在action里面写http://localhost:8080...
首页上一页...2122232425下一页尾页