I am having trouble getting jk installed correctly.  It seems no matter what I do I 
always get the red arrow in the isapi-filters tab.  I am using tomcat 4.1, iis 5 and 
jk 2.0.2.

Can someone please help me?  Is thre any way I can find out more information on why 
it's not working.  It doesn't seem to create any log files.


Windows registry:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\2.0]
"severRoot"="C:\\j2sdk1.4.2\\tomcat-4.1.24"
"extensionUri"="/tomcat/isapi_redirector2.dll"
"workersFile"="C:\\j2sdk1.4.2\\tomcat-4.1.24\\conf\\workers2.properties"
"logLevel"="DEBUG"

workers2.properties:

[logger.file:0]

level=INFO

file=c:/j2sdk1/tomcat-4.1.24/logs/iis_jk2.log

 

[shm:]

info=Shared memory file. Required for multiprocess servers

file=C:\j2sdk1.4.2\tomcat-4.1.24\work\jk2.shm

size=1000000

 

[ajp13:localhost:8009]

info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol

channel=channel.socket:localhost:8009

 

[uri:/examples/jsp/*.jsp]

info=JSP examples, map requests for all JSP pages to Tomcat.

Context=/examples/jsp

 

[uri:/examples/servlets/*]

info=Servlet examples, map requests for all servets to Tomcat

context=/examples/servlet

uriworkermap.properties:

/examples/*=testWorker
/examples/*.jsp=testWorker
/examples/servlet/*=testWorker

tomcat startup messages:

3/12/2003 23:04:53 org.apache.commons.modeler.Registry loadRegistry
INFO: Loading registry information
3/12/2003 23:04:53 org.apache.commons.modeler.Registry getRegistry
INFO: Creating new Registry instance
3/12/2003 23:04:54 org.apache.commons.modeler.Registry getServer
INFO: Creating MBeanServer
3/12/2003 23:04:55 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1.24
3/12/2003 23:05:01 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 8080
3/12/2003 23:05:01 org.apache.jk.server.JkMain start
INFO: APR not loaded, disabling jni components: java.io.IOException: no jkjni in
 java.library.path
3/12/2003 23:05:01 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
3/12/2003 23:05:01 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/40  config=C:\j2sdk1.4.2\tomcat-4.1.24\conf\jk2.pro
perties


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to