Finally I found the reason why my Tomcat-IIS-Integration failed under Windows Vista:
It was a security problem. The "workers.properties" and the "uriworkermaps.properties" had wrong security settings. They could not be read by "all users". After changing the security settings the integration worked.
The reason why these two files had their access privileges set this way is that I used the Ant task FixCrLf in order to make these files "windows" compliant. The FixCrLf task has the "feature" that the security settings of the processed files are changed under Windows Vista!
--------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]