码迷,mamicode.com
首页 >  
搜索关键字:web-xml    ( 5599个结果
solr4.10入门配置
基本配置是solr不报错,可以正常访问web页面:拷贝solr.war到tomcat下,首次运行会报错,需要对解压部分进行相应配置:进入solr\WEB-INF修改web.xml文件,打开其中注释部分:<!-- <env-entry> <env-entry-name>solr/home</env-entry-name> <env-entry-valu..
分类:其他好文   时间:2014-09-29 16:48:11    阅读次数:223
struts2学习笔记
struts1的名气+webwork核心=struts2 使用struts2的步骤:   1.导入jar文件   2.在web.xml中添加一个配置filter,拦截所有的请求/*,    StrutsPrepareAndExecuteFilter   3.在src下添加一个struts.xml, package-action-result   4.如果要实现控制,需要添加actio...
分类:其他好文   时间:2014-09-29 14:52:21    阅读次数:239
1.jsp-servlet-struct 配置
2.index.jsp 姓名: 3.web.xml index.jsp TestServlet com.powernode...
分类:Web程序   时间:2014-09-29 12:40:20    阅读次数:225
atitit.ajax bp dwr 3.的注解方式配置使用流程总结 VO9o.....
atitit.ajax bp dwr 3.的注解方式配置使用流程总结 VO9o.....   1. 安装配置 1 1.1. 下载  dwr.jar 1M 1 1.2. 配置注解方式..web.xml 1 2. 查询页面 2 2.1. Class 配置SVS 2 2.2. 实体class配置@DataTransferObject  ,只使用这个走ok兰.. 3 2.3. 测试查看...
分类:其他好文   时间:2014-09-29 00:19:06    阅读次数:270
[转]JSP中,EL表达式失效
确定用的Servlet / JSP的版本。查看web.xml的开头部分,如果有以下内容,表示是Servlet 2.4 / JSP 2.0。1 如果有以下内容,表示是Servlet 2.3 / JSP 1.2。1 2 "-//Sun Microsystems, Inc.//DTD Web Ap...
分类:Web程序   时间:2014-09-28 15:58:23    阅读次数:271
struts2集成spring
1.在web.xml中加入以下配置 该配置可以在spring手册15.2章中找到org.springframework.web.context.ContextLoaderListenercontextConfigLocationclasspath:applicationContext*.xml2.加...
分类:编程语言   时间:2014-09-27 22:10:10    阅读次数:243
springMVC学习笔记
一、springMVC环境搭建1、新建一个文件,选择 java →pack Explore视图2、把libs下的requai下的jar包引入进来3、web.xml启动配置springMVC springMVC org.springframework.web.servlet.Dis...
分类:编程语言   时间:2014-09-27 19:31:20    阅读次数:300
SSH全注解开发
web.xml: ssh addUser.jsp org.springframework.web.context.ContextLoaderListener contextConfigLocation classpath:applicationC...
分类:其他好文   时间:2014-09-26 19:26:58    阅读次数:279
Spring配置文件详解 – applicationContext.xml文件路径
Spring配置文件详解 – applicationContext.xml文件路径Java编程 spring的配置文件applicationContext.xml的默认地址在WEB-INF下,只要在web.xml中加入代码12345org.springframework.web.context.Co...
分类:移动开发   时间:2014-09-26 18:24:48    阅读次数:249
spring+mybatis+springmvc的配置
1.web.xml的配置 contextConfigLocation classpath:/config/jdbc.xml org.springframework.web.context.ContextLoaderListener encodingFilter ...
分类:编程语言   时间:2014-09-26 14:16:18    阅读次数:6522
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!