Re: [Resin-interest] Email not sent when ping fails

2007-04-16 Thread John Steel
Rachapudi, Sailaja wrote: > > I am trying to implement the ping functionality for the resin server. > The following is from the resin.conf file > > > > > > > > http://localhost:8080/ping.jsp > > 2m > > 2 > > 30s > > > > [EMAIL PROTECTED] > >

[Resin-interest] CentOS 5 mod_caucho compile issue

2007-04-16 Thread Chris Jones
Hey all, I have run into some issues compiling mod_caucho from resin 2.1.17 on CentOS 5. I have managed to get rid of an issue where the compiler was reporting missing apr header files. I modified the Makefile to include -I/usr/include/apr-1 to APACHE_INC=. This resolved the missing files issu

[Resin-interest] Question about the tag

2007-04-16 Thread Francois Richard
Hi all, I am currently re-vamping our resin configuration in order to get a bit more flexibility and modularity and I was trying the following using the dependency tag: http://caucho.com/ns/resin"; xmlns:resin="http://caucho.com/ns/resin/core";> ==

Re: [Resin-interest] Question about the tag

2007-04-16 Thread Scott Ferguson
On Apr 16, 2007, at 4:04 PM, Francois Richard wrote: Hi all, I am currently re-vamping our resin configuration in order to get a bit more flexibility and modularity and I was trying the following using the dependency tag: (…) Then I start resin and I do an update t

Re: [Resin-interest] CentOS 5 mod_caucho compile issue

2007-04-16 Thread Ding Deng
On 4/17/07, Chris Jones <[EMAIL PROTECTED]> wrote: > Hey all, > > I have run into some issues compiling mod_caucho from resin 2.1.17 on > CentOS 5. I have managed to get rid of an issue where the compiler was > reporting missing apr header files. I modified the Makefile to include > -I/usr/include/