| **
Unless you have a compelling need to run Apache, have you considered just running Tomcat alone?� Most of the environments in which I deploy Mid-Tier, this is the configuration that we use because the web application servers are only being used for Mid-Tier. The only out-of-the ordinary configuration changes that I've made is that I leverage the Java Service Daemon (JSVC) which ships with Tomcat (but you have to compile it) and allows Tomcat to bind to port 80, but run as a non-privileged user.� In addition, in the Tomcat startup scripts, I configure it to use the server-side JVM rather than the default client-side. When installing Mid-Tier, I choose the "Other" options for both the Web Server and Servlet container.� And then I place an arsys �symbolic link in the /opt/tomcat/webapps�folder that points to /opt/ars-midtier (where I actually installed Mid-Tier). If you are really concerned about performance, there are options available to you that can help address this such as using the Apache Portable Runtime (needs to be compiled) which is a native library that Tomcat uses via JNI to manage the connections at the TCP/IP level.� This is the same code that Apache uses for this purpose.� There is also the�Grizzly connector which ships with Sun's�GlassFish (open source J2EE server) is based on the Java Non-Blocking I/O (NIO) API which is a high-performance I/O API targeted for server-based applications designed to let applications handle more connections with fewer threads (ergo fewer resources). I find this simpler because I only have to worry about configuring Tomcat rather than Tomcat and Apache. Just a possible alternative. Derek P.S. My current production server environment consists of three hardware load-balanced x86 boxes running RHEL 3 Release 4, JDK 1.5 release 6, Apache Tomcat 5.5.12 and ARS Mid-Tier 6.3 Patch 14.� My development server is running RHEL 4 Release 2, with JDK 1.5 release 7, Tomcat 5.5.17, and Mid-Tier 7.0 Patch 1.
On Jul 25, 2006, at 3:09 PM, Watson Benjamin A Contr AFWA/XOO wrote: ** | |||||||||||||||||||
- Re: MidTier on Linux Derek Berube
- Re: MidTier on Linux Michael Worts
- Re: MidTier on Linux Watson Benjamin A Contr AFWA/XOO
- Re: MidTier on Linux Jason McDonald
- Re: MidTier on Linux Michiel Beijen
- Re: MidTier on Linux Jason McDonald
- Re: MidTier on Linu... Derek Berube
- Re: MidTier on ... Steve
- Re: MidTier... Jason McDonald

