> How things in Java works, when they're put as a web content. How apache
> and Tomcat cooperate ?
Well, you can run Tomcat on some nonstandard port and use mod_jk to pass
requests on ports 80 and/or 443 to Tomcat from Apache. Many people do this.
I imagine one of the big benefits is not having to run Tomcat as root in
this case.
Or you can run a standalone server (Tomcat, BEA, whatever; I use Jetty) and
have it answer on 80 and/or 443. This is the way I have my JSP/Servlet sites
set up.

Signature
Steve Sobol, Professional Geek 888-480-4638 PGP: 0xE3AE35ED
Company website: http://JustThe.net/
Personal blog, resume, portfolio: http://SteveSobol.com/
E: sjsobol@JustThe.net Snail: 22674 Motnocab Road, Apple Valley, CA 92307
Steve Sobol - 23 Oct 2005 00:04 GMT
>> How things in Java works, when they're put as a web content. How
>> apache and Tomcat cooperate ?
[quoted text clipped - 7 lines]
> and have it answer on 80 and/or 443. This is the way I have my
> JSP/Servlet sites set up.
I should point out that you can use mod_jk with other servlet containers
too, not just Tomcat.

Signature
Steve Sobol, Professional Geek 888-480-4638 PGP: 0xE3AE35ED
Company website: http://JustThe.net/
Personal blog, resume, portfolio: http://SteveSobol.com/
E: sjsobol@JustThe.net Snail: 22674 Motnocab Road, Apple Valley, CA 92307