----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------
>
> platform. I successfully deployed it there except for 1 crashing problem.
> JServ crashes after using one of the native methods from the shared object
> file.
> Apache then brings up Jserv after few seconds. I see a core dump in error log
> with following errors.
That is your JVM crashing, not Apache JServ. Your JVM should *never* crash
and if it is, it is not something that we have control over...especially if
it is a result of using some JNI code.
The fact that it doesn't crash with Weblogic is a mystery to me. Are you
using weblogic on the same platform with the *exact* same JVM? Somehow I
doubt it.
Why are you using c++ to create cookie strings? Our system for doing it in
Apache JServ 1.1 is quite good now and 100% java based.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]