Hi,

As example use wrapper to control/check your tomcat instance and set up a
apache/proxy or apache/mod_jk in front of it, to serve
static resources, or use mod_rewrite/mod_cache (as example).  

Mod_proxy provides only connection from apache to tomcat, like mod_jk too.

apache 2.1 mod_proxy provides some very interesting additional features:
  - load balancing
  - http 1.1 connection pooling ( apache to backendserver ).
  - additional ajp connector (2.0: http, ftp only ).

Scared from mod_jk, use mod_proxy, and with 2.1 you get performace of
mod_jk, simply configuration of mod_proxy ( i hope ).

See mailing list for more info.


>-----Ursprüngliche Nachricht-----
>Von: Michael Kastner [mailto:[EMAIL PROTECTED] 
>Gesendet: Donnerstag, 30. Dezember 2004 12:57
>An: Tomcat Users List
>Betreff: Re: AW: jsvc alternatives?
>
>
>Hello Torsten,
>
>yep, thanks for the hint. I think I'll give it a shot.
>
>By the way, would mod_proxy be an alternative too?
>
>Greetings
>
>Michael Kastner
>
>Torsten Fohrer schrieb:
>> Try wrapper.sourceforge.net
>> 
>> 
>> 
>>>-----Ursprüngliche Nachricht-----
>>>Von: Michael Kastner [mailto:[EMAIL PROTECTED] 
>>>Gesendet: Donnerstag, 30. Dezember 2004 08:21
>>>An: Tomcat Users List
>>>Betreff: jsvc alternatives?
>>>
>>>
>>>Hello,
>>>
>>>it seems like jsvc runs very unstable on my linux system. 
>Does anybody 
>>>know any alternatives to jsvc?
>>>
>>>Greetings
>>>
>>>Michael Kastner
>>>
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>> 
>> 
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to