我们使用的是resin-2.1.17 首先按照bin/httpd.sh里的说明将resin配置为服务 # To install, you'll need to configure JAVA_HOME and RESIN_HOME and # copy httpd.sh to /etc/rc.d/init.d as resin. Then # use "unix# /sbin/chkconfig resin on" cp httpd.sh /etc/rc.d/init.d/resin /sbin/chkconfig resin on 配置JAVA_HOME 和 RESIN_HOME ...
1.下载JDK文件bin格式 http://gceclub.sun.com.cn/NASApp/sme/docroot/ecommunity/management/login.jsp?goto=/NASApp/sme/docroot/ecommunity/down.jsp?file=J2SE/jdk-1_5_0_08-linux-i586.bin 2.到bin文件所在文件夹下chmod 755 jdk-1_5_0_08-linux-i586.bin 3.执行./jdk-1_5_0_08-linux-i586.bin进行解压 4.将解压好的文件夹拷贝到/opt/java/目录下 5.到/etc/ ...
2007-10-12

cvs中用户创建,权限,

关键字: 版本管理
CVS 独自认证 要求: 1. 取消选择CVSnt -> service control panel ->advanced 下的 'impersonation enable' 选项 ; 2. 选中 'use local user for pserver authentication instead of domain user'; 3. 启动'cvs service' 和 'cvs lock service' ; 4. 使用 'pserver' 协议. 一、CVS版本库的搬移(服务器端)步骤: 1、安装cvsnt,这没有多说的。下一步 2、设置cvs库的目 ...