2.0.2 works fine for me on Windows/2000 Pro with both
IIS 5 and Apache 2.0.43 with Tomcat 4.1.18 and j2sdk
1.4.1_01.
I did find that I could not have both the version 1
and version 2 redirector in my registry. If I did,
IIS would not connect to jk2. Once I removed that
entry in the registry, isapi_redirector2.dll worked as
advertised.
This is a development machine so I have not
stress-tested this configuration.
The following are my configuration files and registry
settings.
HTH
/mde/
just my two cents . . . .
#
# Socket configuration
#
handler.list=request,container,channelSocket,apr
#
# apr configuration
# jk2.properties file in C:\Tomcat\conf
#
apr.NativeSo=${jkHome}\\bin\\Win32\\jkjni.dll
apr.jniModeSo=${jkHome}\\bin\\Win32\\jkjni.dll
#
# socket configuration
#
channelSocket.port=8009
channelSocket.address=127.0.0.1
channelSocket.maxPort=port+10
# workers2.properties file in C:\Apache2\conf
# only at beginning. In production uncomment it out
# [logger.apache2]
# level=DEBUG
[shm]
file=C:/Apache2/logs/shm.file
size=1048576
# Example socket channel, override port and host.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
# Uri mapping
[uri:/examples/*.jsp]
worker=ajp13:localhost:8009
[uri:/examples/servlet/*]
worker=ajp13:localhost:8009
[uri:/cocoon/*]
worker=ajp13:localhost:8009
[uri:/jetspeed/*]
worker=ajp13:localhost:8009
[uri:/jfreeservlet/servlet/*]
worker=ajp13:localhost:8009
[uri:/tomcat-docs/*.jsp]
worker=ajp13:localhost:8009
[uri:/tomcat-docs/servlet/*]
worker=ajp13:localhost:8009
[uri:/beg-jsp/*.jsp]
worker=ajp13:localhost:8009
[uri:/beg-servlets/servlet/*]
worker=ajp13:localhost:8009
[uri:/ora/*.jsp]
worker=ajp13:localhost:8009
[uri:/ora/servlet/*]
worker=ajp13:localhost:8009
[uri:/Addressbook/*]
worker=ajp13:localhost:8009
[uri:/Xindice/*]
worker=ajp13:localhost:8009
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software
Foundation]
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software
Foundation\Jakarta Isapi Redirector]
[HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software
Foundation\Jakarta Isapi Redirector\2.0]
"serverRoot"="C:\\Tomcat"
"extensionUri"="/jakarta/isapi_redirector2.dll"
"workersFile"="C:\\Apache2\\conf\\workers2.properties"
"logLevel"="INFO"
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]