随笔分类 -  Resin

摘要:本人主要简单介绍使用resin.properties+resin.xml进行简单的集群管理,由于4.0开始使用多集群需要pro版本,请各位自行搜索pro.jar文件进行pro版升级,本文主要使用的是resin-pro-4.0.32版本做示例在resin 4.0.24版本的时候resin引入一个新的标签<server-multi> 使得我地可以直接通过resin.properties直接配置好app_servers就可以直接使用简单的集群了resin 安装方式省略...这次还是跟上篇文章一样主要把重要的部分列出来使用2个虚拟机作测试一台做proxy+app应用服务器 一台只作为app 阅读全文
posted @ 2012-12-08 10:46 EdwardLau 阅读(5156) 评论(4) 推荐(0) 编辑
摘要:采用两台虚拟机作为测试,一台虚拟机作为集群与app端 一台服务器仅仅作为app端集群与app的resin.conf配置,只给出大致的<cluster id="app-tier"><!-- 设置应用app id 与对应的服务器ip 端口>--><server id="a" address="10.211.55.9" port="6800"/> <server id='b' address='10.211.55.6' port='6 阅读全文
posted @ 2012-12-07 17:32 EdwardLau 阅读(2367) 评论(0) 推荐(0) 编辑
摘要:#!/bin/sh## Linux startup script for Resin# chkconfig: 345 85 15# description: Resin is a Java Web server.# processname: wrapper.pl## To install, configure this file as needed and copy init.resin# to /etc/rc.d/init.d as resin. Then use "# /sbin/chkconfig resin reset"#JAVA_HOME=/usr/lib/jvm 阅读全文
posted @ 2012-11-26 15:53 EdwardLau 阅读(628) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示