Hi
I have some problems making the jk2 redirector work.
My log file seems ok, until:
HttpFilterProc [/camping_lars/servlet/camping.XMLServer.Server] is a servlet
url - should redirect to ajp13:localhost:8009
HttpFilterProc check if [/camping_lars/servlet/camping.XMLServer.Server] is
pointing to the web-inf directory
HttpFilterProc started
In HttpFilterProc Virtual Host redirection of localhost : 80
HttpFilterProc [/jakarta/isapi_redirector2.dll] is not a servlet url
HttpFilterProc check if [/jakarta/isapi_redirector2.dll] is pointing to the
web-inf directory
HttpExtensionProc started
HttpExtensionProc could not get a worker for name
HttpExtensionProc worker is NULL
-The jakarta filter seems to be correctly installed, and there is a green
arrow next to the jakarta filter in the IIS-isapi tab, on the
IIS-properties.
I think the problem is in my workers-file (this listing contains all content
from the file):
[logger.file:0]
level=DEBUG
file=C:\iis_jk2.log
[shm]
info=Shared memory file. Required for multiprocess servers
file=C:/j2k.shm
size=1000000
[workerEnv:]
info= Global server options
timing=1
debug=0
logger=logger.file:0
# Define the communication channel
[channel.socket:localhost:8009]
info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol
tomcatId=localhost:8009
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
[uri:/camping_lars/servlet/camping.XMLServer.Server]
info=Servlet examples, map requests for all servlets to Tomcat.
context=/camping_lars
worker=ajp13:localhost:8009
Has anyone got a clue?
Thanks,
Rasmus
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)