Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Henri Gomez wrote:

Mladen Turk wrote:


Hi to all,

JK2 2.0.2 has been released and is available at :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.2/

For now binaries are available for WIN32 only:



linux binaries and rpms to be released tomorrow ;)


While making the linux binaries, for Apache 2.0.43, I see that jkjni.so 
are not generated, only jkjni.a and jkjni.la ?

What's the problem ?



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



Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote:

Henri Gomez wrote:


Mladen Turk wrote:


Hi to all,

JK2 2.0.2 has been released and is available at :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.2/

For now binaries are available for WIN32 only:




linux binaries and rpms to be released tomorrow ;)



While making the linux binaries, for Apache 2.0.43, I see that jkjni.so 
are not generated, only jkjni.a and jkjni.la ?

What's the problem ?

Probably libtool. The one of the Apache 2.0.43 you are using.





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






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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez



Probably libtool. The one of the Apache 2.0.43 you are using.


What's the heck with libtool again ?





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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote:




Probably libtool. The one of the Apache 2.0.43 you are using.



What's the heck with libtool again ?


Look in the build/jk2/apache2/jkjni.la
Probably there is a jkjni.a instead jkjni.so there.

May be you only have a libapr-0.a in your Apache 2.0.43.







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






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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
While building with Apache-1.3 I have the problem that it only builds with apxs:

cd jk/native2/server/apache13; gmake -f Makefile.apxs

Trying make in jk/native2 shows that the Makefile.in was not ready for releasing:
- miss libtool
- miss -rpath $apache_modules_dir when making the mod_jk2.so file.

Cheers

Jean-frederic


Mladen Turk wrote:

Hi to all,

JK2 2.0.2 has been released and is available at :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.2/

For now binaries are available for WIN32 only:

Changes between JK2 2.0.1 and JK2 2.0.2:
* Fix the bug 14293. Thanks to Martin Kraemer for his help.
  [Jean-Frederic Clere]
* Don't send initial chunk for chunked encoding, fix #14282
  [Costin Manolache]
* Fix the POST data on JNI
  [Mladen Turk]
* Remove the deprecated message for path
  [Costin Manolache]
* Add the regular expressions to uriMap. The regex uris are
differentiated
  to normal one by starting with dollar ($) sign.
  [Mladen Turk]
* Add the max_connections to the wajp13 worker.
  [Mladen Turk]
* Add the hostMap cache
  [Mladen Turk] 
* Allow the lb:name scheme inside the [channel.xxx]
  [Mladen Turk]
* Duplicate all global directives on each vhost that has
inheritGlobals set.
  Directives   are   created   using   createBean   only   if   not
found.
  Beside directives, the webapps are duplicated to.
  [Mladen Turk] 


Regards,
MT.



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






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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote:

Henri Gomez wrote:





Probably libtool. The one of the Apache 2.0.43 you are using.




What's the heck with libtool again ?



Look in the build/jk2/apache2/jkjni.la
Probably there is a jkjni.a instead jkjni.so there.


Yes jkjni.la and jkjni.a


May be you only have a libapr-0.a in your Apache 2.0.43.


No, I've got libapr.so

And I've got mod_jk2.so



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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote:

jean-frederic clere wrote:


Henri Gomez wrote:





Probably libtool. The one of the Apache 2.0.43 you are using.





What's the heck with libtool again ?




Look in the build/jk2/apache2/jkjni.la
Probably there is a jkjni.a instead jkjni.so there.



Yes jkjni.la and jkjni.a


May be you only have a libapr-0.a in your Apache 2.0.43.



No, I've got libapr.so

And I've got mod_jk2.so


Very weird.

Send me the complete output of make.





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






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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Clere, Jean-Frederic wrote:

While building with Apache-1.3 I have the problem that it only builds 
with apxs:

cd jk/native2/server/apache13; gmake -f Makefile.apxs

The next problem is that this mod_jk2.so is not ok:
+++
bash-2.03$ bin/apachectl start
Syntax error on line 224 of /export/home2/apache20/apache26/conf/httpd.conf:
Cannot load /export/home2/apache20/apache26/libexec/mod_jk2.so into server: 
ld.so.1: /export/home2/apache20/apache26/bin/httpd: fatal: relocation error: 
file /export/home2/apache20/apache26/libexec/mod_jk2.so: symbol 
jk2_service_apache13_init: referenced symbol not found
bin/apachectl start: httpd could not be started
+++


Trying make in jk/native2 shows that the Makefile.in was not ready for 
releasing:
- miss libtool
- miss -rpath $apache_modules_dir when making the mod_jk2.so file.

Find enclosed the patch to apply after the configure. (To server/apache13/Makefile).

But the produced mod_jk2.so does not work on my Solaris8 machine it cores:
+++
(/opt/SUNWspro/WS6U1/bin/sparcv9/dbx) where
current thread: t@1
=[1] strlen(0x0, 0x0, 0xfe64247c, 0x7efefeff, 0x81010100, 0xff), at 0xff1b3344
  [2] _doprnt(0x0, 0xffbef914, 0x0, 0x97091, 0x0, 0xfe64248e), at 0xff202f38
  [3] vsnprintf(0xffbed891, 0x7fff, 0xfe64247c, 0xffbef914, 0xfe64246d, 
0x1d0), at 0xff2050ac
  [4] jk2_logger_file_jkVLog(0xfe656f64, 0xffbed858, 0xffbef914, 0x1d0, 0x0, 
0xfe64247c), at 0xfe62bb34
  [5] jk2_logger_file_jkLog(0xa6278, 0xa7ca0, 0xfe642460, 0x1d0, 0x0, 
0xfe64247c), at 0xfe62bb94
  [6] jk2_uriMap_createWebapps(0xfe6555b8, 0x0, 0xaba98, 0xc4eb8, 0xfe65700c, 
0xfe642460), at 0xfe634d1c
  [7] jk2_uriMap_init(0xa6278, 0xa8cf8, 0x4, 0x0, 0x75736572, 0x68616e64), at 
0xfe635c24
  [8] jk2_workerEnv_init(0xfe6570b4, 0x0, 0xfe642e54, 0xa6700, 0xfe642e28, 
0xfe6448d8), at 0xfe637e3c
  [9] jk2_init(0x996d8, 0x996b0, 0x2d314, 0x1d304, 0xf, 0x25bf8), at 0xfe63e684
  [10] ap_init_modules(0x996b0, 0x996d8, 0x25bf8, 0x8e800, 0x8e800, 0x7b28c), 
at 0x26ee4
  [11] main(0x1, 0xffbefbbc, 0xffbefbc4, 0x8e800, 0x0, 0x0), at 0x343fc
+++


Cheers

Jean-frederic


Mladen Turk wrote:


Hi to all,

JK2 2.0.2 has been released and is available at :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.2/

For now binaries are available for WIN32 only:

Changes between JK2 2.0.1 and JK2 2.0.2:
* Fix the bug 14293. Thanks to Martin Kraemer for his help.
  [Jean-Frederic Clere]
* Don't send initial chunk for chunked encoding, fix #14282
  [Costin Manolache]
* Fix the POST data on JNI
  [Mladen Turk]
* Remove the deprecated message for path
  [Costin Manolache]
* Add the regular expressions to uriMap. The regex uris are
differentiated
  to normal one by starting with dollar ($) sign.
  [Mladen Turk]
* Add the max_connections to the wajp13 worker.
  [Mladen Turk]* Add the hostMap cache
  [Mladen Turk] * Allow the lb:name scheme inside the 
[channel.xxx]
  [Mladen Turk]
* Duplicate all global directives on each vhost that has
inheritGlobals set.
  Directives   are   created   using   createBean   only   if   not
found.
  Beside directives, the webapps are duplicated to.
  [Mladen Turk]

Regards,
MT.



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






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





--- server/apache13/Makefile2002-11-28 13:14:35.0 +0100
+++ server/apache13/Makefile.ok 2002-11-28 13:13:16.991527000 +0100
@@ -7,14 +7,16 @@
 EXTRA_CFLAGS=-DSOLARIS2=280 -DUSE_EXPAT -I../lib/expat-lite -xO5
 EXTRA_CPPFLAGS=
 JAVA_HOME=/export/home2/tomcat/j2sdk1_3_1_03
+APACHE_LIBEXEC=${APACHE_HOME}/libexec
 
 JAVA_INCL=-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS} 
-JAVA_LIB=-L ${JAVA_HOME}/jre/lib/${ARCH} -L ${JAVA_HOME}/lib/${ARCH}/native_threads
+JAVA_LIB=-L${JAVA_HOME}/jre/lib/${ARCH} -L${JAVA_HOME}/lib/${ARCH}/native_threads
 
 JK_DIR := ../..
 BUILD_DIR = ${JK_DIR}/../build/jk2/apache13
 
 #LIBTOOL=$(SHELL) $(top_builddir)/libtool
+LIBTOOL=$(SHELL) $(JK_DIR)/libtool
 
 # It doesn't hurt if we include all
 INCLUDES= -I${JK_DIR}/include \
@@ -34,7 +36,8 @@
 COMPILE  = $(CC)  $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(ALL_INCLUDES)
 
 SH_COMPILE = $(LIBTOOL) --mode=compile $(COMPILE) $(JK_CFLAGS)
-MOD_LINK = $(LIBTOOL) --mode=link $(CC) -module -shared $(LT_LDFLAGS) $(ALL_LDFLAGS) 
$(JK_LDFLAGS)
+MOD_LINK = $(LIBTOOL) --mode=link $(CC) -avoid-version -module -rpath 
+$(APACHE_LIBEXEC) $(LT_LDFLAGS) $(ALL_LDFLAGS) $(JK_LDFLAGS)
+MOD_INSTALL = $(LIBTOOL) --mode=install $(CP)
 
 #
 
@@ -73,8 +76,11 @@
 
 all: prepare ${BUILD_DIR}/mod_jk2.so 
 
-${BUILD_DIR}/mod_jk2.so: ${COMMON_LO_FILES} ${A_LO_FILES}
-   ${MOD_LINK} -o $@ $^ 
+${BUILD_DIR}/mod_jk2.so: ${BUILD_DIR}/mod_jk2.la
+   

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote:

Clere, Jean-Frederic wrote:


While building with Apache-1.3 I have the problem that it only builds 
with apxs:

cd jk/native2/server/apache13; gmake -f Makefile.apxs


The next problem is that this mod_jk2.so is not ok:
+++
bash-2.03$ bin/apachectl start
Syntax error on line 224 of 
/export/home2/apache20/apache26/conf/httpd.conf:
Cannot load /export/home2/apache20/apache26/libexec/mod_jk2.so into 
server: ld.so.1: /export/home2/apache20/apache26/bin/httpd: fatal: 
relocation error: file 
/export/home2/apache20/apache26/libexec/mod_jk2.so: symbol 
jk2_service_apache13_init: referenced symbol not found
bin/apachectl start: httpd could not be started
+++

apache13_init called in jk2 for Apache 2.0 ?



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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
Very weird.

Send me the complete output of make.


here it is :

httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix 
../../../build/jk2/apache2/jk_jni_aprImpl.lo 
../../../build/jk2/apache2/jk_channel_apr_socket.lo 
../../../build/jk2/apache2/jk_channel.lo 
../../../build/jk2/apache2/jk_channel_jni.lo 
../../../build/jk2/apache2/jk_channel_socket.lo 
../../../build/jk2/apache2/jk_channel_un.lo 
../../../build/jk2/apache2/jk_config.lo 
../../../build/jk2/apache2/jk_config_file.lo 
../../../build/jk2/apache2/jk_endpoint.lo 
../../../build/jk2/apache2/jk_env.lo 
../../../build/jk2/apache2/jk_handler_logon.lo 
../../../build/jk2/apache2/jk_handler_response.lo 
../../../build/jk2/apache2/jk_logger_file.lo 
../../../build/jk2/apache2/jk_logger_win32.lo 
../../../build/jk2/apache2/jk_map.lo 
../../../build/jk2/apache2/jk_md5.lo 
../../../build/jk2/apache2/jk_msg_ajp.lo 
../../../build/jk2/apache2/jk_mutex.lo 
../../../build/jk2/apache2/jk_mutex_proc.lo 
../../../build/jk2/apache2/jk_mutex_thread.lo 
../../../build/jk2/apache2/jk_nwmain.lo 
../../../build/jk2/apache2/jk_objCache.lo 
../../../build/jk2/apache2/jk_pool_apr.lo 
../../../build/jk2/apache2/jk_pool.lo 
../../../build/jk2/apache2/jk_registry.lo 
../../../build/jk2/apache2/jk_requtil.lo 
../../../build/jk2/apache2/jk_shm.lo 
../../../build/jk2/apache2/jk_signal.lo 
../../../build/jk2/apache2/jk_uriEnv.lo 
../../../build/jk2/apache2/jk_uriMap.lo 
../../../build/jk2/apache2/jk_user.lo 
../../../build/jk2/apache2/jk_vm_default.lo 
../../../build/jk2/apache2/jk_worker_ajp13.lo 
../../../build/jk2/apache2/jk_workerEnv.lo 
../../../build/jk2/apache2/jk_worker_jni.lo 
../../../build/jk2/apache2/jk_worker_lb.lo 
../../../build/jk2/apache2/jk_worker_run.lo 
../../../build/jk2/apache2/jk_worker_status.lo
rm -fr ../../../build/jk2/apache2/.libs/jkjni.la 
../../../build/jk2/apache2/.libs/jkjni.* 
../../../build/jk2/apache2/.libs/jkjni.*

*** Warning: This library needs some functionality provided by -lapr-0.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module jkjni.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru ../../../build/jk2/apache2/.libs/jkjni.a 
../../../build/jk2/apache2/jk_jni_aprImpl.lo 
../../../build/jk2/apache2/jk_channel_apr_socket.lo 
../../../build/jk2/apache2/jk_channel.lo 
../../../build/jk2/apache2/jk_channel_jni.lo 
../../../build/jk2/apache2/jk_channel_socket.lo 
../../../build/jk2/apache2/jk_channel_un.lo 
../../../build/jk2/apache2/jk_config.lo 
../../../build/jk2/apache2/jk_config_file.lo 
../../../build/jk2/apache2/jk_endpoint.lo 
../../../build/jk2/apache2/jk_env.lo 
../../../build/jk2/apache2/jk_handler_logon.lo 
../../../build/jk2/apache2/jk_handler_response.lo 
../../../build/jk2/apache2/jk_logger_file.lo 
../../../build/jk2/apache2/jk_logger_win32.lo 
../../../build/jk2/apache2/jk_map.lo 
../../../build/jk2/apache2/jk_md5.lo 
../../../build/jk2/apache2/jk_msg_ajp.lo 
../../../build/jk2/apache2/jk_mutex.lo 
../../../build/jk2/apache2/jk_mutex_proc.lo 
../../../build/jk2/apache2/jk_mutex_thread.lo 
../../../build/jk2/apache2/jk_nwmain.lo 
../../../build/jk2/apache2/jk_objCache.lo 
../../../build/jk2/apache2/jk_pool_apr.lo 
../../../build/jk2/apache2/jk_pool.lo 
../../../build/jk2/apache2/jk_registry.lo 
../../../build/jk2/apache2/jk_requtil.lo 
../../../build/jk2/apache2/jk_shm.lo 
../../../build/jk2/apache2/jk_signal.lo 
../../../build/jk2/apache2/jk_uriEnv.lo 
../../../build/jk2/apache2/jk_uriMap.lo 
../../../build/jk2/apache2/jk_user.lo 
../../../build/jk2/apache2/jk_vm_default.lo 
../../../build/jk2/apache2/jk_worker_ajp13.lo 
../../../build/jk2/apache2/jk_workerEnv.lo 
../../../build/jk2/apache2/jk_worker_jni.lo 
../../../build/jk2/apache2/jk_worker_lb.lo 
../../../build/jk2/apache2/jk_worker_run.lo 
../../../build/jk2/apache2/jk_worker_status.lo
ranlib ../../../build/jk2/apache2/.libs/jkjni.a
creating ../../../build/jk2/apache2/jkjni.la
(cd ../../../build/jk2/apache2/.libs  rm -f jkjni.la  ln -s 
../jkjni.la jkjni.la)
/etc/httpd2/build/libtool  --mode=install  cp 
../../../build/jk2/apache2/jkjni.la `pwd`/../../../build/jk2/apache2
cp ../../../build/jk2/apache2/.libs/jkjni.lai 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.la
cp ../../../build/jk2/apache2/.libs/jkjni.a 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.a
ranlib 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.a
chmod 644 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.a

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote:

jean-frederic clere wrote:


Clere, Jean-Frederic wrote:


While building with Apache-1.3 I have the problem that it only builds 
with apxs:

cd jk/native2/server/apache13; gmake -f Makefile.apxs



The next problem is that this mod_jk2.so is not ok:
+++
bash-2.03$ bin/apachectl start
Syntax error on line 224 of 
/export/home2/apache20/apache26/conf/httpd.conf:
Cannot load /export/home2/apache20/apache26/libexec/mod_jk2.so into 
server: ld.so.1: /export/home2/apache20/apache26/bin/httpd: fatal: 
relocation error: file 
/export/home2/apache20/apache26/libexec/mod_jk2.so: symbol 
jk2_service_apache13_init: referenced symbol not found
bin/apachectl start: httpd could not be started
+++


apache13_init called in jk2 for Apache 2.0 ?


No that is apache_1.3._26.
apache20 is the name of my user on this machine. Sorry for the confusion %-)





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






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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote:

Very weird.

Send me the complete output of make.



here it is :

httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix 
../../../build/jk2/apache2/jk_jni_aprImpl.lo 
../../../build/jk2/apache2/jk_channel_apr_socket.lo 
../../../build/jk2/apache2/jk_channel.lo 
../../../build/jk2/apache2/jk_channel_jni.lo 
../../../build/jk2/apache2/jk_channel_socket.lo 
../../../build/jk2/apache2/jk_channel_un.lo 
../../../build/jk2/apache2/jk_config.lo 
../../../build/jk2/apache2/jk_config_file.lo 
../../../build/jk2/apache2/jk_endpoint.lo 
../../../build/jk2/apache2/jk_env.lo 
../../../build/jk2/apache2/jk_handler_logon.lo 
../../../build/jk2/apache2/jk_handler_response.lo 
../../../build/jk2/apache2/jk_logger_file.lo 
../../../build/jk2/apache2/jk_logger_win32.lo 
../../../build/jk2/apache2/jk_map.lo 
../../../build/jk2/apache2/jk_md5.lo 
../../../build/jk2/apache2/jk_msg_ajp.lo 
../../../build/jk2/apache2/jk_mutex.lo 
../../../build/jk2/apache2/jk_mutex_proc.lo 
../../../build/jk2/apache2/jk_mutex_thread.lo 
../../../build/jk2/apache2/jk_nwmain.lo 
../../../build/jk2/apache2/jk_objCache.lo 
../../../build/jk2/apache2/jk_pool_apr.lo 
../../../build/jk2/apache2/jk_pool.lo 
../../../build/jk2/apache2/jk_registry.lo 
../../../build/jk2/apache2/jk_requtil.lo 
../../../build/jk2/apache2/jk_shm.lo 
../../../build/jk2/apache2/jk_signal.lo 
../../../build/jk2/apache2/jk_uriEnv.lo 
../../../build/jk2/apache2/jk_uriMap.lo 
../../../build/jk2/apache2/jk_user.lo 
../../../build/jk2/apache2/jk_vm_default.lo 
../../../build/jk2/apache2/jk_worker_ajp13.lo 
../../../build/jk2/apache2/jk_workerEnv.lo 
../../../build/jk2/apache2/jk_worker_jni.lo 
../../../build/jk2/apache2/jk_worker_lb.lo 
../../../build/jk2/apache2/jk_worker_run.lo 
../../../build/jk2/apache2/jk_worker_status.lo
rm -fr ../../../build/jk2/apache2/.libs/jkjni.la 
../../../build/jk2/apache2/.libs/jkjni.* 
../../../build/jk2/apache2/.libs/jkjni.*

*** Warning: This library needs some functionality provided by -lapr-0.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module jkjni.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru ../../../build/jk2/apache2/.libs/jkjni.a 
../../../build/jk2/apache2/jk_jni_aprImpl.lo 
../../../build/jk2/apache2/jk_channel_apr_socket.lo 
../../../build/jk2/apache2/jk_channel.lo 
../../../build/jk2/apache2/jk_channel_jni.lo 
../../../build/jk2/apache2/jk_channel_socket.lo 
../../../build/jk2/apache2/jk_channel_un.lo 
../../../build/jk2/apache2/jk_config.lo 
../../../build/jk2/apache2/jk_config_file.lo 
../../../build/jk2/apache2/jk_endpoint.lo 
../../../build/jk2/apache2/jk_env.lo 
../../../build/jk2/apache2/jk_handler_logon.lo 
../../../build/jk2/apache2/jk_handler_response.lo 
../../../build/jk2/apache2/jk_logger_file.lo 
../../../build/jk2/apache2/jk_logger_win32.lo 
../../../build/jk2/apache2/jk_map.lo 
../../../build/jk2/apache2/jk_md5.lo 
../../../build/jk2/apache2/jk_msg_ajp.lo 
../../../build/jk2/apache2/jk_mutex.lo 
../../../build/jk2/apache2/jk_mutex_proc.lo 
../../../build/jk2/apache2/jk_mutex_thread.lo 
../../../build/jk2/apache2/jk_nwmain.lo 
../../../build/jk2/apache2/jk_objCache.lo 
../../../build/jk2/apache2/jk_pool_apr.lo 
../../../build/jk2/apache2/jk_pool.lo 
../../../build/jk2/apache2/jk_registry.lo 
../../../build/jk2/apache2/jk_requtil.lo 
../../../build/jk2/apache2/jk_shm.lo 
../../../build/jk2/apache2/jk_signal.lo 
../../../build/jk2/apache2/jk_uriEnv.lo 
../../../build/jk2/apache2/jk_uriMap.lo 
../../../build/jk2/apache2/jk_user.lo 
../../../build/jk2/apache2/jk_vm_default.lo 
../../../build/jk2/apache2/jk_worker_ajp13.lo 
../../../build/jk2/apache2/jk_workerEnv.lo 
../../../build/jk2/apache2/jk_worker_jni.lo 
../../../build/jk2/apache2/jk_worker_lb.lo 
../../../build/jk2/apache2/jk_worker_run.lo 
../../../build/jk2/apache2/jk_worker_status.lo
ranlib ../../../build/jk2/apache2/.libs/jkjni.a
creating ../../../build/jk2/apache2/jkjni.la
(cd ../../../build/jk2/apache2/.libs  rm -f jkjni.la  ln -s 
../jkjni.la jkjni.la)
/etc/httpd2/build/libtool  --mode=install  cp 
../../../build/jk2/apache2/jkjni.la `pwd`/../../../build/jk2/apache2
cp ../../../build/jk2/apache2/.libs/jkjni.lai 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.la 

cp ../../../build/jk2/apache2/.libs/jkjni.a 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.a 

ranlib 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.a 

chmod 644 

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
jean-frederic clere wrote:

Henri Gomez wrote:


Very weird.

Send me the complete output of make.




here it is :

httpd2/lib -lcrypt -lapr-0 -lpcre -lpcreposix 
../../../build/jk2/apache2/jk_jni_aprImpl.lo 
../../../build/jk2/apache2/jk_channel_apr_socket.lo 
../../../build/jk2/apache2/jk_channel.lo 
../../../build/jk2/apache2/jk_channel_jni.lo 
../../../build/jk2/apache2/jk_channel_socket.lo 
../../../build/jk2/apache2/jk_channel_un.lo 
../../../build/jk2/apache2/jk_config.lo 
../../../build/jk2/apache2/jk_config_file.lo 
../../../build/jk2/apache2/jk_endpoint.lo 
../../../build/jk2/apache2/jk_env.lo 
../../../build/jk2/apache2/jk_handler_logon.lo 
../../../build/jk2/apache2/jk_handler_response.lo 
../../../build/jk2/apache2/jk_logger_file.lo 
../../../build/jk2/apache2/jk_logger_win32.lo 
../../../build/jk2/apache2/jk_map.lo 
../../../build/jk2/apache2/jk_md5.lo 
../../../build/jk2/apache2/jk_msg_ajp.lo 
../../../build/jk2/apache2/jk_mutex.lo 
../../../build/jk2/apache2/jk_mutex_proc.lo 
../../../build/jk2/apache2/jk_mutex_thread.lo 
../../../build/jk2/apache2/jk_nwmain.lo 
../../../build/jk2/apache2/jk_objCache.lo 
../../../build/jk2/apache2/jk_pool_apr.lo 
../../../build/jk2/apache2/jk_pool.lo 
../../../build/jk2/apache2/jk_registry.lo 
../../../build/jk2/apache2/jk_requtil.lo 
../../../build/jk2/apache2/jk_shm.lo 
../../../build/jk2/apache2/jk_signal.lo 
../../../build/jk2/apache2/jk_uriEnv.lo 
../../../build/jk2/apache2/jk_uriMap.lo 
../../../build/jk2/apache2/jk_user.lo 
../../../build/jk2/apache2/jk_vm_default.lo 
../../../build/jk2/apache2/jk_worker_ajp13.lo 
../../../build/jk2/apache2/jk_workerEnv.lo 
../../../build/jk2/apache2/jk_worker_jni.lo 
../../../build/jk2/apache2/jk_worker_lb.lo 
../../../build/jk2/apache2/jk_worker_run.lo 
../../../build/jk2/apache2/jk_worker_status.lo
rm -fr ../../../build/jk2/apache2/.libs/jkjni.la 
../../../build/jk2/apache2/.libs/jkjni.* 
../../../build/jk2/apache2/.libs/jkjni.*

*** Warning: This library needs some functionality provided by -lapr-0.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.

*** Warning: libtool could not satisfy all declared inter-library
*** dependencies of module jkjni.  Therefore, libtool will create
*** a static module, that should work as long as the dlopening
*** application is linked with the -dlopen flag.
ar cru ../../../build/jk2/apache2/.libs/jkjni.a 
../../../build/jk2/apache2/jk_jni_aprImpl.lo 
../../../build/jk2/apache2/jk_channel_apr_socket.lo 
../../../build/jk2/apache2/jk_channel.lo 
../../../build/jk2/apache2/jk_channel_jni.lo 
../../../build/jk2/apache2/jk_channel_socket.lo 
../../../build/jk2/apache2/jk_channel_un.lo 
../../../build/jk2/apache2/jk_config.lo 
../../../build/jk2/apache2/jk_config_file.lo 
../../../build/jk2/apache2/jk_endpoint.lo 
../../../build/jk2/apache2/jk_env.lo 
../../../build/jk2/apache2/jk_handler_logon.lo 
../../../build/jk2/apache2/jk_handler_response.lo 
../../../build/jk2/apache2/jk_logger_file.lo 
../../../build/jk2/apache2/jk_logger_win32.lo 
../../../build/jk2/apache2/jk_map.lo 
../../../build/jk2/apache2/jk_md5.lo 
../../../build/jk2/apache2/jk_msg_ajp.lo 
../../../build/jk2/apache2/jk_mutex.lo 
../../../build/jk2/apache2/jk_mutex_proc.lo 
../../../build/jk2/apache2/jk_mutex_thread.lo 
../../../build/jk2/apache2/jk_nwmain.lo 
../../../build/jk2/apache2/jk_objCache.lo 
../../../build/jk2/apache2/jk_pool_apr.lo 
../../../build/jk2/apache2/jk_pool.lo 
../../../build/jk2/apache2/jk_registry.lo 
../../../build/jk2/apache2/jk_requtil.lo 
../../../build/jk2/apache2/jk_shm.lo 
../../../build/jk2/apache2/jk_signal.lo 
../../../build/jk2/apache2/jk_uriEnv.lo 
../../../build/jk2/apache2/jk_uriMap.lo 
../../../build/jk2/apache2/jk_user.lo 
../../../build/jk2/apache2/jk_vm_default.lo 
../../../build/jk2/apache2/jk_worker_ajp13.lo 
../../../build/jk2/apache2/jk_workerEnv.lo 
../../../build/jk2/apache2/jk_worker_jni.lo 
../../../build/jk2/apache2/jk_worker_lb.lo 
../../../build/jk2/apache2/jk_worker_run.lo 
../../../build/jk2/apache2/jk_worker_status.lo
ranlib ../../../build/jk2/apache2/.libs/jkjni.a
creating ../../../build/jk2/apache2/jkjni.la
(cd ../../../build/jk2/apache2/.libs  rm -f jkjni.la  ln -s 
../jkjni.la jkjni.la)
/etc/httpd2/build/libtool  --mode=install  cp 
../../../build/jk2/apache2/jkjni.la `pwd`/../../../build/jk2/apache2
cp ../../../build/jk2/apache2/.libs/jkjni.lai 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.la 

cp ../../../build/jk2/apache2/.libs/jkjni.a 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.a 

ranlib 
/home/root/jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/server/apache2/../../../build/jk2/apache2/jkjni.a 

chmod 644 

Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread Henri Gomez
BTW: How did you build the mod_jk2.so for Apache-2.0?



mod_jk2.so didn't link against libapr, since apache2 allready provideit, 
but jkjni need it, that's why the build work for mod_jk2.


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



Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-28 Thread jean-frederic clere
Henri Gomez wrote:

BTW: How did you build the mod_jk2.so for Apache-2.0?




mod_jk2.so didn't link against libapr, since apache2 allready provideit, 
but jkjni need it, that's why the build work for mod_jk2.

Ok, forget that question!




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






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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Henri Gomez
Mladen Turk wrote:

Hi to all,

JK2 2.0.2 has been released and is available at :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.2/

For now binaries are available for WIN32 only:


linux binaries and rpms to be released tomorrow ;)



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




RE: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Carlos Ventura
Hi, im having problems with the 4.1.12 version of tomcat,
with this version i cant run servlets, only jsps. the only way that i
can make a servlet run is under the context of examples, if i put in
another place ( even if a context if defined in the server.xml) doesnt
work, 
Do you have an clue of whats wrong??

Thks in advance

 

Ing. Carlos Ventura Molina
Servicios Administrativos Computacionales
ITESM Campus Chihuahua
Tel. (52 14) 4395000 ext. 4018
Web Site: http://www.chi.itesm.mx


-Original Message-
From: Henri Gomez [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, November 27, 2002 10:35 AM
To: Tomcat Developers List
Subject: Re: [ANNOUNCEMENT] JK2-2.0.2 released


Mladen Turk wrote:
 Hi to all,
 
 JK2 2.0.2 has been released and is available at :
 
 http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release
 /v
 2.0.2/
 
 For now binaries are available for WIN32 only:

linux binaries and rpms to be released tomorrow ;)



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


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




RE: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread micael
Read the release info on the 4.1.12 version.  The invoker servlet has been 
turned off for security reasons.  You have to hand authorize the servlets 
through your web.xml.

At 12:44 PM 11/27/2002 -0700, you wrote:
Hi, im having problems with the 4.1.12 version of tomcat,
with this version i cant run servlets, only jsps. the only way that i
can make a servlet run is under the context of examples, if i put in
another place ( even if a context if defined in the server.xml) doesnt
work,
Do you have an clue of whats wrong??

Thks in advance



Ing. Carlos Ventura Molina
Servicios Administrativos Computacionales
ITESM Campus Chihuahua
Tel. (52 14) 4395000 ext. 4018
Web Site: http://www.chi.itesm.mx


-Original Message-
From: Henri Gomez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 10:35 AM
To: Tomcat Developers List
Subject: Re: [ANNOUNCEMENT] JK2-2.0.2 released


Mladen Turk wrote:
 Hi to all,

 JK2 2.0.2 has been released and is available at :

 http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release
 /v
 2.0.2/

 For now binaries are available for WIN32 only:

linux binaries and rpms to be released tomorrow ;)



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


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


Micael

---

This electronic mail  transmission and any accompanying documents contain 
information belonging to the sender which may be confidential and legally 
privileged.  This information is intended only for the use of the 
individual or entity to whom this electronic mail transmission was sent as 
indicated above. If you are not the intended recipient, any disclosure, 
copying, distribution, or action taken in reliance on the contents of the 
information contained in this transmission is strictly prohibited.  If you 
have received this transmission in error, please delete the message.  Thank you 



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



[ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread Mladen Turk
Hi to all,

JK2 2.0.2 has been released and is available at :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.2/

For now binaries are available for WIN32 only:

Changes between JK2 2.0.1 and JK2 2.0.2:
* Fix the bug 14293. Thanks to Martin Kraemer for his help.
  [Jean-Frederic Clere]
* Don't send initial chunk for chunked encoding, fix #14282
  [Costin Manolache]
* Fix the POST data on JNI
  [Mladen Turk]
* Remove the deprecated message for path
  [Costin Manolache]
* Add the regular expressions to uriMap. The regex uris are
differentiated
  to normal one by starting with dollar ($) sign.
  [Mladen Turk]
* Add the max_connections to the wajp13 worker.
  [Mladen Turk]
* Add the hostMap cache
  [Mladen Turk] 
* Allow the lb:name scheme inside the [channel.xxx]
  [Mladen Turk]
* Duplicate all global directives on each vhost that has
inheritGlobals set.
  Directives   are   created   using   createBean   only   if   not
found.
  Beside directives, the webapps are duplicated to.
  [Mladen Turk] 


Regards,
MT.



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




Re: [ANNOUNCEMENT] JK2-2.0.2 released

2002-11-27 Thread jean-frederic clere
Mladen Turk wrote:

Hi to all,

JK2 2.0.2 has been released and is available at :

http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/release/v
2.0.2/

For now binaries are available for WIN32 only:


I will do the Solaris8 binaries tomorrow morming (I am at GMT+1).



Changes between JK2 2.0.1 and JK2 2.0.2:
* Fix the bug 14293. Thanks to Martin Kraemer for his help.
  [Jean-Frederic Clere]
* Don't send initial chunk for chunked encoding, fix #14282
  [Costin Manolache]
* Fix the POST data on JNI
  [Mladen Turk]
* Remove the deprecated message for path
  [Costin Manolache]
* Add the regular expressions to uriMap. The regex uris are
differentiated
  to normal one by starting with dollar ($) sign.
  [Mladen Turk]
* Add the max_connections to the wajp13 worker.
  [Mladen Turk]
* Add the hostMap cache
  [Mladen Turk] 
* Allow the lb:name scheme inside the [channel.xxx]
  [Mladen Turk]
* Duplicate all global directives on each vhost that has
inheritGlobals set.
  Directives   are   created   using   createBean   only   if   not
found.
  Beside directives, the webapps are duplicated to.
  [Mladen Turk] 


Regards,
MT.



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






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