# 1. Download wget http://www.caucho.com/download/resin-4.0.33.tar.gz # 2. tar tar -xvf resin-4.0.33.tar.gz # 3. Configure # pre required : java , make, gcc , openssl-devel ./configure --prefix=/srv/resin # 4. make make && make install # 5. service registration chkconfig --add resin # 6. service start service resin start # 7. firewall policy add iptables -I INPUT -p tcp --dport 8080 -j ACCEPT service iptables save service iptables restart
TagCloud
aBatis
(1)
ActiveAndroid
(1)
activemq
(1)
agile
(1)
ammentos
(1)
amqp
(2)
andriod
(1)
android
(1)
ant
(1)
apache
(1)
Apache Ant
(1)
Apache Ivy
(1)
Apache Maven
(1)
apple
(1)
BacklogTool
(1)
blog
(1)
books
(1)
cassandra
(1)
caucho
(1)
Chrome
(1)
cloud
(2)
cluster
(1)
coder
(1)
connection pool
(1)
consistent hasning
(1)
ContentNegotiatingViewResolver
(1)
ContentNegotiationManager
(1)
crunchbang
(1)
developer
(1)
development
(1)
elasticsearch
(1)
extentions
(1)
gcm
(1)
GlusterFS
(1)
gora
(1)
GreenDAO
(1)
hadoop
(2)
innodb
(1)
ivy
(1)
java
(1)
jdbc
(1)
jms
(1)
jndi
(1)
linux
(1)
mac
(1)
majoris
(1)
management
(1)
maven
(1)
memcached
(2)
memcachedDB
(1)
mogilefs
(1)
mongodb
(1)
mybatis
(1)
mysql
(4)
nginx
(1)
NHNNEXT
(1)
nutch
(1)
orm
(1)
ORM Lite
(1)
postgresql
(1)
project
(1)
rabbitmq
(2)
redis
(2)
resin
(2)
sharding
(1)
solr
(1)
springframework
(1)
talk
(2)
thinking
(1)
tomcat
(3)
XPath
(1)
zeromq
(1)
zookeeper
(1)
Thursday, December 27, 2012
caucho resin installation
Resin 설치 ( CentOS 6.3 x64 )