We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4731fc1 commit c46cb87Copy full SHA for c46cb87
README.md
@@ -1,4 +1,16 @@
1
TBlog
2
=====
3
4
-Team Blog
+Team Blog 团队博客
5
+
6
+部署说明:
7
+1、项目根目录下有个build.xml,用于使用ant来做编译构建
8
+2、也可以导入eclipse直接让eclipse帮忙编译,我平时开发都是用的普通版本的eclipse,不是jee版,记得把webapp/WEB-INF/lib和lib目录加入到classpath
9
+3、上面两种方法达到的效果就是:所有内容编译完成之后都会放置到webapp/WEB-INF目录下,即此时的webapp目录已经是一个符合jee规范的目录结构了
10
+4、在tomcat的server.xml中配置一句话:<Context path="" docBase="/path/to/tblog/webapp" />放在<Host>标签内,注意path的配置,目前项目要求是只能部署在 / 下
11
+5、data目录下有个iperl.sql的脚本,你懂的
12
+6、conf/db.properties是数据库的配置,你懂的
13
14
+O了
15
16
0 commit comments