Having just been through this today myself, I can at least maybe help with
the question about filters.

I did:

*) right-click on My Computer; go to Manage/Services and
Applications/Internet Information Services/[your Web site]

*) right-click on the site to bring up Properties

*) click on the ISAPI Filters tab

*) click on Add; enter jakarta at Filter Name and the path to
isapi_redirect.dll  in Executable.

*)  Click on ok

*) restart IIS

*) right-click on the Web site again, go to ISAPI filters again and see if
you have a little green arrow pointing up.  If so, you're good to go.  If,
like me, you missed a few crucial letters in the registry entries, hop into
regedt32 again and double-check all the registry entries.  Once you get 'em
all just right it seems to work.

Hope that helps.  Good luck!

Dave Halsted

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, November 06, 2000 2:40 PM
Subject: Tomcat IIS problem with W2K?


>
> Hi,
>
> I've installed the Tomcat IIS according to the directions that came
> along with the Tomcat 3.1 release.  The system is Windows 2000.
>
> A couple of things. First, the log file indicates that maybe something
> is malfunctioning.  Is the attempt to create the second worker
> supposed to fail?
>
> > [jk_uri_worker_map.c (111)]: Into
jk_uri_worker_map_t::uri_worker_map_alloc
> > [jk_uri_worker_map.c (144)]: Into
jk_uri_worker_map_t::uri_worker_map_open
> > [jk_uri_worker_map.c (158)]: jk_uri_worker_map_t::uri_worker_map_open,
rule map size is 2
> > [jk_uri_worker_map.c (214)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule /servlet/=ajp12 was
added
> > [jk_uri_worker_map.c (214)]: Into
jk_uri_worker_map_t::uri_worker_map_open, match rule /examples/=ajp12 was
added
> > [jk_uri_worker_map.c (243)]: Into
jk_uri_worker_map_t::uri_worker_map_open, there are 2 rules
> > [jk_uri_worker_map.c (264)]: jk_uri_worker_map_t::uri_worker_map_open,
done
> > [jk_worker.c (98)]: Into wc_open
> > [jk_worker.c (217)]: Into build_worker_map, creating 2 workers
> > [jk_worker.c (223)]: build_worker_map, creating worker ajp12
> > [jk_worker.c (154)]: Into wc_create_worker
> > [jk_worker.c (168)]: wc_create_worker, about to create instance ajp12 of
ajp12
> > [jk_ajp12_worker.c (264)]: Into ajp12_worker_factory
> > [jk_worker.c (177)]: wc_create_worker, about to validate and init ajp12
> > [jk_ajp12_worker.c (182)]: Into jk_worker_t::validate
> > [jk_ajp12_worker.c (194)]: In jk_worker_t::validate for worker ajp12
contact is localhost:8007
> > [jk_worker.c (187)]: wc_create_worker, done
> > [jk_worker.c (233)]: build_worker_map, removing old ajp12 worker
> > [jk_worker.c (223)]: build_worker_map, creating worker ajp13
> > [jk_worker.c (154)]: Into wc_create_worker
> > [jk_worker.c (164)]: wc_create_worker NULL factory for ajp13
> > [jk_worker.c (239)]: build_worker_map failed to create workerajp13
>
> Second, according to the instructions, I should:
>
> > Using the IIS management console, add isapi_redirect.dll as a filter
> > in your IIS/PWS web site.
>
> I looked hard in both the Internet Services Manager and the Personal
> Web Manager for a way to do this, but couldn't find one, so I wound up
> editing the registry.  Am I missing something?
>
> Thanks,
> - Steve Masticola.
>

Reply via email to