I am working on a port of the jk2 connector to Domino based on the iis connector. Perhaps it can be included in the normal release later, for now I have some questions which should get me nearer to first beta release of the Domino connector. By the way I am working with TC 4.1.18 JDK 1.3.1_06 and/or 1.4.1_01 on Windows 2000 Workstation.
I am gratefull for any advice, because I am new to most of this. Best regards, Olaf Hahnl 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. Under windows JNI-mode uses an available JRE (location read from the registry) and to my knowledge there is never a javac or tools.jar in any JRE. I can only solve this, if I disable the #ifdef WIN32 surrounding the function jk2_vm_guessJvmDll in jk_vm_default.c, which means use the JAVA_HOME variable to discover a JDK. I also have to add ${JAVA_HOME}/lib/tools.jar to the "OPT=-Djava.class.path=" parameter in worker2.properties. Is there another way to execute JSPs with in-process execution of TC, am I missing something, or should one change the discovery-method under windows to first use the JAVA_HOME variable and if not set, fall back to the registry process? 2. In the jk_isapi_plugin.c in HttpFilterProc there is a point where a url header with the path and name of the connector-dll is set !SetHeader(pfc, "url", extension_uri)). For what is this used and how should I handle this. I have not found anything which relies an this? 3. In jk_service_iis.c there is a function char * jk2_service_iis_get_roles(jk_env_t *env, jk_ws_service_t *s) which I do not understand. What does this one achieve, is it for a kind of SSO? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>