Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Mikolaj Rydzewski

Robert Koberg wrote:

it seems that IIS does not recognize index.html as an index page. In 
other words, I get an IIS 404 when trying to hit something like: 
'http://server.com/some/folder/'. The uriworkermap.properties has 
*.html set to be served from tomcat. Has anybody seen this?


It's probably because http://server.com/some/folder/ doesn't match 
*.html pattern. Maybe you should try something like /context/* ?


--
Mikolaj Rydzewski  [EMAIL PROTECTED]
Becomo S.A.
tel. (12) 2927104




smime.p7s
Description: S/MIME Cryptographic Signature


Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg

Mikolaj Rydzewski wrote:

Robert Koberg wrote:

it seems that IIS does not recognize index.html as an index page. In 
other words, I get an IIS 404 when trying to hit something like: 
'http://server.com/some/folder/'. The uriworkermap.properties has 
*.html set to be served from tomcat. Has anybody seen this?



It's probably because http://server.com/some/folder/ doesn't match 
*.html pattern. Maybe you should try something like /context/* ?





Thanks. I need to check the latest uriworkermap, but I think this has 
been done. I will give that a try when the client gets in (they are on 
the west coast of the US - I am on the east coast...).


best,
-Rob

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



Re: IIS TC 5.5.9 - welcome files (index.html) not found

2005-08-23 Thread Robert Koberg

Mikolaj Rydzewski wrote:

Robert Koberg wrote:

it seems that IIS does not recognize index.html as an index page. In 
other words, I get an IIS 404 when trying to hit something like: 
'http://server.com/some/folder/'. The uriworkermap.properties has 
*.html set to be served from tomcat. Has anybody seen this?



It's probably because http://server.com/some/folder/ doesn't match 
*.html pattern. Maybe you should try something like /context/* ?




Hi again,

I wonder if there might be a feature enhancement here... Perhaps in the 
uriworkermap.properties there could be an entry like:


welcome-file-list=ajp13w

or

!welcome-file-list=ajp13w

which would tell IIS to either pass /wh/ate/ver/* to tomcat in the first 
instance or handle it itself in the second.


Worthwhile?

best,
-Rob

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