> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 30, 2002 3:15 PM > To: Tomcat Developers List > Subject: RE: Questions related to a port of the IIS-connector > to Domino I plan to provide > > > > Good, so if there is DSAPI, there shuld't be problems :). > I think so and I am making progress, but hope someone can > help me further with questions 2 and 3 :) >
I'll try to be as much help as I could. I'm interested in JK2/Domino implementation too. > > > > Looks to me like that you are using the wrong JVM. > > > The strange thing is, that this only happens when using > Domino 6 and not when using Domino 5 with the same JVM path > and DSAPI filter. I extracted the relevant code from > 'jk_jni_worker.c' and found the mentioned "JNI_CreateJavaVM" > call to be the problem. I tried it with JDK/JRE 1.3.1_06 and > JDK/JRE 1.4.1_01 and got the same results :( Can there be any > class-path or system-path related issues, which might be > handled different from Domino 5 to 6? Any other ideas or hints? > Seems that Domino 6 is using its own JVM (think that the one (IBM 1.3.1) comes with installation) and you have collision problem cause you are loading another JVM in the process. There could be a problem with that if Domino already loads JVM, cause you can load JVM only once per process. We'll need to change some calls to JNI to attach to already created JVM. I'll try to do that (for JK2). Do you have some tools (like Process Explorer from SysInternals?) so you can tell if the JVM is already loaded and what is the version. MT. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>