下载ckfinder :http://cksource.com/ckfinder/download下载下来 war包 放到tomcat 的webapps 下面运行一下,然后拿到ckfinder 文件夹 放到项目中将tomcat 中 ckfinder下的 WEB-INF中 config.xml 拷贝到...
分类:
编程语言 时间:
2014-09-28 00:45:20
阅读次数:
328
Spring配置文件详解 – applicationContext.xml文件路径Java编程 spring的配置文件applicationContext.xml的默认地址在WEB-INF下,只要在web.xml中加入代码12345org.springframework.web.context.Co...
分类:
移动开发 时间:
2014-09-26 18:24:48
阅读次数:
249
原因:eclipse把src文件夹中的.svn文件夹也"编译"到WEB-INF/classes中去了,而复制过来的.svn中存储的是src文件夹中的版本信息,从而导致在更新时出错。 解决:Eclipse中的 Project->Properties->Java Build Path...
分类:
其他好文 时间:
2014-09-25 05:07:48
阅读次数:
194
1. 配置2.3.16.3 1.1 目录 apps: 示例程序 docs: 文档 lib: 类库 src: 源码 1.2 将 Struts2\apps\struts2-blank\WEB-INF\classes\struts.xml文件复制到项目的src 目录下 可以省略...
分类:
其他好文 时间:
2014-09-25 04:11:38
阅读次数:
303
需要修改的配置文件有:WEB-INF/deployerConfigContext.xml、WEB-INF/spring-configuration/ticketGrantingTicketCookieGenerator.xml、WEB-INF\spring-configuration\warnCoo...
分类:
其他好文 时间:
2014-09-22 19:00:22
阅读次数:
192
配置依赖包:
net.buffalo
buffalo
2.0
注:由于我是手动安装到maven本地仓库,自定义一个坐标,你也可以直接放到WEB-INF/lib下
配置web.xml
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http...
分类:
其他好文 时间:
2014-09-20 17:39:19
阅读次数:
234
struts2配置文件默认存放路径在/WEB-INF/classes目录下,即将struts.xml放在src的目录下。但是为了协作开发与方便管理,我们有时需要把struts.xml放到其他位置struts2加载配置文件都是先从自己的jar包和/WEB-INF/classes两个默认的位置加载的。若修改struts2配置文件的存放位置,在web.xml配置过虑器,具体配置如下:
struts2...
分类:
其他好文 时间:
2014-09-19 22:34:06
阅读次数:
228
用的web服务器是resin服务器,在配置web.xml时需要注意,其实resin服务器的web.xml服务器配置和tomcat服务器的配置很像,1. 我第一次按照自己的想法,想当然的在resin-pro-3.1.4a\webapps\resin-doc\WEB-INF下的resin-web.xml...
分类:
Web程序 时间:
2014-09-18 20:22:44
阅读次数:
210
question:I want to convert smooksxml-java, so that i need to load source file frommobeeadmin.war/WEB-INF/sample.xml.Smooks smooks = new Smooks("/WEB-I...
分类:
其他好文 时间:
2014-09-18 11:02:13
阅读次数:
238
MySQL拷贝mysql-connector-java-5.1.25-bin.jar到E:\solr-4.8.0\example\solr-webapp\webapp\WEB-INF\lib目录下面配置E:\solr-4.8.0\example\solr\collection1\conf\solrc...
分类:
数据库 时间:
2014-09-18 09:38:13
阅读次数:
337