Re: mod_jk 1.2.5 release

2003-07-18 Thread Henri Gomez
Glenn Nielsen a écrit :

I have taken care of the serveral minor bug fixes I wanted to get
into the mod_jk 1.2.5 release.  But I still have the question
below about endpoint caching.
I would like to renable endpoint caching for use by threaded servers.

Is there any reason to not do this?

Regards,

Glenn

Glenn Nielsen wrote:

I have been testing mod_jk 1.2.5 with Apache 2 and load balancing.

I noticed in the source that mod_jk 1.2 endpoint cache's are disabled
by forcing ep_cache_sz=0.  I did a cvs log and could not find any
comments on why this is so.  Is there a reason why this is disabled?
Using a cache with a cache timeout sure would be handy for Apache 2
when using the worker MPM.
This feature is documented in the jk docs and I don't see where anything
is mentioned that it is disabled.
Ok, if you activate it by default, how many entries we'll be defined by
default so I could update documentation ?
In general I'm using 16 entries in cache by worker

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


mod_jk 1.2.5 release

2003-07-15 Thread Glenn Nielsen
I have taken care of the serveral minor bug fixes I wanted to get
into the mod_jk 1.2.5 release.  But I still have the question
below about endpoint caching.
I would like to renable endpoint caching for use by threaded servers.

Is there any reason to not do this?

Regards,

Glenn

Glenn Nielsen wrote:
I have been testing mod_jk 1.2.5 with Apache 2 and load balancing.

I noticed in the source that mod_jk 1.2 endpoint cache's are disabled
by forcing ep_cache_sz=0.  I did a cvs log and could not find any
comments on why this is so.  Is there a reason why this is disabled?
Using a cache with a cache timeout sure would be handy for Apache 2
when using the worker MPM.
This feature is documented in the jk docs and I don't see where anything
is mentioned that it is disabled.
Regards,

Glenn

-
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: mod_jk 1.2.5 release

2003-07-02 Thread Henri Gomez
Glenn Nielsen wrote:
I have created a mod_jk 1.2.5 test release distribution.

I made a few minor changes.  I have removed all the jk/build.*
files and the README.txt file.  They refer to using ant to build
the connector and AJP but that doesn't work because these source releases
are only for the connector side.  I have committed a replacement README.txt
for the release called jk/BUILD.txt.  The new test release can be found at:
cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz

If everything looks fine with this we can do the release sometime next 
week.

Regards,
There was some vars missing in Apache 1.3, just fixed the code 

You need to make a new tarball ;=)





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


Re: mod_jk 1.2.5 release

2003-07-02 Thread Minimalist Manager
ERROR:
There is no such list 1.2.5 here.

SOLUTION:
Send a message to [EMAIL PROTECTED] with a subject
of 'info' (no quotes) for a list of available mailing lists.

-- 
Sincerely, the Minimalist

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



Re: mod_jk 1.2.5 release

2003-07-02 Thread Minimalist Manager
ERROR:
There is no such list 1.2.5 here.

SOLUTION:
Send a message to [EMAIL PROTECTED] with a subject
of 'info' (no quotes) for a list of available mailing lists.

-- 
Sincerely, the Minimalist

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



Re: mod_jk 1.2.5 release

2003-07-02 Thread Glenn Nielsen
Henri Gomez wrote:
Glenn Nielsen wrote:

I have created a mod_jk 1.2.5 test release distribution.

I made a few minor changes.  I have removed all the jk/build.*
files and the README.txt file.  They refer to using ant to build
the connector and AJP but that doesn't work because these source releases
are only for the connector side.  I have committed a replacement 
README.txt
for the release called jk/BUILD.txt.  The new test release can be 
found at:

cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz

If everything looks fine with this we can do the release sometime next 
week.

Regards,


There was some vars missing in Apache 1.3, just fixed the code 

You need to make a new tarball ;=)

Test release updated at above location.  I also updated the CHANGES.txt
file.
Glenn

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


Re: mod_jk 1.2.5 release

2003-07-02 Thread Henri Gomez
Glenn Nielsen wrote:
Henri Gomez wrote:

Glenn Nielsen wrote:

I have created a mod_jk 1.2.5 test release distribution.

I made a few minor changes.  I have removed all the jk/build.*
files and the README.txt file.  They refer to using ant to build
the connector and AJP but that doesn't work because these source 
releases
are only for the connector side.  I have committed a replacement 
README.txt
for the release called jk/BUILD.txt.  The new test release can be 
found at:

cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz

If everything looks fine with this we can do the release sometime 
next week.

Regards,


There was some vars missing in Apache 1.3, just fixed the code 

You need to make a new tarball ;=)

Test release updated at above location.  I also updated the CHANGES.txt
file.
It works for me with Apache 1.3 + mod_ssl and Apache 2.0.46 and Apache 
2.0.40 from Redhat 8.0/9.0.

To make it works under RH8.0/RH9.0, just use :

make LIBTOOL=/etc/httpd/build/libtool

So +1 for me



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


mod_jk 1.2.5 release

2003-07-01 Thread Glenn Nielsen
I have created a mod_jk 1.2.5 test release distribution.

I made a few minor changes.  I have removed all the jk/build.*
files and the README.txt file.  They refer to using ant to build
the connector and AJP but that doesn't work because these source releases
are only for the connector side.  I have committed a replacement README.txt
for the release called jk/BUILD.txt.  The new test release can be found at:
cvs.apache.org/~glenn/jakarta-tomcat-connectors-jk-1.2.5-src.tar.gz

If everything looks fine with this we can do the release sometime next week.

Regards,

Glenn

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