ble solutons, without knowing your usecase its
hard to pick one :-)
regards
Leon
What are all the available options to implement this setup? Thanks.
--
View this message in context:
http://www.nabble.com/In-Process-Tomcat-tf3972772.html#a11290376
Sent fro
omcat) in parallel rather than lighttpd fronting Tomcat?
Would you be required to, in your JSPs, include all links to static content
using http://staticserver.site.com/...?
What are all the available options to implement this setup? Thanks.
--
View this message in context:
http://www.nabble.com
On 6/25/07, lightbulb432 <[EMAIL PROTECTED]> wrote:
Any web application that needs to scale wouldn't use httpd (or
> anything else) in front of tomcat, so the question in- or out-process
> tomcat doesn't matter. From 5 high performance application I know the
> details of, 1 is still using apach
> From: lightbulb432 [mailto:[EMAIL PROTECTED]
> Subject: Re: In-Process Tomcat
>
> You're actually the first person I've heard to say that apps
> that need to scale would not use HTTPD. I've read the exact
> opposite on multiple occassions, but as I'm a
omething other that HTTPD. Is there a particular reason for that? What
static servers have you generally seen in use apart from HTTPD - are there
things that just work "better" in the setup you described than others?
--
View this message in context:
http://www.nabble.com/In-Process-Tomcat
On 6/25/07, lightbulb432 <[EMAIL PROTECTED]> wrote:
Thanks for your detailed response. See questions below.
In-process Tomcat is to have Tomcat running in the same process space as
> Apache HTTPD, IIS, or other web server. Since most of the web servers
> are implemented in C/C
Thanks for your detailed response. See questions below.
In-process Tomcat is to have Tomcat running in the same process space as
> Apache HTTPD, IIS, or other web server. Since most of the web servers
> are implemented in C/C++, you will have to use JNI to integrate with
> Java-bas
In-process Tomcat is to have Tomcat running in the same process space as
Apache HTTPD, IIS, or other web server. Since most of the web servers
are implemented in C/C++, you will have to use JNI to integrate with
Java-based Tomcat, and create a "mod_tomcat" like module for Httpd.
Defi
I read a few things that explained the difference (in configurations where
you must front Tomcat with Apache HTTPD) between in-process Tomcat and
out-of-process Tomcat, and have a couple of questions.
It said that in-process Tomcat will reduce latency (which I understand) but
decrease both