2008-04-21

JDK1.6+Tomcat6.0+Mysql+bbscs8 简单安装方法

关键字: bbs, 天乙论坛8.0
1、首先保证您的部署环境工作正常,JDK1.6+Tomcat6.0+Mysql 2、首先下载bbscs_8_0_2.rar,解压缩,比如我解压缩到F:\jProject ,进入目录F:\jProject\BBSCS_8_0_2 3、导入数据库          a、执行setup.bat(linux执行setup.sh),Windows下会弹出一个Dos窗口,此窗口不要关闭。        b、打开浏览器,本地访问(如果不是本地,请访问该服务器IP)http://localhost:8844即可进入 ...
 个必须要有,不然不能运行虚拟主机   NameVirtualHost *:80     然后设置:   <VirtualHost *:80>   DirectoryIndex default.php   ServerName "www.host1.com"   DocumentRoot "D:/wwwroot/host1/"   ErrorLog "H:/log/host1 ...
## 原来由罗伯·姆苏尔在 NCSA 之上基于了服务器配置文件。## 这是主要的 Apache 服务器配置文件。它包含 # 给服务器它的指 的配置指令。# 为详细的信息关于看见 <URL:http://www.apache.org/docs/># 指令。## 不简单地确实没有理解在这里读指令 # 他们做什么。他们仅仅作为提示或提示在这里。如果你是不肯定的 # 请教联机的文档。你被警告了。## 在这个文件被处理以后,服务器将寻找并且处理# c:/website/apache/conf/srm.conf and then c:/website/apache/co ...
下面的代码摘自tomcat源码,用来匹配<filter-mapping>中的<url-pattern>,相信比文字更容易理解: java 代码   /**       * Return <code>true</code> if the context-relative request path       * ...
1、一个filter,想要与多个路径匹配该怎么写? xml 代码   <filter>                <filter-name>edesignPhotoFilterfilter-name>               &nbs ...
<!-- Example Server Configuration File --> <!-- Tomcat服务器配置示例文件 --> <!-- Note that component elements are nested corresponding to their      parent-child relationships with each other --> <!-- 注意,这些组件的构成是根据相互之间的父子关系进行嵌套的。--> <!-- A "Server&quo ...