----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------
> Yes it is the JVM crash. But I don't get it as to why it doesn't crash
> with weblogic. I use the same platform, same jar and shared object files
> and same JVM.
Are you 100% sure you are using the same JVM? Weblogic is distributed with
its own JVM.
> We are trying to replace a unstable CGI application with servlet/jsp web
> application. Because this original CGI application is core thing for our site
> to work and other applications dependent on it, we have to replace it in
> phases.
> So now that we are replacing it in phases, we need to set these auth &
> caching cookies with the strings that are generated by netscape publishing
> system via a c++ shared object library. These cookies are very important
> for the site to work and we don't own any source code for it.
> Therefore I have to create a JNI wrapper for this cookie generation.
>
> Any ideas as to how should I get this thing working ?
I'm still not convinced that you are using the same JVM in your tests.
Beyond that, I have no idea. It isn't Apache JServ's fault that your JVM is
crashing. Maybe it is a bug in your JNI code.
-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]