qq_江哈哈哈哈哈哈哈_0
很明显是页面的地址不对呀
慕设计8243695
有源代码的同学
欧阳墨竹
ssh的生成百度一下就好了
MY裴秀智4043005
用idea
HooDee
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1"> <display-name>sshpro</display-name> <!-- Struts2核心过滤器 --> <filter> <filter-name>struts</filter-name> <filter-class> org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter</filter-class> </filter> <filter-mapping> <filter-name>struts</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <!-- Spring的核心监听器 --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml</param-value> </context-param> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list> </web-app>
慕勒8190575
你指的XML文件指的是哪个XML?
慕田峪0403146
CSDN找吧!!!某宝上可以下载0-0
慕函数2844071
链接: https://pan.baidu.com/s/1eCO6RrC4IiszYIBut12-Lg 密码: n2mp
慕移动1772942
已发邮箱!
qq_誘惑_0
使用的jar包可以分享一下吗?我的好像不匹配
疯子520520
慕村2211158
到CSDN网上下打包好的,或都分别到各个官网上下载,也可以在别的一些书籍的源代码中,可以找到开发的SSH所需jar包。
慕粉3205765
慕粉13174454176
有什么问题。或许我能帮到你
慕粉3915388
http://www.imooc.com/learn/586
沉默的流星
有具体网址?
秋日晨萱
差不多的,创建选web-app模板,配置文件放resources里就行了
起个名字真麻烦3454649
用WampServer64行不行