티스토리 뷰
// openJDK가 아닌 oracleJDK 설치해야 한다.
// ./configure에서 오류 생기는 경우가 대부분이므로 확인 필요
// make를 해야 하므로 gcc 설치 필요
// 설치 문제시 /etc/resin 폴더까지 지워야 한다.
/etc/rc.d/init.d/resin
/etc/resin
/tmp/resin
/var/log/resin
/var/resin
/usr/local/share/resin
/usr/local/resin/conf/resin.properties를 무시하고, /etc/resin/resin.properties를 참조한다.
그러므로 /etc/resin/resin.properties의 port, admin, HMTP remote_admin_enable 변경해야 한다.
sudo resinctl deploy --user admin --password admin /usr/local/resin/webapps/ROOT/test.war
// deploy하면 /var/resin/test로 배포 된다.
// resin-admin에서 deploy하려면
Actions can only be performed on a local server and over a secure connection (SSL)." Try
라고 뜬다. SSL 설정한 후에 해야 하는 듯 하다.
Other Unix, Linux, Solaris, and Mac OS X
- Install JDK 6 or later and link /usr/java to the Java home or define the environment variableJAVA_HOME.
- tar -vzxf resin-4.0.x.tar.gz
- cd resin-4.0.x
- ./configure
- some details on the ./configure options.
- make
- sudo make install
- Execute sudo resinctl start
- or run java -jar lib/resin.jar start
- Browse to http://localhost:8080
http://www.caucho.com/resin-4.0/admin/starting-resin.xtp#OtherUnixLinuxSolarisandMacOSX
'Study' 카테고리의 다른 글
Tibero(티베로) 관련 (0) | 2023.01.06 |
---|---|
jetty(제티) 관련 (0) | 2023.01.06 |
Netbeans(넷빈즈) 관련 (0) | 2023.01.04 |
Editplus(에디트플러스) 관련 (0) | 2023.01.03 |
Shell Script(쉘 스크립트) RBT(Ring Back Tone) 관련 (0) | 2023.01.03 |