So I tried out this new version from your site.  The first problem happened
in the previous version, but still is troubling.  #2 is a new error I have
never seen.  Any ideas on that one?  I am going to download SunStudio
compiler like you recommended.  One of my problems is that I am a newbie to
compiling on UNIX.  Hopefully my comments are not too basic.

1) jk_types.h is still not available in the common directory.  I have to run
configure to get it, but configure is supposed to be for apache loads I
thought and I normally do not have apache installed on my servers.  Is there
a .h file you can include in the netscape directory that one can then copy
to the common directory so I do not have to run configure?  Is there any
other file like this that needs to be unique to compiling this on solaris
for sunone?

2) gcc -DNET_SSL -DSOLARIS -D_REENTRANT -DXP_UNIX -DMCC_HTTPD -DSPAPI20
-fPIC -I../common -I/wamu/hr/sunone/include -I/wamu/hr/sunone/include/base
-I/wamu/hr/sunone/include/frame -I/wamu/hr/java/include
-I/wamu/hr/java/include/solaris -c ../common/jk_connect.c
../common/jk_connect.c: In function `jk_is_socket_connected':
../common/jk_connect.c:663: error: `FIONREAD' undeclared (first use in this
function)
../common/jk_connect.c:663: error: (Each undeclared identifier is reported
only once
../common/jk_connect.c:663: error: for each function it appears in.)
make: *** [jk_connect.o] Error 1

Thanks,
Kirk

On 2/26/07, Rainer Jung <[EMAIL PROTECTED]> wrote:

Hi all,

the next version of mod_jk is approaching its release. A code snapshot
is available at

http://people.apache.org/~rjung/mod_jk-dev/

It is in the same format as a release download, so easy to build. Under
the same URL you can find the updated documentation.

It would be nice, if we could get some testing feedback from the
community. Feel free to post any observations. Depending on your
feedback we plan to tag the release at the end of the week.

The most important changes are:

Configuration parsing:

- Check worker attributes for unknown names during startup
- Add warning if duplicate map keys are read and are not allowed, e.g.
when parsing uriworkermap.properties.
- Don't concat worker names, if uriworkermap.properties has a duplicate
pattern, instead overwrite the worker.
- Fix uriworkermap.properties: Fix off-by-one problem when deleting URL
mapping during reloading of uriworkermap.properties.

Features

- Optional session id stripping for URLs, that are *not* being forwarded
(Apache, IIS)

Apache

- Changed semantics of empty defaults for JkEnvVar variables.
- BZ 41610: Fix incorrect detection of missing Content-Length header
leading to duplicate headers.

IIS Plugin

- Refactoring isapi_plugin configuration reading.

Sun Web Server

- Better build support for SunONE (Netscape/iPlanet) webservers.

Status Worker

- JkStatus: Allow lb sub workers in error state to be marked for
recovery administratively from the status worker.
- Add configuration to make status worker user name checks case
insensitive.
- JkStatus: Show estimated time until next global maintenance.
- Change displayed time until next recovery to a min/max pair.
- JkStatus: Allow a user of a read/write status worker to switch it to
and from read_only mode temporarily.
- JkStatus: Do not show read/write commands in a read_only status worker.
- JkStatus: Improved logging by adding status worker name to messages.
Added messages to the recover worker action.
- Load Balancer: Do not try to recover multiple times in parallel. Use
additional runtime states "PROBE" and "FORCED".
- JkStatus: Improve data synchronization between different processes.
- JkStatus: Refactoring searching for workers and sub workers.

Stability

- 41381: Fix segfault in feature fail_on_status.

Miscellaneous

- Use correct windows line endings for log file on WIN32 platform.
- Add some more errno logging and unify the format.

The full change log is available under


http://people.apache.org/~rjung/mod_jk-dev/docs/miscellaneous/changelog.html

Thanks for your valuable time!

Regards,

Rainer

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to