jsvc + Tomcat vs Apache + Tomcat

2006-09-11 Thread Greg Johnson
If I put Apache in front of Tomcat, can I run Tomcat on port 8080, yet have Apache serve the content on port 80? My production web server is currently running standalone Tomcat on Linux. I chose to use jsvc to serve the content on port 80. For the most part, jsvc works, but it has a few

Re: jsvc + Tomcat vs Apache + Tomcat

2006-09-11 Thread David Smith
Greg Johnson wrote: If I put Apache in front of Tomcat, can I run Tomcat on port 8080, yet have Apache serve the content on port 80? My production web server is currently running standalone Tomcat on Linux. I chose to use jsvc to serve the content on port 80. For the most part, jsvc works,

Re: jsvc + Tomcat vs Apache + Tomcat

2006-09-11 Thread Hassan Schroeder
On 9/11/06, Greg Johnson [EMAIL PROTECTED] wrote: My production web server is currently running standalone Tomcat on Linux. I chose to use jsvc to serve the content on port 80. You could use iptables to re-route port 80 traffic to Tomcat running on a non-privileged port e.g. 8080... --

Re: jsvc + Tomcat vs Apache + Tomcat

2006-09-11 Thread Steve R Burrus
I am sorry but I need to know what exactly this jsvc technolology is?? I have frankly never heard of it ever before. I await your anticipated response. Greg Johnson wrote: If I put Apache in front of Tomcat, can I run Tomcat on port 8080, yet have Apache serve the content on port 80? My

RE: jsvc + Tomcat vs Apache + Tomcat

2006-09-11 Thread Caldarale, Charles R
From: Steve R Burrus [mailto:[EMAIL PROTECTED] Subject: Re: jsvc + Tomcat vs Apache + Tomcat I am sorry but I need to know what exactly this jsvc technolology is?? Google is your friend (you should try it sometime). The first reference returned: http://jakarta.apache.org/commons/daemon

Re: jsvc + Tomcat vs Apache + Tomcat

2006-09-11 Thread David Smith
See the Commons-Daemon project: http://jakarta.apache.org/commons/daemon --David Steve R Burrus wrote: I am sorry but I need to know what exactly this jsvc technolology is?? I have frankly never heard of it ever before. I await your anticipated response. Greg Johnson wrote: If I put