"Mladen Turk" <[EMAIL PROTECTED]> wrote on 29.12.2002 17:48:40:
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > Sent: Sunday, December 29, 2002 2:35 PM
> > To: [EMAIL PROTECTED]
> > Subject: Questions related to a port of the IIS-connector to
> > Domino I plan to provide
> >
>
> What version of Domino?
> Think that new 6.0 is all JAVA based (but not sure), and I don't think
> there is DSAPI any more.
> If the IBM makes the old 5.0 code as public domain ;-), then it would
> make sense.
You are right the actual version is Domino 6.0, but the core is all C and
C++ code with no Java at all. The DSAPI interface is vastly expanded in
Domino 6 and is used by the connector to IBM WebSphere too. Domino's
servlet environment is at servlet-api level 2.0 and does not support JSPs
at all, so for me and perhaps others there is a strong need to integrate
TC.
For the moment I work with 5.0 for the following reasons. Many
organizations I work with have and will have Domino 5 servers around for
quite some time and because I do have a problem with the old jk1 connector
with Domino 6. It produces the following two errors during execution of the
"JNI_CreateJavaVM" call in jk_jni_worker.c - 'Entry point for procedure "
_JVM_GetCPMethodNameUTF@12" in DLL "jvm.dll" could not be found' and
afterwards 'Entry point for procedure "_JVM_SupportsCX8@0" in DLL "jvm.dll"
could not be found'. I am not sure what causes the errors but I think it
Domino 6 because with Domino 5 there are no problems at all. Any
suggestions?
> > I am working on a port of the jk2 connector to Domino based
> >
> > 1. How can I use JSPs when using the JK2 JNI-mode. I always
> > get the message, that no JAVAC could be found and I should
> > set the JAVA_HOME variable. Message is: Unable to find a
> > javac compiler;
> > com.sun.tools.javac.Main is not on the classpath.
>
> You'll need to copy tools.jar to the TC/common/lib directory if you wish
> to use JSP. It's done by the TC setup program for you.
Thank You for the hint, my fault, so question 1 is solved.
> MT.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>