Installation Enterprise_Railo_Stack - getrailo/railo GitHub Wiki

Observations: I was first exposed to Railo when Jboss issued a Press Release about Open Source Railo. I was exited because Jboss was the Enterprise standard for Java Application Servers. I never did understand why Macromedia used Jrun when Jboss is available. Kudos to Jamie Krug's blog. I have always striving to be the best at what I do. Below is my "formuala" for setting up at Enterprise Class deployment application Server. I use debain, apache, java, jboss, daemon tools and postgresql.

1. Install Debian with NO services. Less is more. (I will expand more on this later). 2. Install ssh. aptitude install apache (Edit config and remove root login) sudo is your friend! 3. Install apache. aptitude install apache( mod_rewrite, mod_proxy, mod_balance, mod_ssl) 4. Install postgresql. aptitude install postgesql 5. Download install java 1.6_21, jboss 4.2.3, daemon tools 6. Install java. run the installer and simlink to "java". (I will expand more on this later). 7. Extract jboss. I use "/home/jboss1/...." 8. Create command line startup. ./jboss-4.2.3.GA/bin/run.sh -b 10.10.1.50 (Bind to your private ip) See Ifconfig to setup. 9. Install daemon tools (Service Manager). I use this because if java crashes daemon tools will restart automatically. Just say no to init scripts. 10. Start service controller sudo svc -u jboss1 11. Determine if you want to run multisite railo (domain1.com, domain2.com, domain3.com) or Wildcard (*.yourdomain.com)

Mulitsite Railo 12.

MORE to follow...

⚠️ **GitHub.com Fallback** ⚠️