Having an awfull time climbing the tomcat/iis/jk2 learning curve..

Can anyone explain to me why my worker's file gives me the following error:

        Error: [jk_worker_ajp13.c (871)]: ajp13.init(): No channel
        localhost:8009

Workers2.properts:

[logger.file:0]
level=INFO
file=E:/Programs/Tomcat5.0/logs/iis_jk2.log

[shm:]
info=Shared memory file. Required for multiprocess servers
file=E:\Programs\Tomcat5.0\work\jk2.shm
size=1000000

# from tutorial #1
#[channel.socket:localhost:8009]
#info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol
#tomcatId=localhost:8009

# from tutorial #2
[ajp13:localhost:8009]
info=Ajp13 worker, connects to tomcat instance using AJP 1.3 protocol
channel=channel.socket:localhost:8009

[uri:/jsp-examples/*]
info=JSP examples, map requests for all JSP pages to Tomcat.
context=/jsp-examples

[uri:/servlets-examples/*]
info=Servlet examples, map requests for all servlets to Tomcat.
context=/servlets-examples

Thanks,
Moran Ben-David


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

Reply via email to