Freebsd + Apache + mod_jk + Tomcat + Grails 연동하기

Purpose

실제로 Grails Application을 상용 서비스로 구축을 하기 위해서 필요한 설정에 대해서 연습해본다.

Software Components

  1. FreeBSD - 기본 Base가 되는 운영체제.
  2. Apache - 웹서버. 정적 페이지 요소를 처리하고 앞단에서 apache module을 실행(예, mod_php5)
  3. mod_jk - Apache와 Tomcat을 이어주는 Connector
  4. Tomcat - Servlet Container. Grails의 Application을 Service할 수 있도록 해준다. 원래는 JSP구동하는 서버.
  5. Grails - Web 개발 Framework.
  6. MySQL - DB서버.

Software Versions

  1. FreeBSD - 6.2
  2. Apache - 2.2.4
  3. mod_jk - 1.2.26
  4. Tomcat - 5.5.23
  5. Grails - 1.0.2
  6. MySQL - 4.0.27 (흐흐.. 게으르다 -_-)
page_revision: 0, last_edited: 1209546306|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License