As I understand it, Apache does not have the ability to serve up JSP pages alone.  It 
requires
Tomcat for that.  Tomcat has the ability to do both.  However, should there be a 
fairly heavy load
on a Tomcat server, Apache will be able to relieve some of that load by serving up the 
static
pages, and letting Tomcat do what it does best, and thats serve up JSP.

Regardless if all your pages are JSP code, each and every graphic on the page and 
anything that is
not dynamic content is considered a static page, and can be served up by Apache, which 
does a much
better job at it then Tomcat does.  The two together make a good mix for a production 
environment,
but Apache is a needless step in development.  Just something else to worry about 
getting in the
way of testing.

--- Valeriy Molyakov <[EMAIL PROTECTED]> wrote:
> Whether there is some more advantage except stability ?
> For example :
>     Speed of service
>     Service of a lot of the clients
>     Security
> What sense of use of the www-server(Apache), if I use only JSP and Servlets ?
> I don't understand !
> 
>   ----- Original Message ----- 
>   From: D.Lion 
>   To: [EMAIL PROTECTED] 
>   Sent: Thursday, February 22, 2001 12:10 PM
>   Subject: Re: Help:What type of a configuration Tomcat is more preferable to 
>industrial use
> 
> 
>   As I understand Apache is more stable ( tested by time )
>     ----- Original Message ----- 
>     From: Valeriy Molyakov 
>     To: [EMAIL PROTECTED] 
>     Sent: Thursday, February 22, 2001 1:02 PM
>     Subject: Help:What type of a configuration Tomcat is more preferable to 
>industrial use
> 
> 
>     Hi !
>     What advantages gives use Tomcat + Apache? Why recommend using Tomcat as 
>stand-alone
> container mainly for development and debugging ?
>     Thank's !
>      
>     Best regards,
>         Valera M.
>         mailto:[EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to