You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Marcel Stoer <ma...@frightanic.com> on 2002/03/03 22:46:06 UTC

HttpExtensionProc error, could not get a worker for name ajp12

i followed andrew bruno's instructions
(http://www.vacodi.com/howto/tomcat/iisnt/index.html) on how to integrate
tomcat 4.0.1 with iis5.
i've done that several times before on older systems - so i call myself an
'experienced integrator'. i've encountered all sort of problems and was
always able to solve them the one way or the other. this time, however, i
don't a clue. i would appreciate very much if you could have look into this
issue.

in the iis_redirect.log it says:
HttpExtensionProc error, could not get a worker for name ajp12

ok, sounds easy. there must be a reference to ajp12 in workers.properties or
uriworkermap.properties i thought. i checked those files several times word
by word
but ajp12 is cleanly commented or never stated. i also checked server.xml
and netstat -a for the presence of an ajp13 connector on port 8009 - it's
open and running. also, all the rest like ISAPI running, virt dir jakarta,
registry entries etc seem to be ok.

any clue?

thank you so much for your help
marcel

the properties and the isapi log can be found at
www.frightanic.com/tomcat_iis_problem.zip




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: HttpExtensionProc error, could not get a worker for name ajp12

Posted by Marcel Stoer <ma...@frightanic.com>.
> i followed andrew bruno's instructions
> (http://www.vacodi.com/howto/tomcat/iisnt/index.html) on how to integrate
> tomcat 4.0.1 with iis5.
> i've done that several times before on older systems - so i call myself an
> 'experienced integrator'. i've encountered all sort of problems and was
> always able to solve them the one way or the other. this time, however, i
> don't a clue. i would appreciate very much if you could have look into
this
> issue.
>
> in the iis_redirect.log it says:
> HttpExtensionProc error, could not get a worker for name ajp12
>
> ok, sounds easy. there must be a reference to ajp12 in workers.properties
or
> uriworkermap.properties i thought. i checked those files several times
word
> by word
> but ajp12 is cleanly commented or never stated. i also checked server.xml
> and netstat -a for the presence of an ajp13 connector on port 8009 - it's
> open and running. also, all the rest like ISAPI running, virt dir jakarta,
> registry entries etc seem to be ok.
>
> any clue?
>
> thank you so much for your help
> marcel
>
> the properties and the isapi log can be found at
> www.frightanic.com/tomcat_iis_problem.zip
>


hi all

i solved the problem myself. it was mean one...
i had to isapi_redirect.dll as ISAPI Filters in IIS running. one was left
from an unfinished installation of sun's webservice pack (ships with tomcat)
and was installed on website basis. the other was the one i wanted to use
and was defined on webserver level.... i removed to one on website level and
rebooted my system. everything running!

marcel




--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>