AW: AW: jsvc alternatives?

2004-12-30 Thread Torsten Fohrer

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]



Re: jsvc alternatives?

2004-12-30 Thread Michael Kastner
Hello Wade,
I just got me the most recent nightly version and compiled it. The 
server seems to start nicely with all applications. Knock on wood: it 
seems to be working. Maybe that was just about the hint I needed.

I'll do some more testing overnight.
Thank you and all others who read my stuff and answered.
Greetings
Michael Kastner
Wade Chandler schrieb:
Michael Kastner wrote:
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]

Did you see the recent post from Bill Barker to a reply I gave to 
another list member?  He talked about the version of code for jsvc 
shipping with Tomcat as being very buggy.  I just glanced at the release 
1.0 code that I had posted about, Bill suggested downloading from the 
common daemon cvs to get some better code.  There isn't that much to the 
code really, so if you are able maybe it would be easier to get that 
code, build it, see if it works, and if it doesn't to fix it.  I haven't 
used it yet, but have been planning on it.

Wade
-
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]


Re: jsvc alternatives?

2004-12-30 Thread Wade Chandler
Wade Chandler wrote:
Michael Kastner wrote:
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]

Did you see the recent post from Bill Barker to a reply I gave to 
another list member?  He talked about the version of code for jsvc 
shipping with Tomcat as being very buggy.  I just glanced at the release 
1.0 code that I had posted about, Bill suggested downloading from the 
common daemon cvs to get some better code.  There isn't that much to the 
code really, so if you are able maybe it would be easier to get that 
code, build it, see if it works, and if it doesn't to fix it.  I haven't 
used it yet, but have been planning on it.

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

Just noticed by reading another message you did just that.  Sorry for 
the late and un-needed post.

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


Re: jsvc alternatives?

2004-12-30 Thread Wade Chandler
Michael Kastner wrote:
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]

Did you see the recent post from Bill Barker to a reply I gave to 
another list member?  He talked about the version of code for jsvc 
shipping with Tomcat as being very buggy.  I just glanced at the release 
1.0 code that I had posted about, Bill suggested downloading from the 
common daemon cvs to get some better code.  There isn't that much to the 
code really, so if you are able maybe it would be easier to get that 
code, build it, see if it works, and if it doesn't to fix it.  I haven't 
used it yet, but have been planning on it.

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


Re: AW: jsvc alternatives?

2004-12-30 Thread Michael Kastner
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]


AW: jsvc alternatives?

2004-12-30 Thread Torsten Fohrer
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]



jsvc alternatives?

2004-12-29 Thread Michael Kastner
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]