IIS and Tomcat

"David C. Eisenbacher" <[email protected]> Tue, 8 Dec 2009 10:06:51 -0500
Newsgroups gmane.comp.jakarta.taglibs.user
Message-ID <CB3D857F1222954E872C814D0E285216D0FC5BB7A3@ezdrm-mail2k7.EZDRM.local>
Hello
I am having a strange issue with my IIS/Tomcat.

I went through the install and I am 99% sure it's not an install issue

Here is the issue:

When I browse to
http://localhost/webapp/index.html

I get

An error:The system cannot find the path specified.

In my log I have

Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_isapi_plugin.c (1841): Filter started
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (1036): Attempting to map URI '/localhost/webapp/index.html' from 8 maps
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/servlets-examples/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/jsp-examples/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/manager/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/webapp/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/admin/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/jkmanager=jkstatus' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/servlets-examples/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/jsp-examples/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/examples/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/manager/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (850): Attempting to map context URI '/webapp/*=wlb' source 'uriworkermap'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_uri_worker_map.c (863): Found a wildchar match '/webapp/*=wlb'
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_isapi_plugin.c (1922): check if [/webapp/index.html] points to the web-inf directory
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_isapi_plugin.c (1938): [/webapp/index.html] is a servlet url - should redirect to wlb
[Tue Dec 08 09:57:56.743 2009] [3020:2584] [debug] jk_isapi_plugin.c (1978): fowarding escaped URI [/webapp/index.html]

So I know its calling properly, I am just not sure what path its referring to in the error msg.

DE